Skip to content

feat(autonomy): Phase 3 Auto-Pilot Dashboard — AUTO-05/06 complete (249 tests)#6

Closed
OgeonX-Ai wants to merge 13 commits into
masterfrom
audit/promptimprover-pr-update
Closed

feat(autonomy): Phase 3 Auto-Pilot Dashboard — AUTO-05/06 complete (249 tests)#6
OgeonX-Ai wants to merge 13 commits into
masterfrom
audit/promptimprover-pr-update

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Summary

  • AUTO-05: AutoPilotStatus singleton — tracks idle/busy/active state with lastCycleAt timestamp; exposed via /api/autopilot on Command Center dashboard
  • AUTO-06: Activity feed of 50 most-recent autonomous learning events (kind-tagged: file_change, git_commit, cycle_start, cycle_complete, lesson, error)
  • AUTO-03: GitPoller wired into BackgroundAutonomyService (30 s interval, enabled only in production server); hook runtime, MCP client, and operations scripts hardened with deterministic coverage
  • 249 tests passing across 45 test files

Test plan

  • npm test in universal-refiner/ — all 249 tests pass
  • GET /api/autopilot returns { state, lastCycleAt, activity, stats } in idle state
  • After starting the server and triggering a file change, state transitions to busy then active
  • Activity feed prepends newest entries and caps at 50

🤖 Generated with Claude Code

Aitomates and others added 12 commits June 14, 2026 15:24
- FileWatcher class: chokidar v5 wrapper, two-layer noise filter
- Ignores: node_modules, dist, .git, logs, tmp, coverage
- Watches: ts, js, md, txt, prompt files
- 5 new Vitest tests; 48 total passing
- Wired into server init via RuntimeLogger + CommandCenterDashboard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…sponses, core refinements

Prior audit session (F-01 through F-08) left code fixes unstaged.
Includes semantic-provider.ts, structured-response.ts, and updates to
config, dashboard, server, history, lesson extraction, and refiners.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…TO-03/04

- GitPoller (src/history/git-poller.ts): polls CommitIngester.ingestLatest every
  30s in production; emits commits event when new commits detected (AUTO-03)
- BackgroundAutonomyService: wires GitPoller via optional gitPollIntervalMs param
  (null = disabled, safe for fake-timer tests); server.ts passes 30_000 (AUTO-04)
- 8 new tests in git-poller.test.ts: poll/event/error/start/stop/idempotent
- 122/122 tests green

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…49 tests)

Adds AutoPilotStatus singleton tracking state (idle/busy/active), activity
feed (50-entry cap, newest-first), and stats counters (cycles, commits,
lessons). Exposes /api/autopilot endpoint on the Command Center dashboard.
BackgroundAutonomyService and GitPoller fully instrumented. Hook runtime,
MCP client, and operations scripts hardened with deterministic test coverage.

AUTO-05: Active/Idle/Busy status indicator with lastCycleAt timestamp
AUTO-06: Activity feed of autonomous learning events (kind-tagged, capped)
AUTO-03: GitPoller wired into BackgroundAutonomyService (30s interval)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@OgeonX-Ai

Copy link
Copy Markdown
Contributor Author

Superseded by #7 (clean branch from master, no conflicts)

@OgeonX-Ai OgeonX-Ai closed this Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants