-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
M0Milestone 0: BootstrapMilestone 0: BootstrapfeatureNew functionalityNew functionalityinfraProject infrastructure and toolingProject infrastructure and tooling
Description
Description
Create the Cargo workspace with virtual manifest and 4 library crates plus the binary entry point.
Parent: #1
Branch
feat/m0/workspace-bootstrap
Files to Create
Cargo.toml— workspace root (resolver 3, edition 2024, workspace deps, lints)src/main.rs— binary entry pointcrates/zeph-core/Cargo.toml+src/lib.rscrates/zeph-llm/Cargo.toml+src/lib.rscrates/zeph-skills/Cargo.toml+src/lib.rscrates/zeph-memory/Cargo.toml+src/lib.rsconfig/default.toml— minimal config placeholderskills/.gitkeep.gitignoreCHANGELOG.md
Acceptance Criteria
-
cargo buildsucceeds -
cargo clippy -- -D warningspasses -
cargo testpasses -
cargo runprints version - Workspace lints: clippy::all + clippy::pedantic = warn
- Author in manifests: bug-ops (from gh auth)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
M0Milestone 0: BootstrapMilestone 0: BootstrapfeatureNew functionalityNew functionalityinfraProject infrastructure and toolingProject infrastructure and tooling