docs: split docs workflows into a dedicated tool pack#87
Merged
Conversation
6a7417d to
2b08740
Compare
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.
docs: split docs workflows into a dedicated tool pack
Summary
This change introduces a first-class
docstool pack for active documentationand agent-instruction workflows while keeping foundational
oat-docsaccess incore. The CLI now recognizes the new pack across install, scan, update,remove, and help flows, and the shared tracking helper was moved to a neutral
.oat/scriptslocation so the split does not leave behind hidden cross-packdependencies. Product docs and
oat-doctorguidance were updated to match thenew pack model, and final review follow-up fixes closed the last taxonomy and
manifest drift.
Quick workflow note: this project ran in quick mode, so this PR is grounded in
discovery.md,plan.md,implementation.md, and the final passed reviewrather than spec/design artifacts.
Goals / Non-Goals
docspack foroat-docs-analyze,oat-docs-apply,oat-agent-instructions-analyze, andoat-agent-instructions-applyoat-docsincoreagent-instructions skills
Changes
docspack manifest and installer path underoat init toolsoat-docsincorewhile moving the analyze/apply workflows into thenew
docspackdocsthrough installed-tool scanning and pack typing so movedskills no longer appear as
customoat tools update,oat tools remove, and legacyoat remove skills --packflows to acceptdocs.oat/scripts/resolve-tracking.shto use the neutral helper location
the correct pack
docsas a first-class packoat tools install docsoat-doctorguidance and summary examples back into sync with thefull supported pack set
utilitydescription after the splitproject-managementandresearchcoverage in theoat-doctorsummary-mode manifest and example outputVerification
pnpm --filter @oat/cli exec vitest run src/commands/init/tools/docs/install-docs.test.ts src/commands/init/tools/docs/index.test.ts src/commands/init/tools/index.test.ts src/commands/init/tools/shared/bundle-consistency.test.tspnpm --filter @oat/cli exec vitest run src/commands/tools/shared/scan-tools.test.ts src/commands/tools/list/list-tools.test.ts src/commands/tools/update/update-tools.test.ts src/commands/tools/remove/remove-tools.test.ts src/commands/remove/skills/remove-skills.test.ts src/commands/help-snapshots.test.tspnpm --filter @oat/cli exec vitest run src/commands/init/tools/docs/install-docs.test.ts src/commands/init/tools/docs/index.test.ts src/commands/init/tools/workflows/install-workflows.test.tspnpm --filter @oat/cli lintpnpm --filter @oat/cli type-checkpnpm --filter oat-docs docs:lintpnpm build:docsrgchecks for stale pack-taxonomy and helper-path referencesReviews
reviews/archived/final-review-2026-03-20-v3.mdReferences