Overview
Import existing filesystem-based data into the new EdgeDB-backed MCP system.
Data Sources
Applications (applications/)
REGISTRY.md - main index with status, dates, notes
- Individual application folders with CVs, cover letters, correspondence
Knowledge Base (knowledge_base/)
- Experience files with YAML frontmatter
- Skills, achievements, education entries
- Existing tag/classifier relationships
Migration Strategy
- Parse
REGISTRY.md to extract application metadata
- Walk application directories for documents and correspondence
- Parse knowledge_base .md files with frontmatter
- Insert into EdgeDB using MCP tools or direct EdgeDB client
Acceptance Criteria
Dependencies
Notes
This can be a one-time migration script, doesn't need to be part of ongoing system.
Overview
Import existing filesystem-based data into the new EdgeDB-backed MCP system.
Data Sources
Applications (
applications/)REGISTRY.md- main index with status, dates, notesKnowledge Base (
knowledge_base/)Migration Strategy
REGISTRY.mdto extract application metadataAcceptance Criteria
compile()produces equivalent_compiled_context.mdDependencies
Notes
This can be a one-time migration script, doesn't need to be part of ongoing system.