Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
17a2822
feat(031-01): add coordination migration recovery
withakay Jul 13, 2026
8afff11
feat(031-03): gate experimental runtime features
withakay Jul 13, 2026
cb59692
merge: integrate 031-01 migration recovery
withakay Jul 13, 2026
4caa1cd
feat(031-03): adopt main-compatible runtime defaults
withakay Jul 13, 2026
ea0b4f5
build(031-03): split shipping and experimental lanes
withakay Jul 13, 2026
472deff
ci(031-03): require shipping and experimental lanes
withakay Jul 13, 2026
7dbee81
build(031-03): pin standard release features
withakay Jul 13, 2026
ef09d8c
test(031-03): verify independent feature matrix
withakay Jul 13, 2026
21604d9
refactor(031-04): remove tmux integration
withakay Jul 14, 2026
79f6b84
refactor(031-05): consolidate lifecycle skills
withakay Jul 14, 2026
4f03929
feat(031-02): enforce main-first implementation
withakay Jul 14, 2026
59d7f8e
merge: integrate 031-01 migration recovery
withakay Jul 14, 2026
5840892
merge: integrate 031-02 main-first workflow
withakay Jul 14, 2026
5223293
merge: integrate 031-04 tmux removal
withakay Jul 14, 2026
9e3467d
merge: integrate 031-05 lifecycle skill consolidation
withakay Jul 14, 2026
a650b52
feat(031-06): migrate Ito authority to main
withakay Jul 14, 2026
6ba48b4
fix(031-03): close shipping feature boundaries
withakay Jul 14, 2026
6093a27
merge: integrate 031-03 experimental feature gates
withakay Jul 14, 2026
0b02a8c
feat(031-06): complete Ito core reset cutover
withakay Jul 14, 2026
41b4885
docs(031-06): close cutover audit
withakay Jul 14, 2026
158b5e1
ci: target active self-hosted runner scale set
withakay Jul 14, 2026
d6e4941
fix(ito-apply): preserve interactive shell on preflight failure
withakay Jul 14, 2026
e39d8a7
fix(docs): honor configured Cargo target directory
withakay Jul 14, 2026
d5c74a3
ci: autofix lint, formatting, and generated artifacts
github-actions[bot] Jul 14, 2026
f56b415
ci(review): allow trusted autofix bot
withakay Jul 14, 2026
319551e
ci: allow release test suites to finish
withakay Jul 14, 2026
d27949d
test(git): initialize fixtures on main
withakay Jul 14, 2026
03a27ca
test(ralph): fake native notifications on Linux
withakay Jul 14, 2026
5682c44
ci: install worktrunk for integration tests
withakay Jul 14, 2026
2e2dfeb
ci: allow feature matrix to finish
withakay Jul 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 0 additions & 25 deletions .agents/skills/ito-general/SKILL.md

This file was deleted.

17 changes: 0 additions & 17 deletions .agents/skills/ito-orchestrator/SKILL.md

This file was deleted.

28 changes: 0 additions & 28 deletions .agents/skills/ito-planner/SKILL.md

This file was deleted.

25 changes: 0 additions & 25 deletions .agents/skills/ito-quick/SKILL.md

This file was deleted.

27 changes: 0 additions & 27 deletions .agents/skills/ito-researcher/SKILL.md

This file was deleted.

26 changes: 0 additions & 26 deletions .agents/skills/ito-reviewer/SKILL.md

This file was deleted.

25 changes: 0 additions & 25 deletions .agents/skills/ito-thinking/SKILL.md

This file was deleted.

28 changes: 0 additions & 28 deletions .agents/skills/ito-worker/SKILL.md

This file was deleted.

7 changes: 6 additions & 1 deletion .brv/_queue_status.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"failed":0,"pending":0,"processed":1,"processing":false}
{
"failed": 0,
"pending": 0,
"processed": 1,
"processing": false
}
Loading
Loading