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
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Quick reference:
└── docs/ # Additional documentation
```

NOTE: This is a pre-production application, so there is no need for database migration scripting or backward compatibility. Keep the schema flat as much as possible.
NOTE: This is a pre-production application with a flattened v1.0 database schema. The schema uses direct table creation with no migration system.

## Commands
```bash
Expand Down Expand Up @@ -93,7 +93,7 @@ python scripts/quality-ratchet.py show
* **Before**: One project per agent (broken architecture)
* **After**: Multiple agents (orchestrator, backend, frontend, test, review) collaborate on same project
* **Tests**: 59/59 passing (100%) - Full multi-agent test coverage
* Phase 2: Foundational layer (Pydantic models, migrations, database methods, TokenCounter)
* Phase 2: Foundational layer (Pydantic models, database methods, TokenCounter)
* Phase 3: Context item storage (save/load/get context with persistence)
* Phase 4: Importance scoring with hybrid exponential decay algorithm (T027-T036)
* Phase 5: Automatic tier assignment HOT/WARM/COLD (T037-T043, T046)
Expand Down
6 changes: 0 additions & 6 deletions CODEFRAME_ISSUES_ANALYSIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ CodeFRAME is an ambitious AI-powered software development system with a comprehe
- **Impact**: Users cannot understand how to use the system
- **Evidence**: Missing OpenAPI specs and docstrings

#### Missing Migration Documentation
- **Issue**: Database migration system is documented but incomplete
- **Location**: `codeframe/persistence/migrations/README.md`
- **Impact**: Database schema changes are difficult to manage
- **Evidence**: Template migration files with XXX placeholders

## Specific Functionality Gaps

### Agent System Issues
Expand Down
245 changes: 0 additions & 245 deletions E2E_PLAYWRIGHT_FAILURE_ANALYSIS.md

This file was deleted.

Loading
Loading