agent/pkg/agentic
Virgil f5dff3d822 feat(agentic): add repo sync command
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 11:33:37 +00:00
..
actions.go feat(agentic): add forge PR close action 2026-03-31 19:18:58 +00:00
actions_example_test.go fix(ax): tighten remaining source examples 2026-03-31 06:20:14 +00:00
actions_test.go fix(agentic): complete RFC action option mapping 2026-03-31 07:42:42 +00:00
auth.go feat(agentic): add platform auth compatibility surfaces 2026-03-31 14:23:12 +00:00
auth_example_test.go feat(agentic): add platform auth compatibility surfaces 2026-03-31 14:23:12 +00:00
auth_test.go feat(agentic): add platform auth compatibility surfaces 2026-03-31 14:23:12 +00:00
auto_pr.go feat(agent): implement fleet and sync RFC surfaces 2026-03-31 07:27:15 +00:00
auto_pr_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
auto_pr_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
brain_seed_memory.go feat(agentic): add brain ingest command alias 2026-04-01 11:15:04 +00:00
brain_seed_memory_test.go feat(agentic): add brain ingest command alias 2026-04-01 11:15:04 +00:00
commands.go feat(agentic): add task command surface 2026-04-01 11:20:14 +00:00
commands_example_test.go fix(ax): rename ambiguous prep helpers 2026-03-31 06:12:53 +00:00
commands_forge.go feat(agentic): add repo sync command 2026-04-01 11:33:37 +00:00
commands_forge_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
commands_forge_test.go feat(agentic): add repo sync command 2026-04-01 11:33:37 +00:00
commands_plan.go feat(agentic): add plan command surface 2026-04-01 11:09:41 +00:00
commands_platform.go feat(agentic): add fleet event SSE surface 2026-03-31 19:04:06 +00:00
commands_platform_example_test.go feat(agentic): add platform auth compatibility surfaces 2026-03-31 14:23:12 +00:00
commands_platform_test.go feat(agentic): add fleet event SSE surface 2026-03-31 19:04:06 +00:00
commands_task.go feat(agentic): add task command surface 2026-04-01 11:20:14 +00:00
commands_task_test.go feat(agentic): add task command surface 2026-04-01 11:20:14 +00:00
commands_test.go feat(agentic): add task command surface 2026-04-01 11:20:14 +00:00
commands_workspace.go fix(ax): rename ambiguous prep helpers 2026-03-31 06:12:53 +00:00
commands_workspace_example_test.go test(ax): add workspace command example coverage 2026-03-30 18:09:32 +00:00
commands_workspace_test.go fix(ax): use typed workspace status parsing 2026-03-30 16:14:08 +00:00
content.go feat(agentic): support brief-driven content generation 2026-04-01 10:54:49 +00:00
content_example_test.go feat(agentic): add content platform compatibility surfaces 2026-03-31 15:27:15 +00:00
content_test.go feat(agentic): support brief-driven content generation 2026-04-01 10:54:49 +00:00
deps.go fix(ax): trim remaining prose comments 2026-03-31 05:20:50 +00:00
deps_example_test.go fix(ax): add missing examples and helper coverage 2026-03-29 21:44:22 +00:00
deps_test.go fix(ax): add missing examples and helper coverage 2026-03-29 21:44:22 +00:00
dispatch.go fix(agentic): align workspace mount and repo sync 2026-03-31 14:54:32 +00:00
dispatch_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
dispatch_sync.go fix(ax): trim remaining implementation comments 2026-03-31 05:28:26 +00:00
dispatch_sync_example_test.go fix(agentic): align workspace mount and repo sync 2026-03-31 14:54:32 +00:00
dispatch_sync_test.go fix(agentic): align workspace mount and repo sync 2026-03-31 14:54:32 +00:00
dispatch_test.go fix(agentic): align workspace mount and repo sync 2026-03-31 14:54:32 +00:00
epic.go fix(ax): trim remaining field comments 2026-03-31 06:03:37 +00:00
epic_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
epic_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
events.go fix(ax): align remaining comments and names 2026-03-30 23:01:42 +00:00
events_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
events_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
handlers.go fix(agentic): restore RFC completion pipeline 2026-03-31 06:44:56 +00:00
handlers_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
handlers_test.go fix(agentic): restore RFC completion pipeline 2026-03-31 06:44:56 +00:00
ingest.go fix(ax): continue workspace naming cleanup 2026-03-30 21:22:54 +00:00
ingest_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
ingest_test.go fix(ax): streamline agentic and monitor helpers 2026-03-30 20:45:23 +00:00
issue.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
issue_test.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
logic_test.go fix(agentic): align workspace mount and repo sync 2026-03-31 14:54:32 +00:00
mirror.go fix(ax): trim remaining implementation comments 2026-03-31 05:28:26 +00:00
mirror_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
mirror_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
paths.go fix(ax): align code comments with AX principles 2026-03-30 22:54:19 +00:00
paths_example_test.go fix(ax): unify home-path resolution 2026-03-30 19:54:17 +01:00
paths_test.go fix(ax): resolve nested workspace discovery 2026-03-30 20:12:39 +00:00
phase.go feat(agentic): add RFC plan compatibility surfaces 2026-03-31 13:58:57 +00:00
phase_test.go feat(agentic): add RFC plan compatibility surfaces 2026-03-31 13:58:57 +00:00
pid.go fix(ax): remove leftover narrative comments 2026-03-31 05:49:11 +00:00
pid_example_test.go fix(ax): remove pid syscall wrappers 2026-03-30 16:01:32 +00:00
pid_test.go fix(ax): remove pid syscall wrappers 2026-03-30 16:01:32 +00:00
plan.go feat(agentic): add plan retention cleanup command 2026-04-01 10:48:13 +00:00
plan_compat.go feat(agentic): add plan retention cleanup command 2026-04-01 10:48:13 +00:00
plan_compat_test.go feat(agentic): add plan retention cleanup command 2026-04-01 10:48:13 +00:00
plan_crud_test.go feat(agentic): apply default plan list limit 2026-03-31 18:58:40 +00:00
plan_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
plan_logic_test.go fix(ax): align plan IDs and validation helpers 2026-03-30 14:32:01 +00:00
plan_retention.go feat(agentic): add plan retention cleanup command 2026-04-01 10:48:13 +00:00
plan_retention_test.go feat(agentic): add plan retention cleanup command 2026-04-01 10:48:13 +00:00
plan_test.go fix(ax): tighten plan ID contract coverage 2026-03-30 17:45:58 +00:00
platform.go feat(agentic): add fleet event SSE surface 2026-03-31 19:04:06 +00:00
platform_example_test.go feat(agentic): add fleet platform actions and commands 2026-03-31 11:02:11 +00:00
platform_test.go feat(agentic): add fleet event SSE surface 2026-03-31 19:04:06 +00:00
platform_tools.go feat(agentic): add fleet event SSE surface 2026-03-31 19:04:06 +00:00
pr.go refactor(agentic): clarify AX local identifiers 2026-03-31 18:48:21 +00:00
pr_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
pr_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
prep.go fix(agentic): run language-specific workspace prep 2026-04-01 09:45:11 +00:00
prep_example_test.go docs(ax): add remaining usage examples 2026-03-30 00:20:03 +00:00
prep_extra_test.go fix(agentic): run language-specific workspace prep 2026-04-01 09:45:11 +00:00
prep_test.go feat(agentic): add task command surface 2026-04-01 11:20:14 +00:00
process_register.go fix(ax): replace typed service lookups with Core.Service 2026-03-31 05:43:14 +00:00
process_register_example_test.go fix(ax): name handlers and align process coverage 2026-03-29 21:56:45 +00:00
process_register_test.go fix(ax): name handlers and align process coverage 2026-03-29 21:56:45 +00:00
queue.go fix(ax): trim remaining prose comments 2026-03-31 05:20:50 +00:00
queue_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
queue_extra_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
queue_logic_test.go fix(agentic): delegate runner/shutdown/poke to runner service 2026-03-26 11:19:45 +00:00
queue_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
register.go fix(agentic): restore RFC completion pipeline 2026-03-31 06:44:56 +00:00
register_example_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
register_test.go fix(ax): replace typed service lookups with Core.Service 2026-03-31 05:43:14 +00:00
remote.go fix(ax): trim remaining implementation comments 2026-03-31 05:28:26 +00:00
remote_client.go fix(ax): align remaining comments with AX principles 2026-03-31 04:33:36 +00:00
remote_client_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
remote_client_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
remote_dispatch_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
remote_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
remote_status.go fix(ax): trim remaining implementation comments 2026-03-31 05:28:26 +00:00
remote_status_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
remote_status_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
remote_test.go test: batch 4 — fill 36 testable gaps, 802 tests, AX-7 89% 2026-03-25 09:31:38 +00:00
render_plan_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
resume.go fix(ax): trim remaining implementation comments 2026-03-31 05:28:26 +00:00
resume_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
resume_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
review_queue.go fix(ax): trim remaining comment narration 2026-03-31 05:34:44 +00:00
review_queue_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
review_queue_extra_test.go fix(ax): surface atomic write failures 2026-03-30 20:00:47 +01:00
review_queue_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
runner.go fix(ax): align code comments with AX principles 2026-03-30 22:54:19 +00:00
runner_example_test.go fix(agentic): delegate runner/shutdown/poke to runner service 2026-03-26 11:19:45 +00:00
runner_test.go fix(agentic): delegate runner/shutdown/poke to runner service 2026-03-26 11:19:45 +00:00
sanitise.go feat: devops plugin, CLI commands, Codex dispatch fixes, AX sweep 2026-03-22 15:45:16 +00:00
sanitise_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
sanitise_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
scan.go fix(ax): align remaining comments with AX principles 2026-03-31 04:33:36 +00:00
scan_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
scan_test.go fix(ax): escape query params and surface scan parse errors 2026-03-30 20:37:23 +00:00
session.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
session_example_test.go feat(agentic): add session lifecycle surfaces 2026-03-31 12:06:40 +00:00
session_test.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
shutdown.go fix(ax): align remaining comments with AX principles 2026-03-31 04:33:36 +00:00
shutdown_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
shutdown_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
sprint.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
sprint_test.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
state.go feat(agentic): add session replay and shared state tools 2026-03-31 13:39:24 +00:00
state_example_test.go feat(agentic): add session replay and shared state tools 2026-03-31 13:39:24 +00:00
state_test.go feat(agentic): add session replay and shared state tools 2026-03-31 13:39:24 +00:00
status.go feat(agentic): add status filters 2026-03-31 18:55:26 +00:00
status_example_test.go fix(ax): make runner status reads Result-native 2026-03-30 20:23:31 +01:00
status_extra_test.go feat(agentic): add status filters 2026-03-31 18:55:26 +00:00
status_logic_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
status_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
sync.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
sync_example_test.go feat(agent): implement fleet and sync RFC surfaces 2026-03-31 07:27:15 +00:00
sync_test.go feat(agentic): widen RFC compatibility inputs 2026-03-31 15:42:44 +00:00
task.go feat(agentic): add RFC plan compatibility surfaces 2026-03-31 13:58:57 +00:00
task_test.go feat(agentic): add RFC plan compatibility surfaces 2026-03-31 13:58:57 +00:00
template.go feat(agentic): add plan template compatibility tools 2026-03-31 14:39:40 +00:00
template_example_test.go feat(agentic): add plan template compatibility tools 2026-03-31 14:39:40 +00:00
template_test.go feat(agentic): add plan template compatibility tools 2026-03-31 14:39:40 +00:00
transport.go refactor(agentic): clarify AX local identifiers 2026-03-31 18:48:21 +00:00
transport_example_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
transport_test.go fix(ax): preserve transport causes and remove MustCompile 2026-03-30 15:33:01 +00:00
verify.go fix(ax): trim remaining field comments 2026-03-31 06:03:37 +00:00
verify_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
verify_extra_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
verify_test.go fix(ax): continue AX naming cleanup 2026-03-30 21:37:15 +00:00
watch.go fix(ax): trim remaining field comments 2026-03-31 06:03:37 +00:00
watch_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
watch_test.go fix(ax): harden watch flow coverage 2026-03-30 00:35:33 +00:00