The Event Horizon starts here. Decisions are final.
Singularity is the Policy Decision Point (PDP) for the AntiGravity ecosystem. It is responsible for evaluating requests against a set of governance policies and returning an authoritative "Allow" or "Deny" decision.
Currently, this project serves as a placeholder for the PDP logic extracted from tachyon_tongs.
Singularity consumes intent from the environment and gates it using high-fidelity policy engines (e.g., OPA/Rego).
- PDP: Policy Decision Point (This Project)
- PEP: Policy Enforcement Point (event_horizon)
src/singularity/: Core decision logic and policy engine integration.policies/: Rego/OPA policy definitions.docs/: Architectural deep dives and policy documentation.tests/: Policy validation and decision logic regression tests.
Singularity is designed to be called by tachyon_tongs to provide authoritative security decisions.