Tags: PaulDuvall/claude-code
Tags
Release v0.0.1-alpha.8 - Complete documentation consistency fixes (58 commands, 26 subagents) - Fix scenario-aware validation logic for documentation tests - Clean up repository (removed outdated docs and test artifacts) - Standardize directory references (subagents vs sub-agents) - Update all version references to alpha.8 - Improve test validation with scenario detection 🤖 Generated with Claude Code
fix: resolve GitHub Actions failures by removing repository-based tes… …t scenarios - Remove repo-fresh-install, repo-reinstall, repo-upgrade from workflow matrix - Add placeholder command detection to install-guide-parser.js - Regenerate test-suite.json with proper placeholder handling for commands like: * cd /path/to/your/project * git remote add origin YOUR_REPOSITORY_URL * [Describe your project here] - Ensures test-documentation synchronization after NPM-only streamlining Addresses GitHub Actions failures in runs 17194245309, 17194276694, 17194297136 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Release: Complete customization guide testing infrastructure This release includes comprehensive testing infrastructure for the customization guide: ✅ Features: - Customization guide parser (extracts commands from markdown) - Customization guide tester (executes commands in isolated environments) - GitHub Actions integration with matrix testing scenarios - Proper failure detection and reporting with exit codes - Command classification (npm, git, toolkit, claude-ui) - Test result reporting and artifact generation ✅ Testing Infrastructure: - Parser: customization-guide-parser.js (339 lines) - Tester: customization-guide-tester.js (800+ lines) - CI Integration: .github/workflows/install-guide-testing.yml - Matrix scenarios: customization-setup, advanced-workflow - Command types: install, toolkit, git, navigation, claude-ui ✅ Validation Proven: - Successfully detected and failed on invalid commands - Proper CI/CD integration with GitHub Actions - Clean documentation now passes all tests - Exit codes properly propagate failures to CI Ready for migration to claude-dev-toolkit package. 🧪 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>