Skip to content

Commit cb05168

Browse files
committed
Remove final active-runtime governance claims
1 parent a0d32b5 commit cb05168

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/ANTIGRAVITY_CLI_INTEGRATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flowchart TD
2626
agent[Antigravity Orchestrator]
2727
ctxt[CompText CLI]
2828
repo[(Repository Codebase)]
29-
policy[Policy Gate / Hook]
29+
policy[Policy Gate / Target Hook]
3030
3131
agent -->|1. context inspect| ctxt
3232
ctxt -->|2. harvest & redact| repo
@@ -36,8 +36,8 @@ flowchart TD
3636
agent -->|6. invoke reviewer| subagent
3737
subagent -->|7. audit proposal| prop
3838
agent -->|8. apply gate| ctxt
39-
ctxt -->|9. policy hook validation| policy
40-
policy -->|10. sandboxed write execution| repo
39+
ctxt -->|9. planned policy target| policy
40+
policy -->|10. validated write execution| repo
4141
```
4242

4343
---

docs/PERMISSIONS_MODEL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Permissions do not serve as the primary policy compiler. Instead, they act as lo
1212
2. **Hook Interceptors (`docs/HOOK_GOVERNANCE.md`)**: Contextual software gates executing within the workspace.
1313
3. **Permissions Model**: Orchestrator-enforced runtime restrictions acting as a defense-in-depth policy layer.
1414

15-
If a hook fails or an agent attempts to bypass logical constraints, the orchestrator's runtime permissions model acts as a secondary layer to block unauthorized actions.
15+
In the target architecture, if a hook fails or an agent attempts to bypass logical constraints, the orchestrator's runtime permissions model is intended to act as a secondary layer to block unauthorized actions. Note that this runtime enforcement represents a design target and is not a Rust-level guarantee.
1616

1717
---
1818

@@ -29,4 +29,4 @@ The target host policy baseline for the runtime environment is partitioned into
2929

3030
## 3. Explicit Phase Approval
3131

32-
If a task requires a restricted operation (e.g., querying a local Ollama socket), the permissions must be upgraded using explicit, phase-scoped approvals in the task definition. Once the phase transitions, permissions automatically downgrade back to the default-deny baseline.
32+
If a task requires a restricted operation (e.g., querying a local Ollama socket), the host/orchestrator permission profile should be explicitly approved using phase-scoped configurations in the task definition. Once the phase transitions, the intended host policy should return to the default-deny baseline. This configuration acts as orchestrator-level governance, not a Rust-level compilation check.

reports/phase_12_status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
1. **Operating Model**: Created structural guidelines clarifying the relationship between Antigravity as the agent execution surface and CompText CLI as the policy control plane.
5656
2. **Token Economy**: Defined rules including read-first minimalism, one-skill-at-a-time loading, model effort selection logic, and skill-based prompt referencing.
5757
3. **Skill registry**: Established standardized layout directives and trigger rules for skill files. Added starter skill `.agent/skills/ctxt-antigravity-governance/SKILL.md`.
58-
4. **Hook Governance**: Outlined interceptor target endpoints enforcing security boundaries (blocking `.env`, network, and out-of-bounds writes).
58+
4. **Hook Governance**: Outlined interceptor target endpoints intended to support future security enforcement (blocking `.env`, network, and out-of-bounds writes).
5959
5. **Permissions & Subagents**: Positioned permissions as defense-in-depth and restricted subagents to specialized read-only audit roles.

0 commit comments

Comments
 (0)