Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions self-development/kanon/kanon-workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ spec:
initialPrompt: |
Let's address {{.URL}}
Find the best way to address it.
When behavior differs by command, flag, scope, or guard outcome, test each
affected path directly instead of relying on coverage through another path.
When code consumes external repositories or credential-bearing URLs, trace
untrusted values through command arguments, filesystem reads, error output,
and persistent caches. Terminate option parsing, reject symlink escapes, and
keep credentials out of both output and disk.
Loading