This repository follows a strict workflow for all development tasks.
CRITICAL: When starting any new task, feature, or fix, you MUST follow The Drill™ outlined in WORKFLOW.md.
-
Commands:
pnpm install- Install depspnpm build- Build all packagespnpm test- Run all testspnpm lint- Lint all codepnpm format- Format all codepnpm dev extract <file>- Run CLI extract command in dev mode
-
Architecture:
- See AGENTS.md for detailed architectural overview.
- Monorepo with
packages/core,packages/extract,packages/vector-store,packages/cli.
-
Workflow:
- Find Work: Check issues.
- Start: Create branch
feat/name. - Plan: Analyze requirements.
- Implement: TDD + Docs.
- Check: Build -> Test -> Lint.
- Commit: Conventional Commits.
Refer to WORKFLOW.md for the complete guide.