Releases: JohnODowdAI/scopefence
Releases · JohnODowdAI/scopefence
ScopeFence v0.1.0-beta.1
ScopeFence v0.1.0-beta.1
ScopeFence turns repo boundary rules into executable diff checks.
It answers:
- did this change stay inside the allowed paths?
- did it touch forbidden areas?
- did it exceed reviewable size budgets?
- did it introduce forbidden imports or added-line patterns?
What's in this beta:
- YAML fence policies
- CLI: init, lint, check, render
- GitHub-friendly summary output
- import drift detection for newly introduced Python imports only
- example fixture repo and CI workflow
Best first use case:
- one repo
- one narrow fence policy
- one real PR
Intentionally not built yet:
- JS/TS import fences
- severity levels
- GitHub App / check-run integration
- remediation
- plugin system