feat: add auditable multi-agent lifecycle monitoring - #163
Open
lchojnowski wants to merge 1 commit into
Open
Conversation
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codexcommand.Safety and compatibility
Collectors remain local and read-only except for the explicit Claude and Codex setup commands and the Codex helper private bounded lifecycle state. Codex hook ingest does not persist prompts, tool input or output, commands, environment data, credentials, or arbitrary provider text.
Codex setup supports the audited native
codex-cli0.146.0 contract on macOS and Linux. It never aliases, wraps, replaces, or proxies native Codex. Because Codex does not expose thread, PID, and generation-bound attestation of the effective live hook engine, live CodexThinking,Executing,Waiting, andIdlecandidates deliberately remain non-actionableUnknown / Unavailable; only an exact supported Live-to-Gone process transition can produce short-lived heuristicDone.Testing
cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningscargo test --all-targets— 589 unit tests and 9 compatibility integration testscargo build --releasecargo check --target x86_64-unknown-linux-gnucargo check --target x86_64-pc-windows-gnucargo publish --dry-run --allow-dirtyabtop --version,abtop --demo --once, andabtop --demo --jsonsmoke checksgit diff --checkCoordination
This branch is based on upstream
mainat148f64d. It overlapssrc/collector/codex.rswith #154 and #161 but does not claim to close #153 or #160. In particular, it intentionally does not treat rollout activity as proof of live Codex status; unattested live lifecycle remains fail-closed, and freeform Code Mode input is not exposed through display or snapshot fields.