You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +29,7 @@ For best results, every Codex execution should include the assigned phase file p
29
29
30
30
## Product Definition
31
31
32
-
Aegis is a Zig-based, local-first runtime firewall for AI agents. It launches existing agent tools inside a policy-controlled session, strips secrets, blocks dangerous file access, stages writes, mediates shell commands, controls network egress, proxies MCP servers, records tamper-evident audit logs, and ships with red-team fixtures that prove the protection works.
32
+
Orca is a Zig-based, local-first runtime firewall for AI agents. It launches existing agent tools inside a policy-controlled session, strips secrets, blocks dangerous file access, stages writes, mediates shell commands, controls network egress, proxies MCP servers, records tamper-evident audit logs, and ships with red-team fixtures that prove the protection works.
33
33
34
34
Primary promise:
35
35
@@ -104,18 +104,18 @@ Each phase should leave the repository in a working state.
104
104
105
105
## v1.0 Product Completion Criteria
106
106
107
-
Aegis v1.0 is complete when all of the following are true:
107
+
Orca v1.0 is complete when all of the following are true:
108
108
109
109
### Core CLI
110
110
111
-
-`aegis run` launches arbitrary commands.
112
-
-`aegis init` creates a working policy.
113
-
-`aegis doctor` reports platform capabilities.
114
-
-`aegis replay` replays sessions.
115
-
-`aegis diff`, `aegis apply`, and `aegis discard` manage staged writes.
116
-
-`aegis policy check` validates policy files.
117
-
-`aegis mcp proxy` proxies stdio MCP servers.
118
-
-`aegis redteam` runs security fixtures.
111
+
-`orca run` launches arbitrary commands.
112
+
-`orca init` creates a working policy.
113
+
-`orca doctor` reports platform capabilities.
114
+
-`orca replay` replays sessions.
115
+
-`orca diff`, `orca apply`, and `orca discard` manage staged writes.
- Keep public Core/Orca surfaces separate from internal Aegis Edge, customer acquisition, and pilot-planning collateral.
34
+
- Keep public Core/Orca surfaces separate from internal Orca Edge, customer acquisition, and pilot-planning collateral.
35
35
- Public docs may explain supported behavior, installation, security model, and verified limitations.
36
36
- Internal docs may plan launches, pilots, pricing, outreach, target accounts, release operations, or founder/customer strategy, but those stay untracked unless explicitly approved for publication.
0 commit comments