feat: add OnModelChange event and ctx.Exit(); remove Gap/Pi references from comments

This commit is contained in:
Ed Zynda
2026-03-02 14:49:51 +03:00
parent 23c16bb197
commit 37e82781b1
32 changed files with 147 additions and 75 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
// Init loads project-specific rules from .kit/rules/ into the system prompt.
// Each .md file in the rules directory is injected as additional context,
// giving projects a way to customise LLM behaviour without editing the
// main system prompt. Inspired by Pi's claude-rules.ts.
// main system prompt.
//
// Place rule files in:
//