Skip to content

Commit c9e55f7

Browse files
authored
docs: synchronize version numbers and test counts
Synchronizes version to 1.2.0 and corrects test counts across all documentation to match actual codebase state.
1 parent af92ea0 commit c9e55f7

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,6 @@ Icon
118118
.Trashes
119119
.VolumeIcon.icns
120120
.com.apple.timemachine.donotpresent
121+
122+
# CLAUDE.md - AI assistant guidance (local only, not committed to repo)
121123
CLAUDE.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ DevStack Core is optimized for **local development** while maintaining patterns
410410
- **[Reference Apps Overview](./reference-apps/README.md)** - Multi-language examples
411411
- **[Best Practices](./docs/BEST_PRACTICES.md)** - Development patterns
412412
- **[Testing Guide](./tests/README.md)** - Testing infrastructure
413-
- **[Test Coverage](./tests/TEST_COVERAGE.md)** - Coverage metrics (571+ tests across 4 test suites)
413+
- **[Test Coverage](./tests/TEST_COVERAGE.md)** - Coverage metrics (571+ tests: 50 bash scripts, 188 Python unit tests, 38 parity tests, 95+ Go tests)
414414
- **[Testing Approach](./docs/TESTING_APPROACH.md)** - Best practices for running tests
415415
- **[Task 2.1 Testing](./docs/.private/TASK_2.1_TESTING.md)** - Backup system test suite (63 tests)
416416

docs/QUICK_REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# QUICK REFERENCE
22

3-
**Version:** 1.3.0
3+
**Version:** 1.2.0
44
**Last Updated:** 2025-01-18
55

66
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
345345

346346
```
347347
~/devstack-core/
348-
├── devstack # Python CLI wrapper
349-
├── manage_devstack.py # Python CLI implementation
348+
├── devstack # Bash wrapper script
349+
├── scripts/manage_devstack.py # Python CLI implementation
350350
├── docker-compose.yml # Service definitions
351351
├── .env # Environment configuration
352352
├── .venv/ # Python virtual environment
@@ -695,6 +695,6 @@ cp -r ~/.config/vault ~/vault-backup-$(date +%Y%m%d)
695695
---
696696

697697
**Last Updated:** 2025-01-18
698-
**Version:** 1.3.0
698+
**Version:** 1.2.0
699699

700700
**Need More Help?** See `docs/README.md` for complete documentation index.

0 commit comments

Comments
 (0)