Goal
Initialize Cargo workspace with 4 crates, build infrastructure, and project skeleton.
Scope
- Cargo workspace (virtual manifest, resolver 3, edition 2024)
- 4 crates: zeph-core, zeph-llm, zeph-skills, zeph-memory
- Binary crate (src/main.rs)
- Workspace-level dependency management and lints
- .gitignore, CHANGELOG.md, config/default.toml
Acceptance Criteria
Child Issues
Branch
feat/m0/workspace-bootstrap
Goal
Initialize Cargo workspace with 4 crates, build infrastructure, and project skeleton.
Scope
Acceptance Criteria
cargo buildsucceeds with zero warningscargo clippy -- -D warningspassescargo testpassescargo runprints version infoChild Issues
Branch
feat/m0/workspace-bootstrap