Commit Graph

628 Commits

Author SHA1 Message Date
Rai (Michael Pokorny)
88d46eb754 wip 2025-06-25 01:11:45 -07:00
Rai (Michael Pokorny)
a1598d645c manager_utils: fix indentation around compact diffstat and branch_info 2025-06-25 01:07:31 -07:00
Rai (Michael Pokorny)
53efec12b1 check_task_cycles: fix import path for tasklib 2025-06-25 01:05:32 -07:00
Rai (Michael Pokorny)
a4a2680b39 manager_utils: ignore merged tasks in dependency graph to avoid circular deps 2025-06-25 00:59:40 -07:00
Rai (Michael Pokorny)
3683bae697 manager_utils: rename summary to 'Ready to merge' 2025-06-25 00:56:40 -07:00
Rai (Michael Pokorny)
2d04f7332a manager_utils: status subcommand shows Done branches ready to merge 2025-06-25 00:54:22 -07:00
Rai (Michael Pokorny)
4acf48dd56 agentydragon(docs): have Commit agent only emit message, orchestrator does commit 2025-06-25 00:51:04 -07:00
Rai (Michael Pokorny)
0f6dde9621 agentydragon(docs): clarify commit agent runs outside sandbox 2025-06-25 00:49:26 -07:00
Rai (Michael Pokorny)
2c1c65a004 agentydragon(prompts): add Commit agent & update Developer agent to run pre-commit before handoff 2025-06-25 00:47:25 -07:00
Rai (Michael Pokorny)
6059f47a79 Merge remote-tracking branch 'origin/agentydragon' into agentydragon 2025-06-25 00:33:41 -07:00
Rai (Michael Pokorny)
4cc4236fe6 wip 2025-06-25 00:27:16 -07:00
Rai (Michael Pokorny)
1bff7c4db0 Merge branch 'agentydragon-35-tui-inspect-env-integration' into agentydragon 2025-06-25 00:20:50 -07:00
Rai (Michael Pokorny)
e6f8f37104 Merge branch 'agentydragon-15-agent-worktree-sandbox-configuration' into agentydragon 2025-06-25 00:19:41 -07:00
Rai (Michael Pokorny)
05a49d8036 codex-rs: remove border and unused imports/style in status indicator widget 2025-06-25 00:10:49 -07:00
Rai (Michael Pokorny)
905e85cdf0 agentydragon(tasks): clarify interactive vs exec behavior in help text 2025-06-25 00:07:24 -07:00
Rai (Michael Pokorny)
de380981de wip 2025-06-24 23:45:58 -07:00
Rai (Michael Pokorny)
27b3596809 wip 2025-06-24 23:39:33 -07:00
Rai (Michael Pokorny)
442bc9b9c3 tui(cli): add --debug-log flag and support file logging 2025-06-24 23:09:40 -07:00
Rai (Michael Pokorny)
6370f49f9d tasks(25): note original patch unresolved, add debugging next steps 2025-06-24 23:02:07 -07:00
Rai (Michael Pokorny)
23cb831893 tasks(25): reopen and add user thinking snippet 2025-06-24 22:59:00 -07:00
Rai (Michael Pokorny)
15b895e362 tasks: mark task 21 as Merged 2025-06-24 22:56:06 -07:00
Rai (Michael Pokorny)
8aaafa0f43 manager_utils(status): exclude bottom-summary merged tasks from dependencies 2025-06-24 22:52:23 -07:00
Rai (Michael Pokorny)
c9613d41e5 manager_utils(status): topo-sort tasks and better load error handling 2025-06-24 22:49:49 -07:00
Rai (Michael Pokorny)
9b2cb58ce5 manager_utils(dispose): also rmtree and prune stale worktrees 2025-06-24 22:44:38 -07:00
Rai (Michael Pokorny)
87e79cecdf manager_utils(dispose): use for-each-ref to list branches without decorations 2025-06-24 22:43:45 -07:00
Rai (Michael Pokorny)
478c04bf14 manager_utils(dispose): strip leading + when deleting branches 2025-06-24 22:42:57 -07:00
Rai (Michael Pokorny)
e83f5e8e6c wip 2025-06-24 22:42:12 -07:00
Rai (Michael Pokorny)
f64427aea2 manager_utils(dispose): refer worktree relative to repo root 2025-06-24 22:40:54 -07:00
Rai (Michael Pokorny)
1d35b96d86 manager_utils: fix dispose to actually remove worktrees and branches 2025-06-24 22:39:15 -07:00
Rai (Michael Pokorny)
cc65aa0882 tasks: mark tasks 03, 16, 18, 19 as Merged 2025-06-24 22:36:56 -07:00
Rai (Michael Pokorny)
ed15fc9e7d agentydragon(tasks): mark task 35 Done 2025-06-24 22:36:34 -07:00
Rai (Michael Pokorny)
0a9c0304f8 agentydragon(tasks): implement TUI integration for /inspect-env 2025-06-24 22:35:20 -07:00
Rai (Michael Pokorny)
9f30c4df50 Merge branch 'agentydragon-19-bash-command-rendering-improvements' into agentydragon
# Conflicts:
#	agentydragon/tasks/19-bash-command-rendering-improvements.md
2025-06-24 22:35:11 -07:00
Rai (Michael Pokorny)
8280bd1f9d Merge branch 'agentydragon-18-chat-ui-textarea-overlay-border-fix' into agentydragon
# Conflicts:
#	agentydragon/tasks/18-chat-ui-textarea-overlay-border-fix.md
2025-06-24 22:34:25 -07:00
Rai (Michael Pokorny)
928afbb87e Merge branch 'agentydragon-16-confirm-on-ctrl-d' into agentydragon 2025-06-24 22:33:52 -07:00
Rai (Michael Pokorny)
7f7582d68d Merge branch 'agentydragon-03-live-config-reload' into agentydragon
# Conflicts:
#	agentydragon/tasks/03-live-config-reload.md
2025-06-24 22:33:39 -07:00
Rai (Michael Pokorny)
557d7e42db agentydragon(tasks): mark task 19 as done 2025-06-24 22:30:41 -07:00
Rai (Michael Pokorny)
2f254365e0 agentydragon(tasks): implement bash command rendering improvements in Rust TUI 2025-06-24 22:27:48 -07:00
Rai (Michael Pokorny)
21ee410932 docs(agentydragon): add compact Markdown rendering summary (task 21) 2025-06-24 22:27:31 -07:00
Rai (Michael Pokorny)
1f6385392d Merge branch 'agentydragon-21-compact-markdown-rendering' into agentydragon
# Conflicts:
#	agentydragon/tasks/21-compact-markdown-rendering.md
2025-06-24 22:27:00 -07:00
Rai (Michael Pokorny)
40f784e5c3 agentydragon(tasks): implement double Ctrl+D confirmation on TUI exit 2025-06-24 22:26:58 -07:00
Rai (Michael Pokorny)
b352146912 agentydragon(tasks): implement live config reload with diff prompt and apply/ignore support 2025-06-24 22:25:32 -07:00
Rai (Michael Pokorny)
211c1ae28f update deps 2025-06-24 22:23:19 -07:00
Rai (Michael Pokorny)
2ce7ba7257 agentydragon(tasks): add compact markdown rendering option to TUI 2025-06-24 22:23:08 -07:00
Rai (Michael Pokorny)
a73f150bf1 agentydragon(tasks): mark task 18 as Done 2025-06-24 22:22:13 -07:00
Rai (Michael Pokorny)
734ba5ae6a agentydragon(tasks): implement chat UI border merge & status overlay reposition 2025-06-24 22:21:41 -07:00
Rai (Michael Pokorny)
44323ac115 agentydragon(tasks): sandbox agent launch for Task 15 with write-restricted Landlock sandbox and test script 2025-06-24 22:18:11 -07:00
Rai (Michael Pokorny)
bbce68d8c3 wip 2025-06-24 22:06:49 -07:00
Rai (Michael Pokorny)
dc7e8e9c5b wip 2025-06-24 22:06:45 -07:00
Rai (Michael Pokorny)
5f70dc1d21 wip 2025-06-24 21:58:11 -07:00