chore(skills): prune dead BYOK branch from resume-import docs#93
Merged
Conversation
BYOK was removed from the product in 2026-07: user compute is now the connected agent itself (the "you are the model" D11 agent-assist path), and platform-run AI is beta-gated. The bundled skill docs still described an "if a BYOK LLM key is configured, use the provider path" branch that no longer exists. - traitprint-import-resume/SKILL.md: drop the "no BYOK key configured" conditional and the "if the user has a working key, pass --provider / let the configured key win" branch; make the agent-assist payload the primary and only user-compute path; note platform extraction is beta-gated (join at https://traitprint.com/beta). - shared/cli-reference.md: rewrite the import-resume reference from the "--provider -> configured BYOK key -> agent-assist" resolution order to the agent-assist payload behavior; note beta-gated platform extraction. Docs-only. The local-first CLI's deterministic paths (extract-text, batch add-*, proposals, audit) are unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
claude-dataviking
requested review from
openclaw-dv and
the-data-viking
as code owners
July 15, 2026 22:39
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.
What
Prunes the dead BYOK (bring-your-own-key) branch from the bundled skill
docs. BYOK was removed from the product in 2026-07 — user compute is now
the connected agent itself (the "you are the model" D11 agent-assist
path), and platform-run AI is beta-gated. The skill docs still described
an "if a BYOK LLM key is configured, use the provider path" branch that
no longer exists.
Changes (docs-only)
skills/traitprint-import-resume/SKILL.md— drop the "no BYOK keyconfigured" conditional and the "if the user has a working key, pass
--provider/ let the configured key win;--no-assisterrors when nokey" branch. The agent-assist payload is now the primary and only
user-compute path. Note that platform-run extraction is beta-gated
(join at https://traitprint.com/beta).
skills/shared/cli-reference.md— rewrite theimport-resumereference from the
--provider -> configured BYOK key -> agent-assistresolution order to the agent-assist payload behavior; note beta-gated
platform extraction.
CHANGELOG.md— entry under### Changed.The local-first CLI's deterministic paths (
extract-text, batchadd-*,proposals,audit) are unchanged. The only remaining "APIkey" mentions in skills are "no API key" framing that reinforces the D11
agent-is-the-model pattern.
Gates
.venv/bin/pytest -q(1028 passed, 3 skipped),ruff check src/ tests/,and
mypy src/all green. No skill-registry or doc-truth test neededupdating.
Required follow-up after merge (not in this repo)
traitprint-cloud vendors these files byte-for-byte into
plugins/traitprint/skills/at a pinned ref, enforced by a sync test.After this merges, re-vendor and bump the pin:
SKILLS_SYNC_REFintraitprint-cloud/scripts/sync-plugin-skills.ts(currently
131dbc2a337406c4c80c15c4186dba14bc1e4ffb) to this PR'ssquash-merge commit SHA on
main.npx tsx scripts/sync-plugin-skills.tsto re-vendorshared/cli-reference.mdandtraitprint-import-resume/SKILL.md(both in
SKILLS_MANIFEST), then commit the re-vendored files togetherwith the bumped pin so
scripts/sync-plugin-skills.test.tspasses.🤖 Generated with Claude Code