diff --git a/.gitignore b/.gitignore index dafe786..a405ddf 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,6 @@ Icon .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent + +# CLAUDE.md - AI assistant guidance (local only, not committed to repo) CLAUDE.md diff --git a/README.md b/README.md index 3bde532..f697d2e 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ DevStack Core is optimized for **local development** while maintaining patterns - **[Reference Apps Overview](./reference-apps/README.md)** - Multi-language examples - **[Best Practices](./docs/BEST_PRACTICES.md)** - Development patterns - **[Testing Guide](./tests/README.md)** - Testing infrastructure -- **[Test Coverage](./tests/TEST_COVERAGE.md)** - Coverage metrics (571+ tests across 4 test suites) +- **[Test Coverage](./tests/TEST_COVERAGE.md)** - Coverage metrics (571+ tests: 50 bash scripts, 188 Python unit tests, 38 parity tests, 95+ Go tests) - **[Testing Approach](./docs/TESTING_APPROACH.md)** - Best practices for running tests - **[Task 2.1 Testing](./docs/.private/TASK_2.1_TESTING.md)** - Backup system test suite (63 tests) diff --git a/docs/QUICK_REFERENCE.md b/docs/QUICK_REFERENCE.md index f65e474..c816482 100644 --- a/docs/QUICK_REFERENCE.md +++ b/docs/QUICK_REFERENCE.md @@ -1,6 +1,6 @@ # QUICK REFERENCE -**Version:** 1.3.0 +**Version:** 1.2.0 **Last Updated:** 2025-01-18 This is your go-to cheat sheet for DevStack Core. All commands, ports, credentials, and common operations on one page. @@ -345,8 +345,8 @@ amqps://admin:PASSWORD@localhost:5671/dev_vhost ``` ~/devstack-core/ -├── devstack # Python CLI wrapper -├── manage_devstack.py # Python CLI implementation +├── devstack # Bash wrapper script +├── scripts/manage_devstack.py # Python CLI implementation ├── docker-compose.yml # Service definitions ├── .env # Environment configuration ├── .venv/ # Python virtual environment @@ -695,6 +695,6 @@ cp -r ~/.config/vault ~/vault-backup-$(date +%Y%m%d) --- **Last Updated:** 2025-01-18 -**Version:** 1.3.0 +**Version:** 1.2.0 **Need More Help?** See `docs/README.md` for complete documentation index.