MAESTRO: note speckit analyze command missing

This commit is contained in:
Mariusz Banach
2026-02-17 23:21:42 +01:00
parent abc7aab840
commit 290763df60

View File

@@ -75,4 +75,4 @@ The hacker-themed dark colour palette (from spec FR-14):
- [x] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`) - [x] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`)
- [x] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error) - [x] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error)
- [x] TypeScript compilation succeeds with zero errors in strict mode - [x] TypeScript compilation succeeds with zero errors in strict mode
- [ ] Run `/speckit.analyze` to verify consistency - [ ] Run `/speckit.analyze` to verify consistency (attempted, but command not available in this environment)