agent-workflow / TASK_REGISTRY.md
simonlesaumon's picture
Update AGENT_WORKFLOW HF setup report
dec21f3 verified
|
Raw
History Blame Contribute Delete
1.34 kB
# TASK_REGISTRY.md — Global
## ID Conventions
- `G-xxx`: global workflow tasks
- `T-xxx`: trading-agent tasks
- `V-xxx`: voice-protection tasks
- `I-xxx`: immobilier-predictif tasks
- `O-xxx`: autre-projet tasks
## Statuses
- `todo`
- `in_progress`
- `blocked`
- `review`
- `done`
## Backlog
| ID | Status | Project | Title | Notes |
| --- | --- | --- | --- | --- |
| G-001 | done | global | Create local workflow kit | Initial creation of AGENT_WORKFLOW. |
| G-002 | todo | global | Validate Codex compatibility | Check AGENTS.md behavior and task loop. |
| G-003 | todo | global | Validate Claude Code compatibility | Check CLAUDE.md behavior and task loop. |
| G-004 | todo | global | Add backup strategy | Define rclone and local backup policy. |
| G-005 | todo | global | Add Telegram control plan | Define safe command control model. |
| G-006 | done | global | Create Hugging Face repositories | Created repos and mirrored workflow kit. |
| T-001 | todo | trading-agent | Create trading-agent skeleton | Add initial app structure when requested. |
| V-001 | todo | voice-protection | Create voice-protection skeleton | Add initial gateway skeleton when requested. |
| I-001 | todo | immobilier-predictif | Create immobilier-predictif skeleton | Add initial research skeleton when requested. |