Private
Public Access
63 lines
4.3 KiB
TOML
63 lines
4.3 KiB
TOML
# Track state for agent_directives_consolidation_20260705
|
|
# Updated by Tier 1 Orchestrator as phases complete
|
|
|
|
[meta]
|
|
track_id = "agent_directives_consolidation_20260705"
|
|
name = "Agent Directives Consolidation (Hard-coded markdown fallback for the new directive system)"
|
|
status = "active"
|
|
current_phase = 4 # All phases complete; ready for archive per chronology convention
|
|
last_updated = "2026-07-05"
|
|
|
|
[blocked_by]
|
|
# No external blockers; project documentation is always available to update.
|
|
|
|
[blocks]
|
|
# No followup tracks blocked on this one.
|
|
|
|
[phases]
|
|
phase_1 = { status = "completed", checkpointsha = "2d2d88fb", name = "AGENTS.md reductions (Critical + Session-Learned + Process anti-patterns)" }
|
|
phase_2 = { status = "completed", checkpointsha = "fa0ba730", name = "conductor/workflow.md reductions + Process Anti-Patterns promotion" }
|
|
phase_3 = { status = "completed", checkpointsha = "4c3f9892", name = "conductor/edit_workflow.md + product-guidelines.md reductions" }
|
|
phase_4 = { status = "completed", checkpointsha = "PENDING", name = "Self-review + finalize" }
|
|
|
|
[tasks]
|
|
# Phase 1
|
|
t1_1 = { status = "completed", commit_sha = "2d2d88fb", description = "Reduce AGENTS.md §\"Critical Anti-Patterns\" to thin pointers" }
|
|
t1_2 = { status = "completed", commit_sha = "8a560cc6", description = "Reduce AGENTS.md §\"Session-Learned Anti-Patterns\" to thin pointer" }
|
|
t1_3 = { status = "completed", commit_sha = "3470629e", description = "Reduce AGENTS.md §\"Process Anti-Patterns\" to thin pointer" }
|
|
|
|
# Phase 2
|
|
t2_1 = { status = "completed", commit_sha = "e9ae8cc4", description = "Reduce conductor/workflow.md §\"Known Pitfalls\" hard-ban list to pointer" }
|
|
t2_2 = { status = "completed", commit_sha = "fa0ba730", description = "Promote conductor/workflow.md §\"Process Anti-Patterns\" to canonical (full content)" }
|
|
|
|
# Phase 3
|
|
t3_1 = { status = "completed", commit_sha = "3a47dede", description = "Reduce conductor/edit_workflow.md §9 \"No Diagnostic Noise\" to pointer" }
|
|
t3_2 = { status = "completed", commit_sha = "8ac3385a", description = "Reduce conductor/product-guidelines.md \"Indentation\" to pointer" }
|
|
t3_3 = { status = "completed", commit_sha = "8996a3c9", description = "Reduce conductor/product-guidelines.md \"Data-Oriented Error Handling\" to pointer" }
|
|
t3_4 = { status = "completed", commit_sha = "4c3f9892", description = "Reduce conductor/product-guidelines.md \"Data Structure Conventions\" to pointer" }
|
|
|
|
# Phase 4
|
|
t4_1 = { status = "completed", commit_sha = "PENDING", description = "Verify cross-references resolve; ensure no broken links" }
|
|
t4_2 = { status = "in_progress", commit_sha = "PENDING", description = "Update state.toml to current_phase=4 + all tasks completed" }
|
|
t4_3 = { status = "pending", commit_sha = "PENDING", description = "Update tracks.md row to Completed" }
|
|
|
|
[verification]
|
|
agents_md_reduced_to_80_to_100_lines = true # 87 lines (down from 202, 57% reduction)
|
|
workflow_md_process_anti_patterns_canonical = true # promoted to full content (80 lines)
|
|
edit_workflow_md_section_9_thinned = true # 1 line (down from 9)
|
|
product_guidelines_md_subsections_thinned = true # 3 sections reduced to pointers
|
|
code_styleguides_unchanged = true # no changes
|
|
cross_references_resolve = true # all 5 target files exist
|
|
state_toml_current_phase_4 = false # in progress
|
|
tracks_md_row_marked_completed = false # pending
|
|
no_src_changes = true # not in scope
|
|
no_opencode_changes = true # not in scope per user
|
|
no_directives_changes = true # not in scope per user
|
|
all_commits_atomic_with_git_notes = true # 9 atomic commits with git notes
|
|
|
|
[user_directives_logged]
|
|
goal = "Per user 2026-07-05 'The goal for me is to have this hard-coded written directive markdown be in good shape before I start attempting to use the new directive system in the near future while having a very good fallback.'"
|
|
out_of_scope_opencode = "Per user 'ignore the mma bullshit in ./opencode' — .opencode/agents/*.md role prompts excluded."
|
|
out_of_scope_directives = "Per user 'Ignore the new directive system as thats still wip' — conductor/directives/ excluded."
|
|
out_of_scope_tier2 = "Per user scope decision — conductor/tier2/agents/tier2-autonomous.md active sandbox kept as-is."
|
|
reduce_then_localize = "Per user 'Lets reduce the duplicates and put them in proper places. ... Then localize important directives from there.'" |