An open API service indexing awesome lists of open source software.

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).

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`