KeiSeiKit-1.0/_primitives/_rust
Parfii-bot bf64839143 chore(workspace): SSoT inheritance + version unification
Group E — Cargo workspace hygiene (post-audit 2026-05-02).

Workspace dependency inheritance:
- 40+ member crates migrated from inline dep pinning to { workspace = true }.
  Was: every crate redeclared clap/serde/rusqlite/tokio/etc inline, defeating
  the [workspace.dependencies] SSoT and forcing N edits per upgrade.
  Authoritative pins now live solely in _primitives/_rust/Cargo.toml.

Major version splits resolved:
- dashmap: 5 vs 6 (kei-cortex/kei-gateway) -> 6 in workspace
- tower:   0.4 vs 0.5 (kei-cortex/kei-forge) -> 0.5 in workspace
- notify:  6 vs 8 (kei-projects-watcher/kei-watch+kei-skills) -> 8 in workspace
- thiserror: 1 vs 2 (workspace/keisei) -> kept 1; keisei downgraded
  Closed: dual-major compilation = wasted build time + ABI mismatch risk
  at trait boundaries.

Profile / orphan cleanup:
- kei-changelog/Cargo.toml: deleted [profile.release] block (workspace member
                              profiles are silently ignored by Cargo since 1.0).
- kei-brain-view/Cargo.toml: removed dangling "[workspace] table stripped on
                                merge" comment (orphan from prior decomposition).

rust-version SSoT:
- 27+ member crates migrated from inline rust-version = "1.75" to
  rust-version.workspace = true. Workspace declares 1.77; the inline 1.75 pins
  were stale and misleading (with resolver 2 the workspace MSRV won anyway).

cargo check --workspace: clean (only pre-existing sqlx-postgres future-incompat
warning + frustration-matrix dead-code warning, neither introduced by this change).

Note: _assembler/ lives outside _primitives/_rust workspace, so its Cargo.toml
was not touched here. Remaining edition-2024 question for _assembler is a
separate decision.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 21:40:46 +08:00
..
firewall-diff KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
frustration-matrix chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-agent-runtime chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-artifact chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-atom-discovery chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-auth feat(auth): JWT verification + OAuth CSRF + PKCE + secret redaction 2026-05-02 21:39:18 +08:00
kei-auth-apple feat(auth): JWT verification + OAuth CSRF + PKCE + secret redaction 2026-05-02 21:39:18 +08:00
kei-auth-google feat(auth): JWT verification + OAuth CSRF + PKCE + secret redaction 2026-05-02 21:39:18 +08:00
kei-auth-magiclink feat(auth): JWT verification + OAuth CSRF + PKCE + secret redaction 2026-05-02 21:39:18 +08:00
kei-auth-webauthn feat(auth): JWT verification + OAuth CSRF + PKCE + secret redaction 2026-05-02 21:39:18 +08:00
kei-backend-daytona chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-brain-view chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-cache chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-capability chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-changelog chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-chat-store chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-compute-baremetal fix(security): RCE allowlist + WebSocket auth + SSH option-injection 2026-05-02 21:40:24 +08:00
kei-compute-digitalocean chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-compute-linode chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-compute-vultr chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-conflict-scan chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-content-store chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-cortex fix(kei-cortex): SSRF + atomic token + body limits + capped reads 2026-05-02 21:39:57 +08:00
kei-cron-scheduler chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-crossdomain chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-curator chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-db-contract chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-decision chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-decompose chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-diff chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-discover chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-dna-index chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-entity-store chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-export-trajectories chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-forge chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-fork chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-frustration-loop KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-gateway chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-gdrive-import chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-git-bitbucket chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-git-forgejo chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-git-gitea chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-git-gitlab chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-graph-check chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-graph-export feat(graph): live runtime DNA viewer — kei-graph-export + lbm-graph-viz adapter 2026-05-02 13:07:21 +08:00
kei-graph-stream fix(security): RCE allowlist + WebSocket auth + SSH option-injection 2026-05-02 21:40:24 +08:00
kei-hibernate chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-import-project KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-leak-matrix KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-ledger chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-ledger-sign chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-llm-bridge-mlx chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-llm-llamacpp KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-llm-mlx chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-llm-ollama chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-llm-router chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-machine-probe chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-mcp chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-memory chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-memory-postgres chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-memory-redis chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-memory-sled chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-memory-sqlite chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-migrate chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-model chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-model-router chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-net-ipsec chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-net-openvpn chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-net-wireguard KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-notify-discord KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-notify-slack KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-notify-sms KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-notify-telegram chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-pet chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-ping chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-pipe chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-projects-index chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-projects-watcher chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-provision chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-prune chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-refactor-engine chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-registry chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-replay chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-router chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-runtime fix(security): RCE allowlist + WebSocket auth + SSH option-injection 2026-05-02 21:40:24 +08:00
kei-runtime-core feat(auth): JWT verification + OAuth CSRF + PKCE + secret redaction 2026-05-02 21:39:18 +08:00
kei-sage chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-scheduler chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-search-core chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-shared chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-skill-importer chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-skills chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-social-store chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-spawn chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-store chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-svc-systemd chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-task chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-tlog chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-token-tracker KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
kei-tty chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
kei-watch chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
keisei chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
mock-render KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
ssh-check KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
tokens-sync KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
visual-diff KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
.gitignore KeiSeiKit-public — clean state 2026-05-01 12:09:03 +08:00
Cargo.lock chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00
Cargo.toml chore(workspace): SSoT inheritance + version unification 2026-05-02 21:40:46 +08:00