chore(repo): add git-cliff config, sort deps, add rust-version
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Has been cancelled
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Has been cancelled
- Add cliff.toml with GitHub remote wiring, issue link parsers, and clean group names (no sort prefixes) - Add rust-version = "1.87.0" and codegen-units = 1 to workspace - Sort workspace.dependencies alphabetically; add notstrap path entry - Add CLAUDE.md preflight block; reformat workspace table to 100-col - Delete stale brainstorm artifacts and root HANDOFF.md
This commit is contained in:
@@ -3,7 +3,7 @@ name = "integration"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license.workspace = true
|
||||
publish = false
|
||||
publish = true
|
||||
|
||||
[[test]]
|
||||
name = "bootstrap"
|
||||
@@ -16,9 +16,9 @@ path = "tests/cross_crate.rs"
|
||||
[dev-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
assert_fs = { workspace = true }
|
||||
notcore = { path = "../../crates/notcore" }
|
||||
notfiles = { path = "../../crates/notfiles" }
|
||||
nothooks = { path = "../../crates/nothooks" }
|
||||
notsecrets = { path = "../../crates/notsecrets" }
|
||||
notstrap = { path = "../../crates/notstrap" }
|
||||
notcore = { workspace = true } #unified
|
||||
notfiles = { workspace = true } #unified
|
||||
nothooks = { workspace = true } #unified
|
||||
notsecrets = { workspace = true } #unified
|
||||
notstrap = { workspace = true } #unified
|
||||
tempfile = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user