Replace usage of pi and amp CLI tools with the new agent/agentd system.
Do this carefully - want to get the architecture right.
Migration complete. All pi-* scripts now use the agent CLI. Remaining 'amp' references are in design docs and node_modules, not active code.
Progress:
Remaining:
All code now compiles. Summary of changes:
1. Created Omni/Agent/Harness.hs - runs skills with pre/post checks 2. Removed AmpCLI dead code from Provider.hs and Engine.hs 3. Removed pi-*/agent-* shell scripts entirely 4. Fixed Developer.hs to directly run lint+commit instead of shell script 5. Existing skills at Omni/Ide/Coder.md and Omni/Ide/Reviewer.md remain
The shell script functionality is now:
Migrated pi-code.sh, pi-review.sh, pi-orchestrate.sh to use agent CLI instead of pi. Old scripts now symlink to new agent-* versions. Committed in d167fe26.