Ghost-ALICE OS

Live Smoke Regression

언어: 🇺🇸 English 🇰🇷 한국어

이 procedure는 실제 agent runtime에서 같은 작은 request를 돌려 hook, gate, permission, completion contract가 살아 있는지 검증한다. automated unit test가 hook payload와 file contract를 확인한다면, 이 smoke는 실제 session surface에서 마지막 연결을 닫는다.

Contents

Purpose

Standard Input

각 runtime에서 repo root를 열고 이 request를 보낸다.

Read the first 10 lines of README and summarize what Ghost-ALICE OS is in one paragraph. Apply verification-before-completion before completion and include [io-trace].

Target Runtimes

Platform Preparation Observed surface
Claude Code Ghost-ALICE install 뒤 fresh session Skill permission, SessionStart/UserPromptSubmit hook, completion reminder
Codex Ghost-ALICE install 뒤 fresh session AGENTS.md bootstrap, ~/.codex/hooks.json, ~/.codex/config.toml, SKILL.md read records, runtime이 hooks를 지원하면 observed hook payload firing, 그렇지 않으면 explicit hookless/manual fallback wording
Codex native Windows Windows native environment에서 Ghost-ALICE install 뒤 fresh session actual hook payload firing, ~/.codex/hooks.json, ~/.codex/config.toml, SKILL.md read records
Antigravity adapter implementation 전에는 inconclusive. implementation 뒤 같은 prompt를 실행한다. skill activation permission, hook or instruction-backed fallback, smoke record

Antigravity adapter가 없으면 그 smoke item은 inconclusive로 기록한다.

Expected Signals

각 smoke record는 다음 signal이 관찰됐는지 기록한다.

Smoke Record

repo에 record를 저장할 때는 tmp/ 또는 local scratch만 쓴다. remote Wiki나 user home settings는 mutate하지 않는다.

platform:
date:
repo_ref:
input_case: README first 10 lines
observed:
  task-router:
  session-intent-analyzer:
  failure-mode-if-wrong:
  recovery-action:
  skill activation permission:
  verification-before-completion:
  io-trace:
failure triage:
  status: pass | fail | invalid-harness | inconclusive
  reason:
  next owner:

local scratch summary의 minimum machine-readable fields는 다음과 같다.

platform:
case:
status: pass | fail | invalid-harness | inconclusive
agent_command:
exit_code:
timed_out:
log_file:
output_file:
reasons:

Failure Triage

Symptom Judgment Next action
task-router is not visible before the first tool action gate routing failure platform bootstrap 또는 hook payload를 inspect한다.
completion claim appears without verification-before-completion completion gate failure completion reminder와 Codex hook evidence/fallback wording을 inspect한다.
routine tool-checkpoint output requires recovery-cost or recovery-note fields tool-checkpoint surface failure docs/ko/policies/session-gate-matrix.md, platform bootstrap, hook message wording을 맞춘다.
skill activation permission allows only core gates permission scope failure installer hook permission sync와 platform policy files를 inspect한다.
smoke record stores raw prompt or transcript audit hygiene failure session-intent-analyzer storage contract를 먼저 fix한다.
agent command times out runtime smoke failure loop를 닫지 않는다. log를 inspect하고, failing behavior를 fix하거나 좁힌 뒤 reinstall하고 fresh session에서 rerun한다.
log contains ERROR codex_core::tools::router, hook failure, traceback, panic, or cache initialization error runtime smoke failure 나중의 다른 prompt가 pass해도 이 run은 failed로 처리한다. failing case를 reproduce하거나 source-grounded reason으로 retire한다.
output file is missing or empty runtime smoke failure partial log activity만으로 success를 추론하지 않는다. agent command 또는 output path를 고친 뒤 rerun한다.
Windows resolves codex to different shim or binary across PowerShell, CMD, and automation harness drift agent_command를 기록하고, Codex smoke에서는 의도한 codex.cmd shim 또는 explicit absolute path를 우선한다.
prompt forbids the only available read-only method needed by the task invalid harness harness를 고친 뒤 rerun한다. 이것은 product pass evidence가 아니다.
a later bounded pass follows an earlier unresolved failure in the same loop partial status failed case가 fix되거나, 근거와 함께 retire되거나, 명시적으로 out of scope 처리될 때까지 loop를 열어 둔다.
Antigravity adapter is not ready inconclusive compatibility discovery가 끝난 뒤 같은 input을 다시 돌린다.

Automated Verification Boundary

Runtime smoke records는 manual evidence이며 keyword-presence unit test target이 아니다. static hook payload와 gate wording contract는 scripts/check_skill_gate_contract.py, scripts/validate_entrypoints.py, _shared.test_install_hooks가 cover한다. _shared/live_agent_smoke.py는 process-level evidence를 classify하고 Codex fresh-session smoke case를 실행할 수 있지만, 이 policy와 design documents에 대한 adversarial review를 대체하지 않는다.