docs(CLAUDE): correct Repository layout for crates/ workspace #84
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/YTCLI-29-repo-layout-crates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the four stale single-crate
src/*bullets in "## Repository layout" with crate-grouped bullets for the three-crate workspace: rootCargo.tomlworkspace manifest,crates/yt-cli(binary/CLI surface),crates/youtrack-client(API client), andcrates/youtrack-config(XDG config + instance resolution). Each cited path now uses its real crate-qualified location and exists on disk. Also fix thebuild.rsbullet tocrates/yt-cli/build.rs, its actual location.#YTCLI-29