Record phase 1b staging blocker
This commit is contained in:
parent
7390e1e843
commit
b9cb965591
2 changed files with 19 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ Phase 1b is the `decision-engine` PR evaluation router. It sends each KB mutatio
|
|||
| GitHub identity and bot comments | `docs/phase1b/github-identity-bot-posture-spec.md` | ready_now after canonical target config freezes |
|
||||
| Reporting and contributor compatibility | `docs/phase1b/reporting-contributor-compatibility-spec.md` | ready_now after verdict state shape freezes |
|
||||
| Staging proof | `docs/phase1b/staging-proof-spec.md` | draft_gated on staging/VPS or disposable remote access |
|
||||
| Staging blocker | `docs/phase1b/staging-blocker.json` | external_only |
|
||||
|
||||
## Execution Order
|
||||
|
||||
|
|
|
|||
18
docs/phase1b/staging-blocker.json
Normal file
18
docs/phase1b/staging-blocker.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"phase": "1b",
|
||||
"blocked_area": "staging_and_production_proof",
|
||||
"attempted_discovery": [
|
||||
"audited teleo-infrastructure eval, config, deploy, systemd, github feedback, and health-check surfaces",
|
||||
"implemented and tested local default-off phase1b routing path",
|
||||
"opened draft pr for reviewed sha",
|
||||
"recorded staging proof contract in docs/phase1b/staging-proof-spec.md"
|
||||
],
|
||||
"exact_blocker": "no usable staging vps clone, crabbox runner config, sandbox decision-engine repo token, or production read-only access is available in this workspace",
|
||||
"why_it_cannot_be_solved_autonomously": "staging proof requires external infrastructure authority and non-production credentials; creating or using those without the project owner/runtime owner would risk mutating production or leaking production secrets",
|
||||
"exact_next_action": "fwaz or m3taversal should provide either a scrubbed hetzner snapshot clone or crabbox config plus staging-only github/openrouter tokens and the sandbox decision-engine repo target",
|
||||
"safe_until_unblocked": [
|
||||
"keep PHASE1B_AGENT_ROUTING_ENABLED=false in production",
|
||||
"review the draft pr locally and in ci",
|
||||
"do not allow agents to self-edit production vps state for this change"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue