Skip to content

feat: add agent status command - #6

Merged
vincentdji merged 1 commit into
mainfrom
feature/agent-status
Jul 19, 2026
Merged

feat: add agent status command#6
vincentdji merged 1 commit into
mainfrom
feature/agent-status

Conversation

@vincentdji

Copy link
Copy Markdown
Contributor

Summary

  • add flora-agent status for service, health, and local sync-queue visibility
  • report component health and per-state file counts without initializing a missing database
  • add a read-only SQLite opening path so status inspection never runs schema migrations or alters resumable upload state

Why

Operators need a single local command to inspect whether the agent is running and whether uploads are queued or failing. Reusing normal store initialization for this would run migrations, so the status path now opens the existing database in read-only mode.

Validation

  • go test ./...

@vincentdji
vincentdji marked this pull request as ready for review July 19, 2026 17:10
@vincentdji
vincentdji merged commit 72305e9 into main Jul 19, 2026
7 checks passed
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.

1 participant