feat: core CLI MVP with analysis, output formats, and tests#5
Merged
Conversation
Add SpecKit scaffolding for structured specification workflow: - 9 Claude Code skills (analyze, checklist, clarify, constitution, implement, plan, specify, tasks, taskstoissues) - Project templates (constitution, plan, spec, tasks, checklist, agent) - Integration manifests and setup scripts - Bash automation scripts for feature creation and context updates Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Full implementation of arborist-cli wrapping arborist-metrics: - Single file, stdin, and directory analysis - Three output formats: table, JSON, CSV - Threshold filtering with --exceeds-only and exit codes (0/1/2) - Sort by metric and top-N across files (flat mode) - Directory traversal with --gitignore and --languages filter - Multiple positional args (files + directories mixed) - TTY-aware output (no decorations when piped) Includes SpecKit specification artifacts (spec, plan, research, data model, CLI contract, tasks, quickstart) and project constitution. Clippy -D warnings clean, rustfmt formatted. Integration tests pending for next session. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add 29 integration tests covering all 6 user stories (single file, JSON/stdin, directory traversal, threshold filtering, sort/top, CSV). Validate Phase 9 polish tasks and mark all 67 SpecKit tasks as done. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add AILOG for core CLI MVP, AILOG for integration test suite, and TES record documenting test coverage across all 22 integration tests. 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
arborist-cliMVP: clap-based CLI wrappingarborist-metricsfor cognitive/cyclomatic complexity analysis--gitignore), and stdin input modes--threshold,--exceeds-only,--sort,--top,--no-methods,--languagesTest plan
cargo test— 22 integration tests passcargo build— compiles cleanlycargo run -- src/with various flags🤖 Generated with Claude Code