terraphim / terraphim/terraphim-ai
[Architecture][P0] Add CI guard for workspace dependency policy
Open
Nobody has claimed this yet.
architecture
dependencies
- Dominant language
- Rust
- Stars
- 62
- Forks
- 5
- Avg merge
- 2h 27m
- Merged PRs (30d)
- 1
Description
Parent: https://github.com/terraphim/terraphim-ai/issues/520
Goal
Enforce workspace dependency consistency for shared crates (tokio, serde, serde_json, reqwest, chrono, uuid, thiserror, anyhow, tracing, axum).
Tasks
- Add CI check/script to detect non-workspace pins for shared deps
- Fail PRs on violations
- Document exceptions policy
Acceptance Criteria
- CI fails when policy is violated
- Docs include allowlist and exception process
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or CI entry points are named. Start by locating the workspace dependency declarations and existing CI configuration, then trace how dependency checks are currently run. Done means violations for the listed shared crates fail CI, while documented allowlisted exceptions follow a defined process.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100