feat: add doctor command, enhance logs/status/dashboard, complete skill docs#2
Merged
github-actions[bot] merged 2 commits intomasterfrom Mar 18, 2026
Merged
Conversation
…ll docs - Add `symphony doctor` pre-flight check (WORKFLOW.md, env vars, binaries, daemon, workspace) - Enhance `symphony logs` with `--level` and `--since` filtering + TTY pretty-print - Enhance `symphony status` with token breakdown (in/out/total) and config metrics - Implement `symphony workspace --clean` with actual directory removal - Improve dashboard HTML: auto-refresh (5s), retrying table, token breakdown, config summary - Add `get_metrics()` to SymphonyClient - Complete SKILL.md commands table (7 missing commands) - Add Arcan runtime section to SKILL.md - Create operator-runbook.md with 11 executable diagnostic recipes - Add Arcan + doctor troubleshooting entries - Move canonical skill to .agents/skills/symphony/ (git-tracked), remove .claude/skills/ tracking - Add symphony-arcan crate with HTTP client, event mapper, and runner Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🚅 Deployed to the symphony-pr-2 environment in symphony
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
symphony doctor— new pre-flight environment check command (WORKFLOW.md, env vars, binaries, daemon connectivity, workspace root)symphony logs— new--leveland--sinceflags with JSON field extraction, relative duration parsing ("5m", "1h"), and TTY pretty-printingsymphony status— enhanced output with input/output/total token breakdown and config metrics (poll interval, max concurrent)symphony workspace --clean— now actually removes the workspace directory by resolving root from WORKFLOW.md locally.agents/skills/symphony/,.claude/skills/tracking removedTest plan
make smoke— 245 tests pass (compile + clippy + test)symphony doctor— verified output format locallysymphony --help— doctor appears in subcommandssymphony logs --help— --level and --since flags present🤖 Generated with Claude Code