- Move agent-manager from packages/opencode/ to src/kilocode/ - Add Gitea client for pipeline logging - Add pipeline-runner for workflow orchestration - Create slash commands: /pipeline, /status, /evaluate - Update AGENTS.md with workflow documentation - Update README.md with KiloCode integration details - Add package.json and tsconfig.json for TypeScript compilation - Remove duplicate files from packages/opencode/ This enables: - /pipeline <issue> - run full agent pipeline with Gitea logging - Direct agent invocation via @mention - Performance tracking and prompt optimization
700 B
700 B
description, mode, model, color
| description | mode | model | color |
|---|---|---|---|
| Check pipeline status for an issue | subagent | qwen/qwen3.6-plus:free | #3B82F6 |
Status Command
Check current pipeline status for an issue.
Usage
/status <issue-number>
Output
📊 Issue #42 Pipeline Status
Current State: implementing
Current Agent: @LeadDeveloper
Progress:
✅ requirement-refiner (completed, score: 9)
✅ history-miner (completed, score: 8)
✅ system-analyst (completed, score: 8)
✅ sdet-engineer (completed, tests written)
🔄 lead-developer (in progress)
Next Steps:
1. Complete implementation
2. Code review by @CodeSkeptic
3. Performance check
4. Security audit
5. Release
Estimated Completion: 1.5h