Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions docs/QUICK_REFERENCE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Loading