Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/v0.2-alpha-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ filesystem-shaped workflows.
roles, identity mapping coverage, reviewer-scoped reads, authorized approval
recording, fail-closed unauthorized reviewer rejection, and local non-hosted
scope. The Claude/Codex/Cursor objective checks packaged client snippets,
including the actual Claude MCP JSON and Codex/Cursor command file, plus
stdio/TCP/HTTP launchers, Streamable HTTP handoff evidence, and local
non-hosted scope. The safe-agent demo objective checks GitHub/Postgres/Slack/
filesystem evidence, including local Slack/GitHub/Postgres bridge dry-runs,
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13826,7 +13826,7 @@ fn alpha_release_verification_gates(root: &Path) -> Vec<AlphaReleaseStatusItem>
),
(
"src/main.rs",
"Claude/Codex/Cursor sidecar evidence proves packaged Claude JSON",
"Claude/Codex/Cursor sidecar evidence proves packaged Claude MCP JSON",
),
(
"src/main.rs",
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13889,7 +13889,7 @@ fn release_ticket_claude_codex_cursor_sidecar_check(
Ok(()) => release_ticket_check_item(
"objective: Claude/Codex/Cursor sidecar",
ReadinessStatus::Pass,
"Claude/Codex/Cursor sidecar evidence proves packaged Claude JSON, Codex/Cursor command, stdio/TCP/HTTP launchers, Streamable HTTP handoff, client artifact inventory, and local non-hosted scope",
"Claude/Codex/Cursor sidecar evidence proves packaged Claude MCP JSON, Codex/Cursor command file, stdio/TCP/HTTP launchers, Streamable HTTP handoff, client artifact inventory, and local non-hosted scope",
),
Err(detail) => release_ticket_check_item(
"objective: Claude/Codex/Cursor sidecar",
Expand Down