Skip to content

ai-patch

Enterprise Part of the commercial Kumiko Enterprise offering — not in the open framework.

Query handler (ai-patch:query:suggest) that takes the current source of a feature.ts and a natural-language change request, then returns suggested edits (PatternChange[]) the Designer-UI can review before applying. This is the AI-assist layer for editing existing features; for generating a new feature from scratch use ai-generate instead.

What this feature needs to run (Requires, top) and the write commands it provides (Provides, bottom).

flowchart TB
  n_ai_patch["ai-patch"]
  subgraph how_reqs["Requires"]
    n_ai_foundation["ai-foundation"]
  end
  n_ai_foundation --> n_ai_patch