Skip to content

Commit 3f70f5e

Browse files
phernandezclaude
andcommitted
feat: add /project:test-live command for comprehensive real-world testing
Implements live testing suite that: - Uses installed Basic Memory version via MCP - Follows TESTING.md methodology systematically - Records all observations in Basic Memory notes - Tests all 5 phases: core, features, edge cases, workflows, stress - Creates dedicated test project for isolation - Documents bugs with reproduction steps - Tracks performance metrics and UX insights - Validates v0.13.0 features in real usage scenarios This enables 'Basic Memory testing itself' - comprehensive integration testing that creates living documentation of test results. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 569a3de commit 3f70f5e

File tree

2 files changed

+404
-1
lines changed

2 files changed

+404
-1
lines changed

.claude/commands/commands.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This directory contains custom Claude Code slash commands for the Basic Memory p
1212

1313
### Development (`/project:*`)
1414
- `/project:test-coverage` - Run tests with detailed coverage analysis
15-
- `/project:fix-imports` - Clean up and organize imports
15+
- `/project:test-live` - Live testing suite using real Basic Memory installation
1616
- `/project:lint-fix` - Run comprehensive linting with auto-fix
17+
- `/project:check-health` - Comprehensive project health assessment
1718

1819
## Command Structure
1920

@@ -26,6 +27,9 @@ Commands are organized by functionality:
2627
│ ├── release-check.md # /project:release:release-check
2728
│ └── changelog.md # /project:release:changelog
2829
├── test-coverage.md # /project:test-coverage
30+
├── test-live.md # /project:test-live
31+
├── lint-fix.md # /project:lint-fix
32+
├── check-health.md # /project:check-health
2933
└── commands.md # This overview file
3034
```
3135

@@ -34,7 +38,9 @@ Commands are organized by functionality:
3438
Commands are invoked using the `/project:` prefix:
3539
- `/project:release:beta v0.13.0b4`
3640
- `/project:test-coverage mcp`
41+
- `/project:test-live core`
3742
- `/project:release:release-check`
43+
- `/project:check-health`
3844

3945
## Implementation
4046

0 commit comments

Comments
 (0)