FROM task/918-retire-prime-agent TO development - #923
Merged
Conversation
…e-prime-agent # Conflicts: # .oh/evals/RESULTS.md # .oh/skills/wiki/corpus/README.md
…e-prime-agent # Conflicts: # .oh/evals/RESULTS.md
…e-prime-agent # Conflicts: # .devcontainer/Dockerfile # .oh/evals/RESULTS.md # .oh/evals/probes/skills-vendored.sh # docs/harnesses/overview.md
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.
Closes #918.
Decision
PR #839 added Prime Agent through issue #838. That pull request recorded that no authenticated session validated skill loading. It also left Prime Agent outside the executor, cron fallback, and messenger integration.
PR #911 provides the retirement pattern. This change removes each live support surface instead of adding more integration code around an unverified provider.
Removed
prime-agentharness catalog entry anddocs/harnesses/prime-agent.md..prime/agent/configuration surface.oh initand.oh/scripts/link-providers.sh.PRIME_AGENT_KERNEL_PYTHONexport from Python provisioning.Preserved
.prime/agent/auth.json,.prime/agent/sessions/, and.prime/agent/telemetry.jsonin the root and scaffold gitignores. Existing checkouts must not expose stale credentials or runtime state as untracked files.Operator impact
oh harness install prime-agentnow exits with an unknown harness error. Newoh initscaffolds no.prime/agent/directory. Existing Prime Agent installations and user state remain on disk until the operator removes them.Verification
compose-args.test.tschecks failed because the sandbox enables the SSH overlay.pnpm run typecheck: passed.pnpm run build: passed.INSTALL_HERMES=false bash .oh/scripts/link-providers.sh --check: passed.bash .oh/evals/probes/default-provisioning.sh: passed.bash .oh/evals/probes/changelog-entry-length.sh: passed.bash .oh/evals/probes/wiki-readme-index.sh: passed.git diff --check: passed.