-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
M0Milestone 0: BootstrapMilestone 0: BootstrapepicMilestone-level tracking issueMilestone-level tracking issue
Description
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
-
cargo buildsucceeds with zero warnings -
cargo clippy -- -D warningspasses -
cargo testpasses -
cargo runprints version info - All 4 crates compile with doc comments
- Workspace deps in root Cargo.toml, features in crate manifests
Child Issues
- Initialize Cargo workspace with 4-crate skeleton #7 Initialize Cargo workspace with 4-crate skeleton
Branch
feat/m0/workspace-bootstrap
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
M0Milestone 0: BootstrapMilestone 0: BootstrapepicMilestone-level tracking issueMilestone-level tracking issue