https://github.com/safal207/guardian-layer
Guardian Layer — keeper of gentle continuity: care-first policy layer for LTP systems (non-coercive, traceable, reversible).
https://github.com/safal207/guardian-layer
audit care-stack governance ltp observability protocol reliability safety self-healing
Last synced: 2 months ago
JSON representation
Guardian Layer — keeper of gentle continuity: care-first policy layer for LTP systems (non-coercive, traceable, reversible).
- Host: GitHub
- URL: https://github.com/safal207/guardian-layer
- Owner: safal207
- Created: 2025-12-29T19:24:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T06:10:19.000Z (2 months ago)
- Last Synced: 2026-04-14T08:15:32.250Z (2 months ago)
- Topics: audit, care-stack, governance, ltp, observability, protocol, reliability, safety, self-healing
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/ROADMAP_2026.md
Awesome Lists containing this project
README
# guardian-layer
Guardian Layer — keeper of gentle continuity: care-first policy layer for LTP systems (non-coercive, traceable, reversible).
## Interfaces
- [Signal schema](interfaces/signals.schema.json)
- [Care-Case schema](interfaces/care-case.schema.json)
- [Interfaces README](interfaces/README.md)
## Implementation progress (phase 1)
- Policy pack is now externalized in JSON: [`policy/default.policy.json`](policy/default.policy.json)
- Shared policy engine utilities: [`tools/guardian_policy.py`](tools/guardian_policy.py)
- Intake supports configurable policy packs:
- `python tools/guardian_intake.py --policy-pack policy/default.policy.json`
- Operator CLI for day-1 workflows:
- `python tools/guardian_case.py evaluate --signal examples/signal.web-perf.json`
- `python tools/guardian_case.py explain --signal examples/signal.web-perf.json`
- API (ingest/evaluate/explain) for service mode:
- `uvicorn api.app:app --reload --port 8000`
- `curl -sS http://127.0.0.1:8000/healthz`
- `curl -sS -X POST http://127.0.0.1:8000/v1/evaluate -H 'content-type: application/json' --data @examples/signal.web-perf.json`
## Planning & business
- [Roadmap 2026](docs/ROADMAP_2026.md)
- Monetization calculator: `python tools/guardian_monetization.py --scenario base`