mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-28 00:22:41 -08:00
update
This commit is contained in:
7
.codex/docs/subagents/INDEX.md
Normal file
7
.codex/docs/subagents/INDEX.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Subagents Index
|
||||
|
||||
Read first. Keep concise.
|
||||
|
||||
| agent_id | alias | mission | status | file | last_update_utc |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| `<agent_id>` | `<alias>` | `<mission>` | `planning` | `docs/subagents/agents/<agent_id>.md` | `<UTC ISO>` |
|
||||
27
.codex/docs/subagents/agents/TEMPLATE.md
Normal file
27
.codex/docs/subagents/agents/TEMPLATE.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Agent: <agent_id>
|
||||
|
||||
- alias: <short label>
|
||||
- mission: <one-line focus>
|
||||
- status: <planning|editing|testing|blocked|handoff|done>
|
||||
- branch: <name>
|
||||
- started_at: <UTC ISO>
|
||||
- heartbeat_minutes: <n>
|
||||
|
||||
## Current Work (newest first)
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] intent: ...
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] progress: ...
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] test: ...
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] handoff: ...
|
||||
|
||||
## Files Touched
|
||||
- `path/to/file`
|
||||
- `path/to/another`
|
||||
|
||||
## Assumptions
|
||||
- ...
|
||||
|
||||
## Open Questions / Blockers
|
||||
- ...
|
||||
|
||||
## Next Step
|
||||
- ...
|
||||
1
.codex/docs/subagents/archive/.gitkeep
Normal file
1
.codex/docs/subagents/archive/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
5
.codex/docs/subagents/collaboration.md
Normal file
5
.codex/docs/subagents/collaboration.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Subagents Collaboration
|
||||
|
||||
Shared notes. Append-only.
|
||||
|
||||
- [YYYY-MM-DDTHH:MM:SSZ] [agent_id|alias] note, question, dependency, conflict, decision.
|
||||
Reference in New Issue
Block a user