Feature/embedded skills harness - #15
Open
chapzin wants to merge 118 commits into
Open
Conversation
Add jcode-harness session resume --dry-run --json as a read-only local session envelope. Document the stable JSON shape and release gate checks, and cover the safe failure path plus JSON envelope in e2e. Validation: cargo fmt --check; cargo test -p jcode --test e2e harness_session_resume_dry_run_json -- --nocapture; cargo check -p jcode; selfdev build target=auto.
Add jcode-harness session spawn --dry-run --json as a read-only new-session envelope for jcode run. Document the stable JSON shape and release gate checks, and cover the safe failure path plus JSON envelope in e2e. Validation: cargo fmt --check; cargo test -p jcode --test e2e harness_session_spawn_dry_run_json -- --nocapture; cargo check -p jcode; target/debug/jcode-harness session spawn fixture goal --dry-run --json | python3 -m json.tool >/dev/null; selfdev build target=auto.
Add jcode-harness session attach --dry-run --json as a read-only local session attach envelope. Document the stable JSON shape and release gate checks, and cover the safe failure path plus metadata-only JSON envelope in e2e. Validation: cargo fmt --check; cargo test -p jcode --test e2e harness_session_attach_dry_run_json -- --nocapture; cargo check -p jcode; target/debug/jcode-harness session attach fixture --dry-run --json | python3 -m json.tool >/dev/null; selfdev build target=auto.
Add --ndjson to jcode-harness session spawn, attach, and resume dry-run envelopes. Emit deterministic start, envelope, and done events while preserving existing --json schemas and metadata-only transcript safety. Validation: cargo fmt --check; cargo test -p jcode --test e2e harness_session_dry_run_ndjson_envelopes -- --nocapture; cargo check -p jcode; target/debug/jcode-harness session spawn fixture goal --dry-run --ndjson parsed by python json; selfdev build target=auto.
Add jcode-harness acp manifest --json and acp serve --stdio as an offline JSON-RPC preview surface. Implement initialize, initialized notification, shutdown, parse/invalid/method-not-found errors, and document registry readiness gaps. Validation: cargo fmt --check; cargo test -p jcode --test e2e harness_acp_stdio_initialize_shutdown -- --nocapture; cargo check -p jcode; target/debug/jcode-harness acp manifest --json; target/debug/jcode-harness acp serve --stdio initialize/shutdown; selfdev build target=auto.
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.
No description provided.