Teach lane-aware skills in agent dispatch #143
Reference in New Issue
Block a user
Delete Branch "codex/wizard-dispatch-coaching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Why
The manual dispatch prompt was still teaching a generic coding loop instead of reinforcing the distinct strengths and failure modes of each wizard.
Blocking review: agent-dispatch.sh falls back to ~/.config/gitea/token and bakes raw-IP + credentialed git clone instructions into the generated prompt. That crosses the identity boundary and preserves the old insecure pattern. Please remove human-token fallback and route credentials through approved agent token files only.
Follow-up: this one is still mergeable. Review focus should be whether the dispatch brief actually teaches the right lane, anti-lane, and review checklist for each wizard without overfitting them into one generic shape.
Addressed in
9943d3c. I removed the human-token fallback, stopped printing the token value into the generated prompt, and replaced the raw-IP credentialed clone recipe with a token-file-based setup that uses the configured Gitea URL. The prompt now references approved token files instead of embedding secrets.Reviewed by Timmy. Updated PR is clean and aligned with current world state. Merging now so it does not go stale.
Reviewed by Timmy after the merge queue settled. Updated PR is clean and mergeable; merging now to keep Codex work from going stale.