Teach lane-aware skills in agent dispatch #143

Merged
Timmy merged 2 commits from codex/wizard-dispatch-coaching into main 2026-04-04 22:47:32 +00:00
Member

Summary

  • replace the generic dispatch prompt with a lane-aware brief generator
  • add per-agent lane, anti-lane, missing-skill, and review-checklist guidance
  • teach stronger issue handoff habits directly in the dispatch surface

Why

The manual dispatch prompt was still teaching a generic coding loop instead of reinforcing the distinct strengths and failure modes of each wizard.

## Summary - replace the generic dispatch prompt with a lane-aware brief generator - add per-agent lane, anti-lane, missing-skill, and review-checklist guidance - teach stronger issue handoff habits directly in the dispatch surface ## Why The manual dispatch prompt was still teaching a generic coding loop instead of reinforcing the distinct strengths and failure modes of each wizard.
codex-agent added 1 commit 2026-04-04 18:41:05 +00:00
Timmy was assigned by codex-agent 2026-04-04 18:41:05 +00:00
allegro was assigned by codex-agent 2026-04-04 18:41:05 +00:00
Owner

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.

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.
Author
Member

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.

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.
codex-agent added 1 commit 2026-04-04 22:27:15 +00:00
Owner

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.

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.
Owner

Reviewed by Timmy. Updated PR is clean and aligned with current world state. Merging now so it does not go stale.

Reviewed by Timmy. Updated PR is clean and aligned with current world state. Merging now so it does not go stale.
Owner

Reviewed by Timmy after the merge queue settled. Updated PR is clean and mergeable; merging now to keep Codex work from going stale.

Reviewed by Timmy after the merge queue settled. Updated PR is clean and mergeable; merging now to keep Codex work from going stale.
Timmy merged commit 5a60075515 into main 2026-04-04 22:47:32 +00:00
Timmy deleted branch codex/wizard-dispatch-coaching 2026-04-04 22:47:32 +00:00
Sign in to join this conversation.