Add typed task generation inventory - #116
Closed
schickling-assistant wants to merge 2 commits into
Closed
Conversation
agent-session-id: dev3.dotfiles-cos-misc-agent-runtime-simplification agent-tool: Codex agent-tool-version: 0.145.0 agent-model: gpt-5.6-sol agent-runtime-profile: /home/schickling/.config/coding-agents/profile.json agent-skills-manifest: /nix/store/nk9iml2841l1yjjg0f6f0d3y60zkg1nn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@4a0515f
agent-session-id: dev3.dotfiles-cos-misc-agent-runtime-simplification agent-tool: Codex agent-tool-version: 0.145.0 agent-model: gpt-5.6-sol agent-runtime-profile: /home/schickling/.config/coding-agents/profile.json agent-skills-manifest: /nix/store/nk9iml2841l1yjjg0f6f0d3y60zkg1nn-agent-skills-corpus/share/agent-skills/manifest.json tooling-profile: dotfiles@4a0515f
schickling-assistant
force-pushed
the
schickling-assistant/2026-07-30-catalog-publication
branch
from
August 1, 2026 09:56
57bb745 to
7e1bd02
Compare
schickling-assistant
changed the base branch from
schickling-assistant/2026-07-30-catalog-publication
to
main
August 8, 2026 09:44
Contributor
Author
|
Closing as superseded rather than rebasing. This branch would need ~22,700 deletions to reach current The underlying question — exposing desired versus observed launch generation — is still open as #40, which is where it should be picked up from if it is wanted. Posted on behalf of @schickling
|
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
st2 tasks --jsonas a versioned, fail-closed desired-task/runtime inventoryThis is a sibling stack directly on PR #106 exact head
57bb7452a4e5a464b752e82e282b3974be4d97fd; it is intentionally independent of PR #113. The eventual integration of both stacks has small mechanical overlap insrc/main.rsandsrc/lib.rs.Safety contract
The typed envelope is
st2.task-inventory.v1. Unknown, malformed, timed-out, duplicate, unreadable, PID-reused, or otherwise incomplete evidence isindeterminate, setscomplete: false, and exits nonzero. A missing PTY root is positively absent and is not created. Observation never reconciles, kills, cleans, or rewrites legacy state.The cutover order is:
adopt-only.service.Ambiguous legacy exec records remain a truthful cutover blocker. Their narrow, explicitly authorized replacement is follow-up work; this PR does not add a general reset or mutate them during observation.
Verification
cargo check --testsst2 taskswith a real PTY generation replacementgit diff --checkIndependent read-only architecture/correctness review approved the final factored diff. No live catalog, supervisor, activation, or runtime state was mutated; one live-catalog inventory measurement was read-only.