ed
845827b80b
fix(agents): Add BLOCKED protocol to tier3-worker
2026-05-16 02:19:19 -04:00
ed
f4b5c1a659
fix(agents): Add TDD phase enforcement to tier3-worker
2026-05-16 02:19:10 -04:00
ed
8599060724
fix(agents): Add pre-delegation checkpoint protocol to tier3-worker
2026-05-16 02:19:02 -04:00
ed
82253a8497
fix(agents): Add CRITICAL 1-space indentation block to tier3-worker
2026-05-16 02:18:51 -04:00
ed
f6fe3baaf4
fix(gui): Skip empty strings in selectable to prevent ImGui ID assertion
...
Empty strings in bias_profiles.keys() and personas.keys() caused
imgui.selectable() to fail with 'Cannot have an empty ID at root of
window' assertion error. Added guards to skip empty names.
2026-03-22 11:16:52 -04:00
ed
02abfc410a
fix(opencode): Remove step limits, disable auto-compaction, raise temperatures, expand MMA tier commands
...
- Remove steps limits from all 6 agent files
- Disable auto-compaction (auto: false, prune: false)
- Raise temperatures (tier1: 0.5, tier2: 0.4, tier3: 0.3, tier4: 0.2, general: 0.3, explore: 0.2)
- Add Context Management sections to tier1/tier2
- Add Pre-Delegation Checkpoint to tier2
- Expand all 4 MMA tier commands with full protocol documentation
2026-03-10 13:00:44 -04:00
ed
328063f00f
tired
2026-03-07 19:50:41 -05:00
ed
177787e5f6
fking ai
2026-03-07 19:41:23 -05:00
ed
cbe58936f5
feat(mcp): Add edit_file tool - native edit replacement that preserves indentation
...
- New edit_file(path, old_string, new_string, replace_all) function
- Reads/writes with newline='' to preserve CRLF and 1-space indentation
- Returns error if old_string not found or multiple matches without replace_all
- Added to MUTATING_TOOLS for HITL approval routing
- Added to TOOL_NAMES and dispatch function
- Added MCP_TOOL_SPECS entry for AI tool declaration
- Updated agent configs (tier2, tier3, general) with edit_file mapping
Note: tier1, tier4, explore agents don't need this (edit: deny - read-only)
2026-03-04 23:00:13 -05:00
ed
dccfbd8bb7
docs(post-mortem): Apply session start checklists and edit tool warnings
...
From gui_decoupling_controller track post-mortem:
workflow.md:
- Add mandatory session start checklist (6 items)
- Add code style section with 1-space indentation enforcement
- Add native edit tool warning with MCP alternatives
AGENTS.md:
- Add critical native edit tool warning
- Document MCP tool alternatives for file editing
tier1-orchestrator.md:
- Add session start checklist
tier2-tech-lead.md:
- Add session start checklist
- Add tool restrictions section (allowed vs forbidden)
- Add explicit delegation pattern
tier3-worker.md:
- Add task start checklist
tier4-qa.md:
- Add analysis start checklist
2026-03-04 22:42:52 -05:00
ed
696a48f7bc
feat(opencode): Enforce Manual Slop MCP tools across all agents
2026-03-04 22:21:25 -05:00
ed
c17698ed31
WIP: boostrapping opencode for use with at least GLM agents
2026-03-04 15:56:00 -05:00