wtf-p 0.6.0-rc.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +148 -250
- package/bin/commands/install-logic.js +38 -9
- package/bin/install.js +39 -15
- package/bin/lib/adapter-compiler.js +834 -84
- package/bin/lib/adapter-metadata.js +1 -1
- package/bin/lib/analyze-impact.js +4 -0
- package/bin/lib/bib-format.js +79 -7
- package/bin/lib/bib-index.js +33 -6
- package/bin/lib/citation-fetcher.js +3 -0
- package/bin/lib/clio-registration.js +246 -0
- package/bin/lib/manifest.js +59 -25
- package/bin/lib/native-registration.js +22 -105
- package/bin/lib/scholar-lookup.js +6 -0
- package/bin/lib/utils.js +11 -6
- package/bin/uninstall.js +12 -3
- package/package.json +6 -7
- package/protocol/actions/analyze-bib.json +1 -1
- package/protocol/actions/audit-milestone.json +1 -1
- package/protocol/actions/check-refs.json +1 -1
- package/protocol/actions/create-outline.json +6 -2
- package/protocol/actions/create-poster.json +0 -5
- package/protocol/actions/create-slides.json +0 -5
- package/protocol/actions/export-latex.json +1 -1
- package/protocol/actions/map-project.json +17 -3
- package/protocol/actions/plan-section.json +6 -3
- package/protocol/actions/research-gap.json +1 -1
- package/protocol/actions/resume-writing.json +3 -1
- package/protocol/roles/outliner.md +2 -2
- package/protocol/roles/section-reviewer.md +1 -0
- package/protocol/roles/section-writer.md +2 -2
- package/protocol/skills/wtfp-manage-project/references/actions.md +7 -6
- package/protocol/skills/wtfp-plan-section/SKILL.md +7 -6
- package/protocol/skills/wtfp-plan-section/references/actions.md +11 -9
- package/protocol/skills/wtfp-review-manuscript/references/actions.md +2 -2
- package/protocol/skills/wtfp-start-project/references/actions.md +6 -6
- package/protocol/skills/wtfp-write-section/references/actions.md +3 -3
- package/protocol/templates/README.md +12 -0
- package/protocol/templates/grant-proposal-outline.md +40 -0
- package/protocol/templates/paper-outline.md +46 -0
- package/protocol/templates/poster.md +66 -0
- package/protocol/templates/slides.md +83 -0
- package/protocol/workflows/analyze-bib.md +11 -1
- package/protocol/workflows/audit-milestone.md +10 -0
- package/protocol/workflows/check-refs.md +10 -0
- package/protocol/workflows/create-outline.md +6 -4
- package/protocol/workflows/create-poster.md +3 -2
- package/protocol/workflows/create-slides.md +3 -2
- package/protocol/workflows/export-latex.md +11 -1
- package/protocol/workflows/help.md +3 -2
- package/protocol/workflows/insert-section.md +1 -1
- package/protocol/workflows/map-project.md +5 -3
- package/protocol/workflows/new-paper.md +1 -1
- package/protocol/workflows/pause-writing.md +1 -1
- package/protocol/workflows/plan-section.md +6 -4
- package/protocol/workflows/remove-section.md +1 -1
- package/protocol/workflows/research-gap.md +10 -0
- package/protocol/workflows/resume-writing.md +5 -3
- package/protocol/workflows/review-section.md +3 -2
- package/protocol/workflows/write-section.md +3 -1
- package/vendors/antigravity/.wtfp-generated.json +125 -97
- package/vendors/antigravity/actions/analyze-bib.json +1 -1
- package/vendors/antigravity/actions/audit-milestone.json +1 -1
- package/vendors/antigravity/actions/check-refs.json +1 -1
- package/vendors/antigravity/actions/create-outline.json +6 -2
- package/vendors/antigravity/actions/create-poster.json +0 -5
- package/vendors/antigravity/actions/create-slides.json +0 -5
- package/vendors/antigravity/actions/export-latex.json +1 -1
- package/vendors/antigravity/actions/map-project.json +17 -3
- package/vendors/antigravity/actions/plan-section.json +6 -3
- package/vendors/antigravity/actions/research-gap.json +1 -1
- package/vendors/antigravity/actions/resume-writing.json +3 -1
- package/vendors/antigravity/agents/wtfp-argument-verifier.md +2 -1
- package/vendors/antigravity/agents/wtfp-citation-expert.md +2 -1
- package/vendors/antigravity/agents/wtfp-citation-formatter.md +2 -1
- package/vendors/antigravity/agents/wtfp-coherence-checker.md +2 -1
- package/vendors/antigravity/agents/wtfp-outliner.md +4 -3
- package/vendors/antigravity/agents/wtfp-plan-checker.md +2 -1
- package/vendors/antigravity/agents/wtfp-prose-polisher.md +2 -1
- package/vendors/antigravity/agents/wtfp-research-synthesizer.md +2 -1
- package/vendors/antigravity/agents/wtfp-section-planner.md +2 -1
- package/vendors/antigravity/agents/wtfp-section-reviewer.md +3 -1
- package/vendors/antigravity/agents/wtfp-section-writer.md +4 -3
- package/vendors/antigravity/commands/wtfp-add-todo.md +1 -1
- package/vendors/antigravity/commands/wtfp-analyze-bib.md +1 -1
- package/vendors/antigravity/commands/wtfp-audit-milestone.md +1 -1
- package/vendors/antigravity/commands/wtfp-check-refs.md +1 -1
- package/vendors/antigravity/commands/wtfp-check-todos.md +1 -1
- package/vendors/antigravity/commands/wtfp-checkpoint.md +1 -1
- package/vendors/antigravity/commands/wtfp-contribute.md +1 -1
- package/vendors/antigravity/commands/wtfp-create-outline.md +7 -5
- package/vendors/antigravity/commands/wtfp-create-poster.md +51 -9
- package/vendors/antigravity/commands/wtfp-create-slides.md +51 -9
- package/vendors/antigravity/commands/wtfp-discuss-section.md +1 -1
- package/vendors/antigravity/commands/wtfp-execute-outline.md +1 -1
- package/vendors/antigravity/commands/wtfp-export-latex.md +1 -1
- package/vendors/antigravity/commands/wtfp-help.md +4 -3
- package/vendors/antigravity/commands/wtfp-insert-section.md +2 -2
- package/vendors/antigravity/commands/wtfp-list-assumptions.md +1 -1
- package/vendors/antigravity/commands/wtfp-map-project.md +6 -4
- package/vendors/antigravity/commands/wtfp-new-paper.md +2 -2
- package/vendors/antigravity/commands/wtfp-pause-writing.md +2 -2
- package/vendors/antigravity/commands/wtfp-plan-milestone-gaps.md +1 -1
- package/vendors/antigravity/commands/wtfp-plan-revision.md +1 -1
- package/vendors/antigravity/commands/wtfp-plan-section.md +7 -5
- package/vendors/antigravity/commands/wtfp-polish-prose.md +1 -1
- package/vendors/antigravity/commands/wtfp-progress.md +1 -1
- package/vendors/antigravity/commands/wtfp-quick.md +1 -1
- package/vendors/antigravity/commands/wtfp-remove-section.md +1 -1
- package/vendors/antigravity/commands/wtfp-report-bug.md +1 -1
- package/vendors/antigravity/commands/wtfp-request-feature.md +1 -1
- package/vendors/antigravity/commands/wtfp-research-gap.md +1 -1
- package/vendors/antigravity/commands/wtfp-resume-writing.md +6 -4
- package/vendors/antigravity/commands/wtfp-review-section.md +4 -3
- package/vendors/antigravity/commands/wtfp-settings.md +1 -1
- package/vendors/antigravity/commands/wtfp-submit-milestone.md +1 -1
- package/vendors/antigravity/commands/wtfp-update.md +1 -1
- package/vendors/antigravity/commands/wtfp-verify-work.md +1 -1
- package/vendors/antigravity/commands/wtfp-write-section.md +4 -2
- package/vendors/antigravity/compatibility/action-availability.json +6 -14
- package/vendors/antigravity/plugin.json +3 -9
- package/vendors/antigravity/repository/CONTRIBUTING.md +9 -6
- package/vendors/antigravity/roles/outliner.md +2 -2
- package/vendors/antigravity/roles/section-reviewer.md +1 -0
- package/vendors/antigravity/roles/section-writer.md +2 -2
- package/vendors/antigravity/rules/wtfp-project-state.md +71 -0
- package/vendors/antigravity/skills/wtfp-deliver-research/references/actions.md +0 -24
- package/vendors/antigravity/skills/wtfp-manage-project/references/actions.md +7 -6
- package/vendors/antigravity/skills/wtfp-plan-section/SKILL.md +7 -6
- package/vendors/antigravity/skills/wtfp-plan-section/references/actions.md +11 -9
- package/vendors/antigravity/skills/wtfp-review-manuscript/references/actions.md +2 -2
- package/vendors/antigravity/skills/wtfp-start-project/references/actions.md +6 -6
- package/vendors/antigravity/skills/wtfp-write-section/references/actions.md +3 -3
- package/vendors/antigravity/templates/README.md +12 -0
- package/vendors/antigravity/templates/grant-proposal-outline.md +40 -0
- package/vendors/antigravity/templates/paper-outline.md +46 -0
- package/vendors/antigravity/templates/poster.md +66 -0
- package/vendors/antigravity/templates/slides.md +83 -0
- package/vendors/antigravity/tools/README.md +21 -1
- package/vendors/antigravity/tools/bibliography/analyze-impact.js +4 -0
- package/vendors/antigravity/tools/bibliography/format.js +79 -7
- package/vendors/antigravity/tools/bibliography/index.js +33 -6
- package/vendors/antigravity/tools/citation/fetch.js +3 -0
- package/vendors/antigravity/tools/citation/scholar-lookup.js +6 -0
- package/vendors/antigravity/tools/wtfp-tool.js +286 -0
- package/vendors/antigravity/workflows/analyze-bib.md +11 -1
- package/vendors/antigravity/workflows/audit-milestone.md +10 -0
- package/vendors/antigravity/workflows/check-refs.md +10 -0
- package/vendors/antigravity/workflows/create-outline.md +6 -4
- package/vendors/antigravity/workflows/create-poster.md +3 -2
- package/vendors/antigravity/workflows/create-slides.md +3 -2
- package/vendors/antigravity/workflows/export-latex.md +11 -1
- package/vendors/antigravity/workflows/help.md +3 -2
- package/vendors/antigravity/workflows/insert-section.md +1 -1
- package/vendors/antigravity/workflows/map-project.md +5 -3
- package/vendors/antigravity/workflows/new-paper.md +1 -1
- package/vendors/antigravity/workflows/pause-writing.md +1 -1
- package/vendors/antigravity/workflows/plan-section.md +6 -4
- package/vendors/antigravity/workflows/remove-section.md +1 -1
- package/vendors/antigravity/workflows/research-gap.md +10 -0
- package/vendors/antigravity/workflows/resume-writing.md +5 -3
- package/vendors/antigravity/workflows/review-section.md +3 -2
- package/vendors/antigravity/workflows/write-section.md +3 -1
- package/vendors/claude/.claude-plugin/marketplace.json +2 -2
- package/vendors/claude/.claude-plugin/plugin.json +1 -1
- package/vendors/claude/.wtfp-generated.json +350 -110
- package/vendors/claude/actions/analyze-bib.json +1 -1
- package/vendors/claude/actions/audit-milestone.json +1 -1
- package/vendors/claude/actions/check-refs.json +1 -1
- package/vendors/claude/actions/create-outline.json +6 -2
- package/vendors/claude/actions/create-poster.json +0 -5
- package/vendors/claude/actions/create-slides.json +0 -5
- package/vendors/claude/actions/export-latex.json +1 -1
- package/vendors/claude/actions/map-project.json +17 -3
- package/vendors/claude/actions/plan-section.json +6 -3
- package/vendors/claude/actions/research-gap.json +1 -1
- package/vendors/claude/actions/resume-writing.json +3 -1
- package/vendors/claude/agents/wtfp-argument-verifier.md +67 -0
- package/vendors/claude/agents/wtfp-citation-expert.md +70 -0
- package/vendors/claude/agents/wtfp-citation-formatter.md +70 -0
- package/vendors/claude/agents/wtfp-coherence-checker.md +66 -0
- package/vendors/claude/agents/wtfp-outliner.md +75 -0
- package/vendors/claude/agents/wtfp-plan-checker.md +67 -0
- package/vendors/claude/agents/wtfp-prose-polisher.md +70 -0
- package/vendors/claude/agents/wtfp-research-synthesizer.md +72 -0
- package/vendors/claude/agents/wtfp-section-planner.md +72 -0
- package/vendors/claude/agents/wtfp-section-reviewer.md +67 -0
- package/vendors/claude/agents/wtfp-section-writer.md +73 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-argument-verifier.md +64 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-citation-expert.md +67 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-citation-formatter.md +67 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-coherence-checker.md +63 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-outliner.md +72 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-plan-checker.md +64 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-prose-polisher.md +67 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-research-synthesizer.md +69 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-section-planner.md +69 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-section-reviewer.md +64 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-section-writer.md +70 -0
- package/vendors/claude/ai.iowarp.clio/fleets/wtfp-draft-review.md +25 -0
- package/vendors/claude/ai.iowarp.clio/fleets/wtfp-plan-section.md +23 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/add-todo.md +52 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/analyze-bib.md +77 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/audit-milestone.md +78 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/check-refs.md +72 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/check-todos.md +54 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/checkpoint.md +70 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/contribute.md +15 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/create-outline.md +74 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/create-poster.md +55 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/create-slides.md +55 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/discuss-section.md +60 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/execute-outline.md +74 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/export-latex.md +70 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/help.md +119 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/insert-section.md +56 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/list-assumptions.md +54 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/map-project.md +56 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/new-paper.md +65 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/pause-writing.md +58 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/plan-milestone-gaps.md +58 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/plan-revision.md +58 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/plan-section.md +76 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/polish-prose.md +62 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/progress.md +70 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/quick.md +62 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/remove-section.md +15 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/report-bug.md +15 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/request-feature.md +15 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/research-gap.md +78 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/resume-writing.md +68 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/review-section.md +67 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/settings.md +52 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/submit-milestone.md +68 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/update.md +15 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/verify-work.md +58 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/write-section.md +76 -0
- package/vendors/claude/commands/add-todo.md +1 -1
- package/vendors/claude/commands/analyze-bib.md +72 -9
- package/vendors/claude/commands/audit-milestone.md +75 -9
- package/vendors/claude/commands/check-refs.md +67 -9
- package/vendors/claude/commands/check-todos.md +1 -1
- package/vendors/claude/commands/checkpoint.md +1 -1
- package/vendors/claude/commands/contribute.md +1 -1
- package/vendors/claude/commands/create-outline.md +7 -5
- package/vendors/claude/commands/create-poster.md +51 -9
- package/vendors/claude/commands/create-slides.md +51 -9
- package/vendors/claude/commands/discuss-section.md +1 -1
- package/vendors/claude/commands/execute-outline.md +1 -1
- package/vendors/claude/commands/export-latex.md +67 -9
- package/vendors/claude/commands/help.md +4 -3
- package/vendors/claude/commands/insert-section.md +2 -2
- package/vendors/claude/commands/list-assumptions.md +1 -1
- package/vendors/claude/commands/map-project.md +6 -4
- package/vendors/claude/commands/new-paper.md +2 -2
- package/vendors/claude/commands/pause-writing.md +2 -2
- package/vendors/claude/commands/plan-milestone-gaps.md +1 -1
- package/vendors/claude/commands/plan-revision.md +1 -1
- package/vendors/claude/commands/plan-section.md +7 -5
- package/vendors/claude/commands/polish-prose.md +1 -1
- package/vendors/claude/commands/progress.md +1 -1
- package/vendors/claude/commands/quick.md +1 -1
- package/vendors/claude/commands/remove-section.md +1 -1
- package/vendors/claude/commands/report-bug.md +1 -1
- package/vendors/claude/commands/request-feature.md +1 -1
- package/vendors/claude/commands/research-gap.md +74 -9
- package/vendors/claude/commands/resume-writing.md +6 -4
- package/vendors/claude/commands/review-section.md +4 -3
- package/vendors/claude/commands/settings.md +1 -1
- package/vendors/claude/commands/submit-milestone.md +1 -1
- package/vendors/claude/commands/update.md +1 -1
- package/vendors/claude/commands/verify-work.md +1 -1
- package/vendors/claude/commands/write-section.md +4 -2
- package/vendors/claude/compatibility/action-availability.json +22 -50
- package/vendors/claude/hooks/hooks.json +40 -0
- package/vendors/claude/output-styles/wtfp-academic-writing.md +37 -0
- package/vendors/claude/plugin.json +409 -0
- package/vendors/claude/repository/CONTRIBUTING.md +9 -6
- package/vendors/claude/roles/outliner.md +2 -2
- package/vendors/claude/roles/section-reviewer.md +1 -0
- package/vendors/claude/roles/section-writer.md +2 -2
- package/vendors/claude/scripts/write-guard.json +21 -0
- package/vendors/claude/scripts/wtfp-write-guard.js +95 -0
- package/vendors/claude/skills/wtfp-deliver-research/references/actions.md +0 -40
- package/vendors/claude/skills/wtfp-manage-project/references/actions.md +7 -6
- package/vendors/claude/skills/wtfp-plan-section/SKILL.md +7 -6
- package/vendors/claude/skills/wtfp-plan-section/references/actions.md +11 -9
- package/vendors/claude/skills/wtfp-research-literature/references/actions.md +0 -40
- package/vendors/claude/skills/wtfp-review-manuscript/references/actions.md +2 -18
- package/vendors/claude/skills/wtfp-start-project/references/actions.md +6 -6
- package/vendors/claude/skills/wtfp-write-section/references/actions.md +3 -3
- package/vendors/claude/templates/README.md +12 -0
- package/vendors/claude/templates/grant-proposal-outline.md +40 -0
- package/vendors/claude/templates/paper-outline.md +46 -0
- package/vendors/claude/templates/poster.md +66 -0
- package/vendors/claude/templates/slides.md +83 -0
- package/vendors/claude/tools/README.md +21 -1
- package/vendors/claude/tools/bibliography/analyze-impact.js +4 -0
- package/vendors/claude/tools/bibliography/format.js +79 -7
- package/vendors/claude/tools/bibliography/index.js +33 -6
- package/vendors/claude/tools/citation/fetch.js +3 -0
- package/vendors/claude/tools/citation/scholar-lookup.js +6 -0
- package/vendors/claude/tools/wtfp-tool.js +286 -0
- package/vendors/claude/workflows/analyze-bib.md +11 -1
- package/vendors/claude/workflows/audit-milestone.md +10 -0
- package/vendors/claude/workflows/check-refs.md +10 -0
- package/vendors/claude/workflows/create-outline.md +6 -4
- package/vendors/claude/workflows/create-poster.md +3 -2
- package/vendors/claude/workflows/create-slides.md +3 -2
- package/vendors/claude/workflows/export-latex.md +11 -1
- package/vendors/claude/workflows/help.md +3 -2
- package/vendors/claude/workflows/insert-section.md +1 -1
- package/vendors/claude/workflows/map-project.md +5 -3
- package/vendors/claude/workflows/new-paper.md +1 -1
- package/vendors/claude/workflows/pause-writing.md +1 -1
- package/vendors/claude/workflows/plan-section.md +6 -4
- package/vendors/claude/workflows/remove-section.md +1 -1
- package/vendors/claude/workflows/research-gap.md +10 -0
- package/vendors/claude/workflows/resume-writing.md +5 -3
- package/vendors/claude/workflows/review-section.md +3 -2
- package/vendors/claude/workflows/write-section.md +3 -1
- package/vendors/codex/.agents/plugins/marketplace.json +2 -2
- package/vendors/codex/.wtfp-generated.json +3 -3
- package/vendors/codex/plugins/wtfp/.codex-plugin/plugin.json +32 -0
- package/vendors/codex/plugins/wtfp/.wtfp-generated.json +676 -0
- package/vendors/codex/plugins/wtfp/actions/analyze-bib.json +97 -0
- package/vendors/codex/plugins/wtfp/actions/audit-milestone.json +63 -0
- package/vendors/codex/plugins/wtfp/actions/check-refs.json +80 -0
- package/vendors/codex/plugins/wtfp/actions/create-outline.json +84 -0
- package/vendors/codex/plugins/wtfp/actions/create-poster.json +54 -0
- package/vendors/codex/plugins/wtfp/actions/create-slides.json +54 -0
- package/vendors/codex/plugins/wtfp/actions/export-latex.json +65 -0
- package/vendors/codex/plugins/wtfp/actions/map-project.json +71 -0
- package/vendors/codex/plugins/wtfp/actions/plan-section.json +100 -0
- package/vendors/codex/plugins/wtfp/actions/research-gap.json +101 -0
- package/vendors/codex/plugins/wtfp/actions/resume-writing.json +65 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-argument-verifier.toml +140 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-citation-expert.toml +140 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-citation-formatter.toml +140 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-coherence-checker.toml +139 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-outliner.toml +145 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-plan-checker.toml +140 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-prose-polisher.toml +140 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-research-synthesizer.toml +142 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-section-planner.toml +142 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-section-reviewer.toml +140 -0
- package/vendors/codex/plugins/wtfp/agents/wtfp-section-writer.toml +143 -0
- package/vendors/codex/plugins/wtfp/compatibility/action-availability.json +306 -0
- package/vendors/codex/plugins/wtfp/plugin.json +35 -0
- package/vendors/codex/plugins/wtfp/repository/CONTRIBUTING.md +186 -0
- package/vendors/codex/plugins/wtfp/roles/outliner.md +68 -0
- package/vendors/codex/plugins/wtfp/roles/section-reviewer.md +62 -0
- package/vendors/codex/plugins/wtfp/roles/section-writer.md +66 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-deliver-research/references/actions.md +93 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-manage-project/references/actions.md +91 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-plan-section/SKILL.md +40 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-plan-section/references/actions.md +131 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-review-manuscript/references/actions.md +112 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-start-project/references/actions.md +80 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-write-section/references/actions.md +69 -0
- package/vendors/codex/plugins/wtfp/templates/README.md +12 -0
- package/vendors/codex/plugins/wtfp/templates/grant-proposal-outline.md +40 -0
- package/vendors/codex/plugins/wtfp/templates/paper-outline.md +46 -0
- package/vendors/codex/plugins/wtfp/templates/poster.md +66 -0
- package/vendors/codex/plugins/wtfp/templates/slides.md +83 -0
- package/vendors/codex/plugins/wtfp/tools/README.md +33 -0
- package/vendors/codex/plugins/wtfp/tools/bibliography/analyze-impact.js +113 -0
- package/vendors/codex/plugins/wtfp/tools/bibliography/format.js +233 -0
- package/vendors/codex/plugins/wtfp/tools/bibliography/index.js +131 -0
- package/vendors/codex/plugins/wtfp/tools/citation/fetch.js +302 -0
- package/vendors/codex/plugins/wtfp/tools/citation/scholar-lookup.js +194 -0
- package/vendors/codex/plugins/wtfp/tools/wtfp-tool.js +286 -0
- package/vendors/codex/plugins/wtfp/workflows/analyze-bib.md +43 -0
- package/vendors/codex/plugins/wtfp/workflows/audit-milestone.md +42 -0
- package/vendors/codex/plugins/wtfp/workflows/check-refs.md +42 -0
- package/vendors/codex/plugins/wtfp/workflows/create-outline.md +34 -0
- package/vendors/codex/plugins/wtfp/workflows/create-poster.md +33 -0
- package/vendors/codex/plugins/wtfp/workflows/create-slides.md +33 -0
- package/vendors/codex/plugins/wtfp/workflows/export-latex.md +42 -0
- package/vendors/codex/plugins/wtfp/workflows/help.md +31 -0
- package/vendors/codex/plugins/wtfp/workflows/insert-section.md +32 -0
- package/vendors/codex/plugins/wtfp/workflows/map-project.md +34 -0
- package/vendors/codex/plugins/wtfp/workflows/new-paper.md +37 -0
- package/vendors/codex/plugins/wtfp/workflows/pause-writing.md +32 -0
- package/vendors/codex/plugins/wtfp/workflows/plan-section.md +34 -0
- package/vendors/codex/plugins/wtfp/workflows/remove-section.md +32 -0
- package/vendors/codex/plugins/wtfp/workflows/research-gap.md +42 -0
- package/vendors/codex/plugins/wtfp/workflows/resume-writing.md +34 -0
- package/vendors/codex/plugins/wtfp/workflows/review-section.md +33 -0
- package/vendors/codex/plugins/wtfp/workflows/write-section.md +34 -0
- package/vendors/copilot/.wtfp-generated.json +117 -97
- package/vendors/copilot/marketplace.json +4 -4
- package/vendors/copilot/plugins/wtfp/.claude-plugin/plugin.json +12 -0
- package/vendors/copilot/plugins/wtfp/.wtfp-generated.json +816 -0
- package/vendors/copilot/plugins/wtfp/actions/analyze-bib.json +97 -0
- package/vendors/copilot/plugins/wtfp/actions/audit-milestone.json +63 -0
- package/vendors/copilot/plugins/wtfp/actions/check-refs.json +80 -0
- package/vendors/copilot/plugins/wtfp/actions/create-outline.json +84 -0
- package/vendors/copilot/plugins/wtfp/actions/create-poster.json +54 -0
- package/vendors/copilot/plugins/wtfp/actions/create-slides.json +54 -0
- package/vendors/copilot/plugins/wtfp/actions/export-latex.json +65 -0
- package/vendors/copilot/plugins/wtfp/actions/map-project.json +71 -0
- package/vendors/copilot/plugins/wtfp/actions/plan-section.json +100 -0
- package/vendors/copilot/plugins/wtfp/actions/research-gap.json +101 -0
- package/vendors/copilot/plugins/wtfp/actions/resume-writing.json +65 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-argument-verifier.md +65 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-citation-expert.md +68 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-citation-formatter.md +68 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-coherence-checker.md +64 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-outliner.md +73 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-plan-checker.md +65 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-prose-polisher.md +68 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-research-synthesizer.md +70 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-section-planner.md +70 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-section-reviewer.md +65 -0
- package/vendors/copilot/plugins/wtfp/agents/wtfp-section-writer.md +71 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-add-todo.md +59 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-analyze-bib.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-audit-milestone.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-check-refs.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-check-todos.md +58 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-checkpoint.md +74 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-contribute.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-create-outline.md +75 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-create-poster.md +59 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-create-slides.md +59 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-discuss-section.md +64 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-execute-outline.md +75 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-export-latex.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-help.md +49 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-insert-section.md +60 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-list-assumptions.md +59 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-map-project.md +63 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-new-paper.md +69 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-pause-writing.md +65 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-plan-milestone-gaps.md +62 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-plan-revision.md +62 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-plan-section.md +77 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-polish-prose.md +63 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-progress.md +72 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-quick.md +63 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-remove-section.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-report-bug.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-request-feature.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-research-gap.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-resume-writing.md +72 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-review-section.md +68 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-settings.md +56 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-submit-milestone.md +72 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-update.md +17 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-verify-work.md +62 -0
- package/vendors/copilot/plugins/wtfp/commands/wtfp-write-section.md +77 -0
- package/vendors/copilot/plugins/wtfp/compatibility/action-availability.json +306 -0
- package/vendors/copilot/plugins/wtfp/repository/CONTRIBUTING.md +186 -0
- package/vendors/copilot/plugins/wtfp/roles/outliner.md +68 -0
- package/vendors/copilot/plugins/wtfp/roles/section-reviewer.md +62 -0
- package/vendors/copilot/plugins/wtfp/roles/section-writer.md +66 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-deliver-research/references/actions.md +93 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-manage-project/references/actions.md +91 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-plan-section/SKILL.md +40 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-plan-section/references/actions.md +131 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-review-manuscript/references/actions.md +112 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-start-project/references/actions.md +80 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-write-section/references/actions.md +69 -0
- package/vendors/copilot/plugins/wtfp/templates/README.md +12 -0
- package/vendors/copilot/plugins/wtfp/templates/grant-proposal-outline.md +40 -0
- package/vendors/copilot/plugins/wtfp/templates/paper-outline.md +46 -0
- package/vendors/copilot/plugins/wtfp/templates/poster.md +66 -0
- package/vendors/copilot/plugins/wtfp/templates/slides.md +83 -0
- package/vendors/copilot/plugins/wtfp/tools/README.md +33 -0
- package/vendors/copilot/plugins/wtfp/tools/bibliography/analyze-impact.js +113 -0
- package/vendors/copilot/plugins/wtfp/tools/bibliography/format.js +233 -0
- package/vendors/copilot/plugins/wtfp/tools/bibliography/index.js +131 -0
- package/vendors/copilot/plugins/wtfp/tools/citation/fetch.js +302 -0
- package/vendors/copilot/plugins/wtfp/tools/citation/scholar-lookup.js +194 -0
- package/vendors/copilot/plugins/wtfp/tools/wtfp-tool.js +286 -0
- package/vendors/copilot/plugins/wtfp/workflows/analyze-bib.md +43 -0
- package/vendors/copilot/plugins/wtfp/workflows/audit-milestone.md +42 -0
- package/vendors/copilot/plugins/wtfp/workflows/check-refs.md +42 -0
- package/vendors/copilot/plugins/wtfp/workflows/create-outline.md +34 -0
- package/vendors/copilot/plugins/wtfp/workflows/create-poster.md +33 -0
- package/vendors/copilot/plugins/wtfp/workflows/create-slides.md +33 -0
- package/vendors/copilot/plugins/wtfp/workflows/export-latex.md +42 -0
- package/vendors/copilot/plugins/wtfp/workflows/help.md +31 -0
- package/vendors/copilot/plugins/wtfp/workflows/insert-section.md +32 -0
- package/vendors/copilot/plugins/wtfp/workflows/map-project.md +34 -0
- package/vendors/copilot/plugins/wtfp/workflows/new-paper.md +37 -0
- package/vendors/copilot/plugins/wtfp/workflows/pause-writing.md +32 -0
- package/vendors/copilot/plugins/wtfp/workflows/plan-section.md +34 -0
- package/vendors/copilot/plugins/wtfp/workflows/remove-section.md +32 -0
- package/vendors/copilot/plugins/wtfp/workflows/research-gap.md +42 -0
- package/vendors/copilot/plugins/wtfp/workflows/resume-writing.md +34 -0
- package/vendors/copilot/plugins/wtfp/workflows/review-section.md +33 -0
- package/vendors/copilot/plugins/wtfp/workflows/write-section.md +34 -0
- package/vendors/copilot/project/.github/agents/wtfp-argument-verifier.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-citation-expert.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-citation-formatter.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-coherence-checker.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-outliner.agent.md +3 -3
- package/vendors/copilot/project/.github/agents/wtfp-plan-checker.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-prose-polisher.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-research-synthesizer.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-section-planner.agent.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-section-reviewer.agent.md +2 -1
- package/vendors/copilot/project/.github/agents/wtfp-section-writer.agent.md +3 -3
- package/vendors/copilot/project/.github/copilot-instructions.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-add-todo.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-analyze-bib.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-audit-milestone.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-check-refs.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-check-todos.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-checkpoint.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-contribute.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-create-outline.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-create-poster.prompt.md +3 -3
- package/vendors/copilot/project/.github/prompts/wtfp-create-slides.prompt.md +3 -3
- package/vendors/copilot/project/.github/prompts/wtfp-discuss-section.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-execute-outline.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-export-latex.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-help.prompt.md +4 -3
- package/vendors/copilot/project/.github/prompts/wtfp-insert-section.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-list-assumptions.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-map-project.prompt.md +6 -4
- package/vendors/copilot/project/.github/prompts/wtfp-new-paper.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-pause-writing.prompt.md +2 -2
- package/vendors/copilot/project/.github/prompts/wtfp-plan-milestone-gaps.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-plan-revision.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-plan-section.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-polish-prose.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-progress.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-quick.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-remove-section.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-report-bug.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-request-feature.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-research-gap.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-resume-writing.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-review-section.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-settings.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-submit-milestone.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-update.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-verify-work.prompt.md +1 -1
- package/vendors/copilot/project/.github/prompts/wtfp-write-section.prompt.md +1 -1
- package/vendors/copilot/project/.github/skills/wtfp-deliver-research/references/actions.md +4 -4
- package/vendors/copilot/project/.github/skills/wtfp-manage-project/references/actions.md +7 -6
- package/vendors/copilot/project/.github/skills/wtfp-plan-section/SKILL.md +7 -6
- package/vendors/copilot/project/.github/skills/wtfp-plan-section/references/actions.md +11 -9
- package/vendors/copilot/project/.github/skills/wtfp-review-manuscript/references/actions.md +2 -2
- package/vendors/copilot/project/.github/skills/wtfp-start-project/references/actions.md +6 -6
- package/vendors/copilot/project/.github/skills/wtfp-write-section/references/actions.md +3 -3
- package/vendors/copilot/project/.github/wtfp/actions/analyze-bib.json +1 -1
- package/vendors/copilot/project/.github/wtfp/actions/audit-milestone.json +1 -1
- package/vendors/copilot/project/.github/wtfp/actions/check-refs.json +1 -1
- package/vendors/copilot/project/.github/wtfp/actions/create-outline.json +6 -2
- package/vendors/copilot/project/.github/wtfp/actions/create-poster.json +0 -5
- package/vendors/copilot/project/.github/wtfp/actions/create-slides.json +0 -5
- package/vendors/copilot/project/.github/wtfp/actions/export-latex.json +1 -1
- package/vendors/copilot/project/.github/wtfp/actions/map-project.json +17 -3
- package/vendors/copilot/project/.github/wtfp/actions/plan-section.json +6 -3
- package/vendors/copilot/project/.github/wtfp/actions/research-gap.json +1 -1
- package/vendors/copilot/project/.github/wtfp/actions/resume-writing.json +3 -1
- package/vendors/copilot/project/.github/wtfp/compatibility/action-availability.json +2 -8
- package/vendors/copilot/project/.github/wtfp/roles/outliner.md +2 -2
- package/vendors/copilot/project/.github/wtfp/roles/section-reviewer.md +1 -0
- package/vendors/copilot/project/.github/wtfp/roles/section-writer.md +2 -2
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-manage-project/references/actions.md +7 -6
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-plan-section/SKILL.md +7 -6
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-plan-section/references/actions.md +11 -9
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-review-manuscript/references/actions.md +2 -2
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-start-project/references/actions.md +6 -6
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-write-section/references/actions.md +3 -3
- package/vendors/copilot/project/.github/wtfp/templates/README.md +12 -0
- package/vendors/copilot/project/.github/wtfp/templates/grant-proposal-outline.md +40 -0
- package/vendors/copilot/project/.github/wtfp/templates/paper-outline.md +46 -0
- package/vendors/copilot/project/.github/wtfp/templates/poster.md +66 -0
- package/vendors/copilot/project/.github/wtfp/templates/slides.md +83 -0
- package/vendors/copilot/project/.github/wtfp/workflows/analyze-bib.md +11 -1
- package/vendors/copilot/project/.github/wtfp/workflows/audit-milestone.md +10 -0
- package/vendors/copilot/project/.github/wtfp/workflows/check-refs.md +10 -0
- package/vendors/copilot/project/.github/wtfp/workflows/create-outline.md +6 -4
- package/vendors/copilot/project/.github/wtfp/workflows/create-poster.md +3 -2
- package/vendors/copilot/project/.github/wtfp/workflows/create-slides.md +3 -2
- package/vendors/copilot/project/.github/wtfp/workflows/export-latex.md +11 -1
- package/vendors/copilot/project/.github/wtfp/workflows/help.md +3 -2
- package/vendors/copilot/project/.github/wtfp/workflows/insert-section.md +1 -1
- package/vendors/copilot/project/.github/wtfp/workflows/map-project.md +5 -3
- package/vendors/copilot/project/.github/wtfp/workflows/new-paper.md +1 -1
- package/vendors/copilot/project/.github/wtfp/workflows/pause-writing.md +1 -1
- package/vendors/copilot/project/.github/wtfp/workflows/plan-section.md +6 -4
- package/vendors/copilot/project/.github/wtfp/workflows/remove-section.md +1 -1
- package/vendors/copilot/project/.github/wtfp/workflows/research-gap.md +10 -0
- package/vendors/copilot/project/.github/wtfp/workflows/resume-writing.md +5 -3
- package/vendors/copilot/project/.github/wtfp/workflows/review-section.md +3 -2
- package/vendors/copilot/project/.github/wtfp/workflows/write-section.md +3 -1
- package/vendors/gemini/.wtfp-generated.json +132 -108
- package/vendors/gemini/actions/analyze-bib.json +1 -1
- package/vendors/gemini/actions/audit-milestone.json +1 -1
- package/vendors/gemini/actions/check-refs.json +1 -1
- package/vendors/gemini/actions/create-outline.json +6 -2
- package/vendors/gemini/actions/create-poster.json +0 -5
- package/vendors/gemini/actions/create-slides.json +0 -5
- package/vendors/gemini/actions/export-latex.json +1 -1
- package/vendors/gemini/actions/map-project.json +17 -3
- package/vendors/gemini/actions/plan-section.json +6 -3
- package/vendors/gemini/actions/research-gap.json +1 -1
- package/vendors/gemini/actions/resume-writing.json +3 -1
- package/vendors/gemini/agents/wtfp-argument-verifier.md +142 -0
- package/vendors/gemini/agents/wtfp-citation-expert.md +143 -0
- package/vendors/gemini/agents/wtfp-citation-formatter.md +143 -0
- package/vendors/gemini/agents/wtfp-coherence-checker.md +141 -0
- package/vendors/gemini/agents/wtfp-outliner.md +148 -0
- package/vendors/gemini/agents/wtfp-plan-checker.md +142 -0
- package/vendors/gemini/agents/wtfp-prose-polisher.md +143 -0
- package/vendors/gemini/agents/wtfp-research-synthesizer.md +145 -0
- package/vendors/gemini/agents/wtfp-section-planner.md +145 -0
- package/vendors/gemini/agents/wtfp-section-reviewer.md +142 -0
- package/vendors/gemini/agents/wtfp-section-writer.md +146 -0
- package/vendors/gemini/commands/wtfp/add-todo.toml +8 -7
- package/vendors/gemini/commands/wtfp/analyze-bib.toml +1 -1
- package/vendors/gemini/commands/wtfp/audit-milestone.toml +1 -1
- package/vendors/gemini/commands/wtfp/check-refs.toml +1 -1
- package/vendors/gemini/commands/wtfp/check-todos.toml +8 -7
- package/vendors/gemini/commands/wtfp/checkpoint.toml +8 -7
- package/vendors/gemini/commands/wtfp/contribute.toml +1 -1
- package/vendors/gemini/commands/wtfp/create-outline.toml +117 -13
- package/vendors/gemini/commands/wtfp/create-poster.toml +655 -8
- package/vendors/gemini/commands/wtfp/create-slides.toml +672 -8
- package/vendors/gemini/commands/wtfp/discuss-section.toml +19 -16
- package/vendors/gemini/commands/wtfp/execute-outline.toml +4 -4
- package/vendors/gemini/commands/wtfp/export-latex.toml +1 -1
- package/vendors/gemini/commands/wtfp/help.toml +4 -3
- package/vendors/gemini/commands/wtfp/insert-section.toml +20 -17
- package/vendors/gemini/commands/wtfp/list-assumptions.toml +19 -16
- package/vendors/gemini/commands/wtfp/map-project.toml +29 -13
- package/vendors/gemini/commands/wtfp/new-paper.toml +106 -8
- package/vendors/gemini/commands/wtfp/pause-writing.toml +9 -8
- package/vendors/gemini/commands/wtfp/plan-milestone-gaps.toml +3 -3
- package/vendors/gemini/commands/wtfp/plan-revision.toml +19 -16
- package/vendors/gemini/commands/wtfp/plan-section.toml +31 -23
- package/vendors/gemini/commands/wtfp/polish-prose.toml +3 -3
- package/vendors/gemini/commands/wtfp/progress.toml +8 -7
- package/vendors/gemini/commands/wtfp/quick.toml +4 -4
- package/vendors/gemini/commands/wtfp/remove-section.toml +1 -1
- package/vendors/gemini/commands/wtfp/report-bug.toml +1 -1
- package/vendors/gemini/commands/wtfp/request-feature.toml +1 -1
- package/vendors/gemini/commands/wtfp/research-gap.toml +1 -1
- package/vendors/gemini/commands/wtfp/resume-writing.toml +16 -11
- package/vendors/gemini/commands/wtfp/review-section.toml +6 -5
- package/vendors/gemini/commands/wtfp/settings.toml +8 -7
- package/vendors/gemini/commands/wtfp/submit-milestone.toml +1 -1
- package/vendors/gemini/commands/wtfp/update.toml +1 -1
- package/vendors/gemini/commands/wtfp/verify-work.toml +3 -3
- package/vendors/gemini/commands/wtfp/write-section.toml +7 -5
- package/vendors/gemini/compatibility/action-availability.json +6 -14
- package/vendors/gemini/gemini-extension.json +2 -2
- package/vendors/gemini/repository/CONTRIBUTING.md +9 -6
- package/vendors/gemini/roles/outliner.md +2 -2
- package/vendors/gemini/roles/section-reviewer.md +1 -0
- package/vendors/gemini/roles/section-writer.md +2 -2
- package/vendors/gemini/skills/wtfp-deliver-research/references/actions.md +0 -24
- package/vendors/gemini/skills/wtfp-manage-project/references/actions.md +7 -6
- package/vendors/gemini/skills/wtfp-plan-section/SKILL.md +7 -6
- package/vendors/gemini/skills/wtfp-plan-section/references/actions.md +11 -9
- package/vendors/gemini/skills/wtfp-review-manuscript/references/actions.md +2 -2
- package/vendors/gemini/skills/wtfp-start-project/references/actions.md +6 -6
- package/vendors/gemini/skills/wtfp-write-section/references/actions.md +3 -3
- package/vendors/gemini/templates/README.md +12 -0
- package/vendors/gemini/templates/grant-proposal-outline.md +40 -0
- package/vendors/gemini/templates/paper-outline.md +46 -0
- package/vendors/gemini/templates/poster.md +66 -0
- package/vendors/gemini/templates/slides.md +83 -0
- package/vendors/gemini/tools/README.md +21 -1
- package/vendors/gemini/tools/bibliography/analyze-impact.js +4 -0
- package/vendors/gemini/tools/bibliography/format.js +79 -7
- package/vendors/gemini/tools/bibliography/index.js +33 -6
- package/vendors/gemini/tools/citation/fetch.js +3 -0
- package/vendors/gemini/tools/citation/scholar-lookup.js +6 -0
- package/vendors/gemini/tools/wtfp-tool.js +286 -0
- package/vendors/gemini/workflows/analyze-bib.md +11 -1
- package/vendors/gemini/workflows/audit-milestone.md +10 -0
- package/vendors/gemini/workflows/check-refs.md +10 -0
- package/vendors/gemini/workflows/create-outline.md +6 -4
- package/vendors/gemini/workflows/create-poster.md +3 -2
- package/vendors/gemini/workflows/create-slides.md +3 -2
- package/vendors/gemini/workflows/export-latex.md +11 -1
- package/vendors/gemini/workflows/help.md +3 -2
- package/vendors/gemini/workflows/insert-section.md +1 -1
- package/vendors/gemini/workflows/map-project.md +5 -3
- package/vendors/gemini/workflows/new-paper.md +1 -1
- package/vendors/gemini/workflows/pause-writing.md +1 -1
- package/vendors/gemini/workflows/plan-section.md +6 -4
- package/vendors/gemini/workflows/remove-section.md +1 -1
- package/vendors/gemini/workflows/research-gap.md +10 -0
- package/vendors/gemini/workflows/resume-writing.md +5 -3
- package/vendors/gemini/workflows/review-section.md +3 -2
- package/vendors/gemini/workflows/write-section.md +3 -1
- package/vendors/opencode/.wtfp-generated.json +120 -96
- package/vendors/opencode/actions/analyze-bib.json +1 -1
- package/vendors/opencode/actions/audit-milestone.json +1 -1
- package/vendors/opencode/actions/check-refs.json +1 -1
- package/vendors/opencode/actions/create-outline.json +6 -2
- package/vendors/opencode/actions/create-poster.json +0 -5
- package/vendors/opencode/actions/create-slides.json +0 -5
- package/vendors/opencode/actions/export-latex.json +1 -1
- package/vendors/opencode/actions/map-project.json +17 -3
- package/vendors/opencode/actions/plan-section.json +6 -3
- package/vendors/opencode/actions/research-gap.json +1 -1
- package/vendors/opencode/actions/resume-writing.json +3 -1
- package/vendors/opencode/agents/wtfp/argument-verifier.md +5 -1
- package/vendors/opencode/agents/wtfp/citation-expert.md +2 -1
- package/vendors/opencode/agents/wtfp/citation-formatter.md +2 -1
- package/vendors/opencode/agents/wtfp/coherence-checker.md +5 -1
- package/vendors/opencode/agents/wtfp/outliner.md +4 -3
- package/vendors/opencode/agents/wtfp/plan-checker.md +5 -1
- package/vendors/opencode/agents/wtfp/prose-polisher.md +2 -1
- package/vendors/opencode/agents/wtfp/research-synthesizer.md +2 -1
- package/vendors/opencode/agents/wtfp/section-planner.md +2 -1
- package/vendors/opencode/agents/wtfp/section-reviewer.md +6 -1
- package/vendors/opencode/agents/wtfp/section-writer.md +4 -3
- package/vendors/opencode/commands/wtfp/add-todo.md +8 -7
- package/vendors/opencode/commands/wtfp/analyze-bib.md +1 -1
- package/vendors/opencode/commands/wtfp/audit-milestone.md +1 -1
- package/vendors/opencode/commands/wtfp/check-refs.md +1 -1
- package/vendors/opencode/commands/wtfp/check-todos.md +8 -7
- package/vendors/opencode/commands/wtfp/checkpoint.md +8 -7
- package/vendors/opencode/commands/wtfp/contribute.md +1 -1
- package/vendors/opencode/commands/wtfp/create-outline.md +117 -13
- package/vendors/opencode/commands/wtfp/create-poster.md +656 -8
- package/vendors/opencode/commands/wtfp/create-slides.md +673 -8
- package/vendors/opencode/commands/wtfp/discuss-section.md +19 -16
- package/vendors/opencode/commands/wtfp/execute-outline.md +4 -4
- package/vendors/opencode/commands/wtfp/export-latex.md +1 -1
- package/vendors/opencode/commands/wtfp/help.md +4 -3
- package/vendors/opencode/commands/wtfp/insert-section.md +20 -17
- package/vendors/opencode/commands/wtfp/list-assumptions.md +19 -16
- package/vendors/opencode/commands/wtfp/map-project.md +29 -13
- package/vendors/opencode/commands/wtfp/new-paper.md +106 -8
- package/vendors/opencode/commands/wtfp/pause-writing.md +9 -8
- package/vendors/opencode/commands/wtfp/plan-milestone-gaps.md +3 -3
- package/vendors/opencode/commands/wtfp/plan-revision.md +19 -16
- package/vendors/opencode/commands/wtfp/plan-section.md +31 -23
- package/vendors/opencode/commands/wtfp/polish-prose.md +3 -3
- package/vendors/opencode/commands/wtfp/progress.md +8 -7
- package/vendors/opencode/commands/wtfp/quick.md +4 -4
- package/vendors/opencode/commands/wtfp/remove-section.md +1 -1
- package/vendors/opencode/commands/wtfp/report-bug.md +1 -1
- package/vendors/opencode/commands/wtfp/request-feature.md +1 -1
- package/vendors/opencode/commands/wtfp/research-gap.md +1 -1
- package/vendors/opencode/commands/wtfp/resume-writing.md +16 -11
- package/vendors/opencode/commands/wtfp/review-section.md +6 -5
- package/vendors/opencode/commands/wtfp/settings.md +8 -7
- package/vendors/opencode/commands/wtfp/submit-milestone.md +1 -1
- package/vendors/opencode/commands/wtfp/update.md +1 -1
- package/vendors/opencode/commands/wtfp/verify-work.md +3 -3
- package/vendors/opencode/commands/wtfp/write-section.md +7 -5
- package/vendors/opencode/compatibility/action-availability.json +6 -14
- package/vendors/opencode/repository/CONTRIBUTING.md +9 -6
- package/vendors/opencode/roles/outliner.md +2 -2
- package/vendors/opencode/roles/section-reviewer.md +1 -0
- package/vendors/opencode/roles/section-writer.md +2 -2
- package/vendors/opencode/skills/wtfp-deliver-research/references/actions.md +0 -24
- package/vendors/opencode/skills/wtfp-manage-project/references/actions.md +7 -6
- package/vendors/opencode/skills/wtfp-plan-section/SKILL.md +7 -6
- package/vendors/opencode/skills/wtfp-plan-section/references/actions.md +11 -9
- package/vendors/opencode/skills/wtfp-review-manuscript/references/actions.md +2 -2
- package/vendors/opencode/skills/wtfp-start-project/references/actions.md +6 -6
- package/vendors/opencode/skills/wtfp-write-section/references/actions.md +3 -3
- package/vendors/opencode/templates/README.md +12 -0
- package/vendors/opencode/templates/grant-proposal-outline.md +40 -0
- package/vendors/opencode/templates/paper-outline.md +46 -0
- package/vendors/opencode/templates/poster.md +66 -0
- package/vendors/opencode/templates/slides.md +83 -0
- package/vendors/opencode/tools/README.md +21 -1
- package/vendors/opencode/tools/bibliography/analyze-impact.js +4 -0
- package/vendors/opencode/tools/bibliography/format.js +79 -7
- package/vendors/opencode/tools/bibliography/index.js +33 -6
- package/vendors/opencode/tools/citation/fetch.js +3 -0
- package/vendors/opencode/tools/citation/scholar-lookup.js +6 -0
- package/vendors/opencode/tools/wtfp-tool.js +286 -0
- package/vendors/opencode/workflows/analyze-bib.md +11 -1
- package/vendors/opencode/workflows/audit-milestone.md +10 -0
- package/vendors/opencode/workflows/check-refs.md +10 -0
- package/vendors/opencode/workflows/create-outline.md +6 -4
- package/vendors/opencode/workflows/create-poster.md +3 -2
- package/vendors/opencode/workflows/create-slides.md +3 -2
- package/vendors/opencode/workflows/export-latex.md +11 -1
- package/vendors/opencode/workflows/help.md +3 -2
- package/vendors/opencode/workflows/insert-section.md +1 -1
- package/vendors/opencode/workflows/map-project.md +5 -3
- package/vendors/opencode/workflows/new-paper.md +1 -1
- package/vendors/opencode/workflows/pause-writing.md +1 -1
- package/vendors/opencode/workflows/plan-section.md +6 -4
- package/vendors/opencode/workflows/remove-section.md +1 -1
- package/vendors/opencode/workflows/research-gap.md +10 -0
- package/vendors/opencode/workflows/resume-writing.md +5 -3
- package/vendors/opencode/workflows/review-section.md +3 -2
- package/vendors/opencode/workflows/write-section.md +3 -1
- package/vendors/plugin/.wtfp-generated.json +816 -0
- package/vendors/plugin/actions/analyze-bib.json +97 -0
- package/vendors/plugin/actions/audit-milestone.json +63 -0
- package/vendors/plugin/actions/check-refs.json +80 -0
- package/vendors/plugin/actions/create-outline.json +84 -0
- package/vendors/plugin/actions/create-poster.json +54 -0
- package/vendors/plugin/actions/create-slides.json +54 -0
- package/vendors/plugin/actions/export-latex.json +65 -0
- package/vendors/plugin/actions/map-project.json +71 -0
- package/vendors/plugin/actions/plan-section.json +100 -0
- package/vendors/plugin/actions/research-gap.json +101 -0
- package/vendors/plugin/actions/resume-writing.json +65 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-argument-verifier.md +64 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-citation-expert.md +67 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-citation-formatter.md +67 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-coherence-checker.md +63 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-outliner.md +72 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-plan-checker.md +64 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-prose-polisher.md +67 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-research-synthesizer.md +69 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-section-planner.md +69 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-section-reviewer.md +64 -0
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-section-writer.md +70 -0
- package/vendors/plugin/ai.iowarp.clio/fleets/wtfp-draft-review.md +25 -0
- package/vendors/plugin/ai.iowarp.clio/fleets/wtfp-plan-section.md +23 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/add-todo.md +52 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/analyze-bib.md +77 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/audit-milestone.md +78 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/check-refs.md +72 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/check-todos.md +54 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/checkpoint.md +70 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/contribute.md +15 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/create-outline.md +74 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/create-poster.md +55 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/create-slides.md +55 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/discuss-section.md +60 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/execute-outline.md +74 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/export-latex.md +70 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/help.md +119 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/insert-section.md +56 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/list-assumptions.md +54 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/map-project.md +56 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/new-paper.md +65 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/pause-writing.md +58 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/plan-milestone-gaps.md +58 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/plan-revision.md +58 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/plan-section.md +76 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/polish-prose.md +62 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/progress.md +70 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/quick.md +62 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/remove-section.md +15 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/report-bug.md +15 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/request-feature.md +15 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/research-gap.md +78 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/resume-writing.md +68 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/review-section.md +67 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/settings.md +52 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/submit-milestone.md +68 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/update.md +15 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/verify-work.md +58 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/write-section.md +76 -0
- package/vendors/plugin/compatibility/action-availability.json +295 -0
- package/vendors/plugin/plugin.json +409 -0
- package/vendors/plugin/repository/CONTRIBUTING.md +186 -0
- package/vendors/plugin/roles/outliner.md +68 -0
- package/vendors/plugin/roles/section-reviewer.md +62 -0
- package/vendors/plugin/roles/section-writer.md +66 -0
- package/vendors/plugin/skills/wtfp-deliver-research/references/actions.md +77 -0
- package/vendors/plugin/skills/wtfp-manage-project/references/actions.md +91 -0
- package/vendors/plugin/skills/wtfp-plan-section/SKILL.md +40 -0
- package/vendors/plugin/skills/wtfp-plan-section/references/actions.md +131 -0
- package/vendors/plugin/skills/wtfp-research-literature/references/actions.md +75 -0
- package/vendors/plugin/skills/wtfp-review-manuscript/references/actions.md +96 -0
- package/vendors/plugin/skills/wtfp-start-project/references/actions.md +80 -0
- package/vendors/plugin/skills/wtfp-write-section/references/actions.md +69 -0
- package/vendors/plugin/templates/README.md +12 -0
- package/vendors/plugin/templates/grant-proposal-outline.md +40 -0
- package/vendors/plugin/templates/paper-outline.md +46 -0
- package/vendors/plugin/templates/poster.md +66 -0
- package/vendors/plugin/templates/slides.md +83 -0
- package/vendors/plugin/tools/README.md +33 -0
- package/vendors/plugin/tools/bibliography/analyze-impact.js +113 -0
- package/vendors/plugin/tools/bibliography/format.js +233 -0
- package/vendors/plugin/tools/bibliography/index.js +131 -0
- package/vendors/plugin/tools/citation/fetch.js +302 -0
- package/vendors/plugin/tools/citation/scholar-lookup.js +194 -0
- package/vendors/plugin/tools/wtfp-tool.js +286 -0
- package/vendors/plugin/workflows/analyze-bib.md +43 -0
- package/vendors/plugin/workflows/audit-milestone.md +42 -0
- package/vendors/plugin/workflows/check-refs.md +42 -0
- package/vendors/plugin/workflows/create-outline.md +34 -0
- package/vendors/plugin/workflows/create-poster.md +33 -0
- package/vendors/plugin/workflows/create-slides.md +33 -0
- package/vendors/plugin/workflows/export-latex.md +42 -0
- package/vendors/plugin/workflows/help.md +31 -0
- package/vendors/plugin/workflows/insert-section.md +32 -0
- package/vendors/plugin/workflows/map-project.md +34 -0
- package/vendors/plugin/workflows/new-paper.md +37 -0
- package/vendors/plugin/workflows/pause-writing.md +32 -0
- package/vendors/plugin/workflows/plan-section.md +34 -0
- package/vendors/plugin/workflows/remove-section.md +32 -0
- package/vendors/plugin/workflows/research-gap.md +42 -0
- package/vendors/plugin/workflows/resume-writing.md +34 -0
- package/vendors/plugin/workflows/review-section.md +33 -0
- package/vendors/plugin/workflows/write-section.md +34 -0
- package/bin/lib/checkpoint.js +0 -183
- package/bin/lib/context-primer.js +0 -214
- package/bin/lib/wcn-compiler.js +0 -226
- package/core/write-the-f-paper/references/agent-model-matrix.md +0 -62
- package/core/write-the-f-paper/references/checkpoints.md +0 -364
- package/core/write-the-f-paper/references/context-fidelity.md +0 -153
- package/core/write-the-f-paper/references/continuation-format.md +0 -223
- package/core/write-the-f-paper/references/deviation-rules.md +0 -150
- package/core/write-the-f-paper/references/git-integration.md +0 -321
- package/core/write-the-f-paper/references/github-contrib.md +0 -216
- package/core/write-the-f-paper/references/imrad-structure.md +0 -212
- package/core/write-the-f-paper/references/length-estimation.md +0 -148
- package/core/write-the-f-paper/references/orchestrator-pattern.md +0 -167
- package/core/write-the-f-paper/references/plan-format.md +0 -361
- package/core/write-the-f-paper/references/planning-config.md +0 -135
- package/core/write-the-f-paper/references/principles.md +0 -158
- package/core/write-the-f-paper/references/questioning.md +0 -132
- package/core/write-the-f-paper/references/research-pitfalls.md +0 -208
- package/core/write-the-f-paper/references/ui-brand.md +0 -186
- package/core/write-the-f-paper/templates/UAT.md +0 -80
- package/core/write-the-f-paper/templates/base-prefs.yaml +0 -42
- package/core/write-the-f-paper/templates/config.json +0 -56
- package/core/write-the-f-paper/templates/context.md +0 -179
- package/core/write-the-f-paper/templates/continue-here.md +0 -142
- package/core/write-the-f-paper/templates/data-inventory.md +0 -142
- package/core/write-the-f-paper/templates/discovery.md +0 -146
- package/core/write-the-f-paper/templates/issues.md +0 -59
- package/core/write-the-f-paper/templates/manuscript.md +0 -253
- package/core/write-the-f-paper/templates/narrative-arc.md +0 -227
- package/core/write-the-f-paper/templates/outline.md +0 -274
- package/core/write-the-f-paper/templates/phase-prompt.md +0 -348
- package/core/write-the-f-paper/templates/posters/basic.md +0 -34
- package/core/write-the-f-paper/templates/prior-drafts.md +0 -204
- package/core/write-the-f-paper/templates/project-context/argument-structure.md +0 -267
- package/core/write-the-f-paper/templates/project-context/bibliography.md +0 -152
- package/core/write-the-f-paper/templates/project-context/gaps.md +0 -122
- package/core/write-the-f-paper/templates/project-context/imrad.md +0 -140
- package/core/write-the-f-paper/templates/project-context/peer-review.md +0 -152
- package/core/write-the-f-paper/templates/project-context/style-guide.md +0 -198
- package/core/write-the-f-paper/templates/project-context/tools.md +0 -170
- package/core/write-the-f-paper/templates/project.md +0 -185
- package/core/write-the-f-paper/templates/research.md +0 -384
- package/core/write-the-f-paper/templates/review-comments.md +0 -253
- package/core/write-the-f-paper/templates/revision-issues.md +0 -169
- package/core/write-the-f-paper/templates/roadmap.md +0 -187
- package/core/write-the-f-paper/templates/section-archive.md +0 -178
- package/core/write-the-f-paper/templates/section-context.md +0 -114
- package/core/write-the-f-paper/templates/section.md +0 -128
- package/core/write-the-f-paper/templates/slides/basic.md +0 -31
- package/core/write-the-f-paper/templates/state.md +0 -244
- package/core/write-the-f-paper/templates/summary.md +0 -277
- package/core/write-the-f-paper/venues/acm-cs.yaml +0 -102
- package/core/write-the-f-paper/venues/arxiv-ml.yaml +0 -103
- package/core/write-the-f-paper/venues/ieee-cs.yaml +0 -100
- package/core/write-the-f-paper/venues/nature.yaml +0 -81
- package/core/write-the-f-paper/venues/thesis-chapter.yaml +0 -101
- package/core/write-the-f-paper/workflows/create-outline.md +0 -462
- package/core/write-the-f-paper/workflows/create-outline.wcn.md +0 -194
- package/core/write-the-f-paper/workflows/discuss-section.md +0 -249
- package/core/write-the-f-paper/workflows/discuss-section.wcn.md +0 -63
- package/core/write-the-f-paper/workflows/execute-outline.md +0 -163
- package/core/write-the-f-paper/workflows/execute-outline.wcn.md +0 -73
- package/core/write-the-f-paper/workflows/execute-section.md +0 -704
- package/core/write-the-f-paper/workflows/execute-section.wcn.md +0 -191
- package/core/write-the-f-paper/workflows/list-assumptions.md +0 -183
- package/core/write-the-f-paper/workflows/list-assumptions.wcn.md +0 -42
- package/core/write-the-f-paper/workflows/lit-review-phase.md +0 -281
- package/core/write-the-f-paper/workflows/lit-review-phase.wcn.md +0 -92
- package/core/write-the-f-paper/workflows/map-project.md +0 -359
- package/core/write-the-f-paper/workflows/map-project.wcn.md +0 -73
- package/core/write-the-f-paper/workflows/plan-section.md +0 -409
- package/core/write-the-f-paper/workflows/plan-section.wcn.md +0 -229
- package/core/write-the-f-paper/workflows/research-gap.md +0 -493
- package/core/write-the-f-paper/workflows/research-gap.wcn.md +0 -136
- package/core/write-the-f-paper/workflows/resume-paper.md +0 -274
- package/core/write-the-f-paper/workflows/resume-paper.wcn.md +0 -93
- package/core/write-the-f-paper/workflows/review-section.md +0 -329
- package/core/write-the-f-paper/workflows/review-section.wcn.md +0 -91
- package/core/write-the-f-paper/workflows/submit-draft.md +0 -368
- package/core/write-the-f-paper/workflows/submit-draft.wcn.md +0 -69
- package/core/write-the-f-paper/workflows/transition.md +0 -375
- package/core/write-the-f-paper/workflows/transition.wcn.md +0 -113
- package/core/write-the-f-paper/workflows/verify-work.md +0 -251
- package/core/write-the-f-paper/workflows/verify-work.wcn.md +0 -74
- package/vendors/claude/agents/wtfp/argument-verifier.md +0 -65
- package/vendors/claude/agents/wtfp/citation-expert.md +0 -68
- package/vendors/claude/agents/wtfp/citation-formatter.md +0 -68
- package/vendors/claude/agents/wtfp/coherence-checker.md +0 -64
- package/vendors/claude/agents/wtfp/outliner.md +0 -73
- package/vendors/claude/agents/wtfp/plan-checker.md +0 -65
- package/vendors/claude/agents/wtfp/prose-polisher.md +0 -68
- package/vendors/claude/agents/wtfp/research-synthesizer.md +0 -70
- package/vendors/claude/agents/wtfp/section-planner.md +0 -70
- package/vendors/claude/agents/wtfp/section-reviewer.md +0 -64
- package/vendors/claude/agents/wtfp/section-writer.md +0 -71
- package/vendors/clio/.wtfp-generated.json +0 -936
- package/vendors/clio/actions/analyze-bib.json +0 -97
- package/vendors/clio/actions/audit-milestone.json +0 -63
- package/vendors/clio/actions/check-refs.json +0 -80
- package/vendors/clio/actions/create-outline.json +0 -80
- package/vendors/clio/actions/create-poster.json +0 -59
- package/vendors/clio/actions/create-slides.json +0 -59
- package/vendors/clio/actions/export-latex.json +0 -65
- package/vendors/clio/actions/map-project.json +0 -57
- package/vendors/clio/actions/plan-section.json +0 -97
- package/vendors/clio/actions/research-gap.json +0 -101
- package/vendors/clio/actions/resume-writing.json +0 -63
- package/vendors/clio/agents/wtfp-argument-verifier.md +0 -60
- package/vendors/clio/agents/wtfp-citation-expert.md +0 -61
- package/vendors/clio/agents/wtfp-citation-formatter.md +0 -61
- package/vendors/clio/agents/wtfp-coherence-checker.md +0 -59
- package/vendors/clio/agents/wtfp-outliner.md +0 -66
- package/vendors/clio/agents/wtfp-plan-checker.md +0 -60
- package/vendors/clio/agents/wtfp-prose-polisher.md +0 -61
- package/vendors/clio/agents/wtfp-research-synthesizer.md +0 -63
- package/vendors/clio/agents/wtfp-section-planner.md +0 -63
- package/vendors/clio/agents/wtfp-section-reviewer.md +0 -59
- package/vendors/clio/agents/wtfp-section-writer.md +0 -64
- package/vendors/clio/clio-coder-extension.yaml +0 -12
- package/vendors/clio/compatibility/action-availability.json +0 -323
- package/vendors/clio/fleets/wtfp-draft-review.md +0 -25
- package/vendors/clio/fleets/wtfp-plan-section.md +0 -23
- package/vendors/clio/prompts/wtfp/add-todo.md +0 -52
- package/vendors/clio/prompts/wtfp/analyze-bib.md +0 -15
- package/vendors/clio/prompts/wtfp/audit-milestone.md +0 -15
- package/vendors/clio/prompts/wtfp/check-refs.md +0 -15
- package/vendors/clio/prompts/wtfp/check-todos.md +0 -50
- package/vendors/clio/prompts/wtfp/checkpoint.md +0 -66
- package/vendors/clio/prompts/wtfp/contribute.md +0 -15
- package/vendors/clio/prompts/wtfp/create-outline.md +0 -64
- package/vendors/clio/prompts/wtfp/create-poster.md +0 -15
- package/vendors/clio/prompts/wtfp/create-slides.md +0 -15
- package/vendors/clio/prompts/wtfp/discuss-section.md +0 -56
- package/vendors/clio/prompts/wtfp/execute-outline.md +0 -66
- package/vendors/clio/prompts/wtfp/export-latex.md +0 -15
- package/vendors/clio/prompts/wtfp/help.md +0 -43
- package/vendors/clio/prompts/wtfp/insert-section.md +0 -52
- package/vendors/clio/prompts/wtfp/list-assumptions.md +0 -54
- package/vendors/clio/prompts/wtfp/map-project.md +0 -54
- package/vendors/clio/prompts/wtfp/new-paper.md +0 -61
- package/vendors/clio/prompts/wtfp/pause-writing.md +0 -58
- package/vendors/clio/prompts/wtfp/plan-milestone-gaps.md +0 -54
- package/vendors/clio/prompts/wtfp/plan-revision.md +0 -54
- package/vendors/clio/prompts/wtfp/plan-section.md +0 -66
- package/vendors/clio/prompts/wtfp/polish-prose.md +0 -54
- package/vendors/clio/prompts/wtfp/progress.md +0 -66
- package/vendors/clio/prompts/wtfp/quick.md +0 -54
- package/vendors/clio/prompts/wtfp/remove-section.md +0 -15
- package/vendors/clio/prompts/wtfp/report-bug.md +0 -15
- package/vendors/clio/prompts/wtfp/request-feature.md +0 -15
- package/vendors/clio/prompts/wtfp/research-gap.md +0 -15
- package/vendors/clio/prompts/wtfp/resume-writing.md +0 -62
- package/vendors/clio/prompts/wtfp/review-section.md +0 -58
- package/vendors/clio/prompts/wtfp/settings.md +0 -48
- package/vendors/clio/prompts/wtfp/submit-milestone.md +0 -64
- package/vendors/clio/prompts/wtfp/update.md +0 -15
- package/vendors/clio/prompts/wtfp/verify-work.md +0 -54
- package/vendors/clio/prompts/wtfp/write-section.md +0 -66
- package/vendors/clio/prompts/wtfp-add-todo.md +0 -52
- package/vendors/clio/prompts/wtfp-analyze-bib.md +0 -15
- package/vendors/clio/prompts/wtfp-audit-milestone.md +0 -15
- package/vendors/clio/prompts/wtfp-check-refs.md +0 -15
- package/vendors/clio/prompts/wtfp-check-todos.md +0 -50
- package/vendors/clio/prompts/wtfp-checkpoint.md +0 -66
- package/vendors/clio/prompts/wtfp-contribute.md +0 -15
- package/vendors/clio/prompts/wtfp-create-outline.md +0 -64
- package/vendors/clio/prompts/wtfp-create-poster.md +0 -15
- package/vendors/clio/prompts/wtfp-create-slides.md +0 -15
- package/vendors/clio/prompts/wtfp-discuss-section.md +0 -56
- package/vendors/clio/prompts/wtfp-execute-outline.md +0 -66
- package/vendors/clio/prompts/wtfp-export-latex.md +0 -15
- package/vendors/clio/prompts/wtfp-help.md +0 -43
- package/vendors/clio/prompts/wtfp-insert-section.md +0 -52
- package/vendors/clio/prompts/wtfp-list-assumptions.md +0 -54
- package/vendors/clio/prompts/wtfp-map-project.md +0 -54
- package/vendors/clio/prompts/wtfp-new-paper.md +0 -61
- package/vendors/clio/prompts/wtfp-pause-writing.md +0 -58
- package/vendors/clio/prompts/wtfp-plan-milestone-gaps.md +0 -54
- package/vendors/clio/prompts/wtfp-plan-revision.md +0 -54
- package/vendors/clio/prompts/wtfp-plan-section.md +0 -66
- package/vendors/clio/prompts/wtfp-polish-prose.md +0 -54
- package/vendors/clio/prompts/wtfp-progress.md +0 -66
- package/vendors/clio/prompts/wtfp-quick.md +0 -54
- package/vendors/clio/prompts/wtfp-remove-section.md +0 -15
- package/vendors/clio/prompts/wtfp-report-bug.md +0 -15
- package/vendors/clio/prompts/wtfp-request-feature.md +0 -15
- package/vendors/clio/prompts/wtfp-research-gap.md +0 -15
- package/vendors/clio/prompts/wtfp-resume-writing.md +0 -62
- package/vendors/clio/prompts/wtfp-review-section.md +0 -58
- package/vendors/clio/prompts/wtfp-settings.md +0 -48
- package/vendors/clio/prompts/wtfp-submit-milestone.md +0 -64
- package/vendors/clio/prompts/wtfp-update.md +0 -15
- package/vendors/clio/prompts/wtfp-verify-work.md +0 -54
- package/vendors/clio/prompts/wtfp-write-section.md +0 -66
- package/vendors/clio/repository/CONTRIBUTING.md +0 -183
- package/vendors/clio/roles/outliner.md +0 -68
- package/vendors/clio/roles/section-reviewer.md +0 -61
- package/vendors/clio/roles/section-writer.md +0 -66
- package/vendors/clio/skills/wtfp-deliver-research/references/actions.md +0 -117
- package/vendors/clio/skills/wtfp-manage-project/references/actions.md +0 -90
- package/vendors/clio/skills/wtfp-plan-section/SKILL.md +0 -39
- package/vendors/clio/skills/wtfp-plan-section/references/actions.md +0 -129
- package/vendors/clio/skills/wtfp-research-literature/references/actions.md +0 -115
- package/vendors/clio/skills/wtfp-review-manuscript/references/actions.md +0 -112
- package/vendors/clio/skills/wtfp-start-project/references/actions.md +0 -80
- package/vendors/clio/skills/wtfp-write-section/references/actions.md +0 -69
- package/vendors/clio/tools/README.md +0 -13
- package/vendors/clio/tools/bibliography/analyze-impact.js +0 -109
- package/vendors/clio/tools/bibliography/format.js +0 -161
- package/vendors/clio/tools/bibliography/index.js +0 -104
- package/vendors/clio/tools/citation/fetch.js +0 -299
- package/vendors/clio/tools/citation/scholar-lookup.js +0 -188
- package/vendors/clio/workflows/analyze-bib.md +0 -33
- package/vendors/clio/workflows/audit-milestone.md +0 -32
- package/vendors/clio/workflows/check-refs.md +0 -32
- package/vendors/clio/workflows/create-outline.md +0 -32
- package/vendors/clio/workflows/create-poster.md +0 -32
- package/vendors/clio/workflows/create-slides.md +0 -32
- package/vendors/clio/workflows/export-latex.md +0 -32
- package/vendors/clio/workflows/help.md +0 -30
- package/vendors/clio/workflows/insert-section.md +0 -32
- package/vendors/clio/workflows/map-project.md +0 -32
- package/vendors/clio/workflows/new-paper.md +0 -37
- package/vendors/clio/workflows/pause-writing.md +0 -32
- package/vendors/clio/workflows/plan-section.md +0 -32
- package/vendors/clio/workflows/remove-section.md +0 -32
- package/vendors/clio/workflows/research-gap.md +0 -32
- package/vendors/clio/workflows/resume-writing.md +0 -32
- package/vendors/clio/workflows/review-section.md +0 -32
- package/vendors/clio/workflows/write-section.md +0 -32
- package/vendors/codex/plugins/wtf-p/.codex-plugin/plugin.json +0 -32
- package/vendors/codex/plugins/wtf-p/.wtfp-generated.json +0 -604
- package/vendors/codex/plugins/wtf-p/actions/analyze-bib.json +0 -97
- package/vendors/codex/plugins/wtf-p/actions/audit-milestone.json +0 -63
- package/vendors/codex/plugins/wtf-p/actions/check-refs.json +0 -80
- package/vendors/codex/plugins/wtf-p/actions/create-outline.json +0 -80
- package/vendors/codex/plugins/wtf-p/actions/create-poster.json +0 -59
- package/vendors/codex/plugins/wtf-p/actions/create-slides.json +0 -59
- package/vendors/codex/plugins/wtf-p/actions/export-latex.json +0 -65
- package/vendors/codex/plugins/wtf-p/actions/map-project.json +0 -57
- package/vendors/codex/plugins/wtf-p/actions/plan-section.json +0 -97
- package/vendors/codex/plugins/wtf-p/actions/research-gap.json +0 -101
- package/vendors/codex/plugins/wtf-p/actions/resume-writing.json +0 -63
- package/vendors/codex/plugins/wtf-p/compatibility/action-availability.json +0 -314
- package/vendors/codex/plugins/wtf-p/repository/CONTRIBUTING.md +0 -183
- package/vendors/codex/plugins/wtf-p/roles/outliner.md +0 -68
- package/vendors/codex/plugins/wtf-p/roles/section-reviewer.md +0 -61
- package/vendors/codex/plugins/wtf-p/roles/section-writer.md +0 -66
- package/vendors/codex/plugins/wtf-p/skills/wtfp-deliver-research/references/actions.md +0 -117
- package/vendors/codex/plugins/wtf-p/skills/wtfp-manage-project/references/actions.md +0 -90
- package/vendors/codex/plugins/wtf-p/skills/wtfp-plan-section/SKILL.md +0 -39
- package/vendors/codex/plugins/wtf-p/skills/wtfp-plan-section/references/actions.md +0 -129
- package/vendors/codex/plugins/wtf-p/skills/wtfp-review-manuscript/references/actions.md +0 -112
- package/vendors/codex/plugins/wtf-p/skills/wtfp-start-project/references/actions.md +0 -80
- package/vendors/codex/plugins/wtf-p/skills/wtfp-write-section/references/actions.md +0 -69
- package/vendors/codex/plugins/wtf-p/tools/README.md +0 -13
- package/vendors/codex/plugins/wtf-p/tools/bibliography/analyze-impact.js +0 -109
- package/vendors/codex/plugins/wtf-p/tools/bibliography/format.js +0 -161
- package/vendors/codex/plugins/wtf-p/tools/bibliography/index.js +0 -104
- package/vendors/codex/plugins/wtf-p/tools/citation/fetch.js +0 -299
- package/vendors/codex/plugins/wtf-p/tools/citation/scholar-lookup.js +0 -188
- package/vendors/codex/plugins/wtf-p/workflows/analyze-bib.md +0 -33
- package/vendors/codex/plugins/wtf-p/workflows/audit-milestone.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/check-refs.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/create-outline.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/create-poster.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/create-slides.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/export-latex.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/help.md +0 -30
- package/vendors/codex/plugins/wtf-p/workflows/insert-section.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/map-project.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/new-paper.md +0 -37
- package/vendors/codex/plugins/wtf-p/workflows/pause-writing.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/plan-section.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/remove-section.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/research-gap.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/resume-writing.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/review-section.md +0 -32
- package/vendors/codex/plugins/wtf-p/workflows/write-section.md +0 -32
- package/vendors/copilot/plugins/wtf-p/.claude-plugin/plugin.json +0 -12
- package/vendors/copilot/plugins/wtf-p/.wtfp-generated.json +0 -792
- package/vendors/copilot/plugins/wtf-p/actions/analyze-bib.json +0 -97
- package/vendors/copilot/plugins/wtf-p/actions/audit-milestone.json +0 -63
- package/vendors/copilot/plugins/wtf-p/actions/check-refs.json +0 -80
- package/vendors/copilot/plugins/wtf-p/actions/create-outline.json +0 -80
- package/vendors/copilot/plugins/wtf-p/actions/create-poster.json +0 -59
- package/vendors/copilot/plugins/wtf-p/actions/create-slides.json +0 -59
- package/vendors/copilot/plugins/wtf-p/actions/export-latex.json +0 -65
- package/vendors/copilot/plugins/wtf-p/actions/map-project.json +0 -57
- package/vendors/copilot/plugins/wtf-p/actions/plan-section.json +0 -97
- package/vendors/copilot/plugins/wtf-p/actions/research-gap.json +0 -101
- package/vendors/copilot/plugins/wtf-p/actions/resume-writing.json +0 -63
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-argument-verifier.md +0 -65
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-citation-expert.md +0 -68
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-citation-formatter.md +0 -68
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-coherence-checker.md +0 -64
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-outliner.md +0 -73
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-plan-checker.md +0 -65
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-prose-polisher.md +0 -68
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-research-synthesizer.md +0 -70
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-section-planner.md +0 -70
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-section-reviewer.md +0 -64
- package/vendors/copilot/plugins/wtf-p/agents/wtfp-section-writer.md +0 -71
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-add-todo.md +0 -59
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-analyze-bib.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-audit-milestone.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-check-refs.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-check-todos.md +0 -58
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-checkpoint.md +0 -74
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-contribute.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-create-outline.md +0 -73
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-create-poster.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-create-slides.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-discuss-section.md +0 -64
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-execute-outline.md +0 -75
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-export-latex.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-help.md +0 -48
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-insert-section.md +0 -60
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-list-assumptions.md +0 -59
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-map-project.md +0 -61
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-new-paper.md +0 -69
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-pause-writing.md +0 -65
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-plan-milestone-gaps.md +0 -62
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-plan-revision.md +0 -62
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-plan-section.md +0 -75
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-polish-prose.md +0 -63
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-progress.md +0 -72
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-quick.md +0 -63
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-remove-section.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-report-bug.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-request-feature.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-research-gap.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-resume-writing.md +0 -70
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-review-section.md +0 -67
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-settings.md +0 -56
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-submit-milestone.md +0 -72
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-update.md +0 -17
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-verify-work.md +0 -62
- package/vendors/copilot/plugins/wtf-p/commands/wtfp-write-section.md +0 -75
- package/vendors/copilot/plugins/wtf-p/compatibility/action-availability.json +0 -314
- package/vendors/copilot/plugins/wtf-p/repository/CONTRIBUTING.md +0 -183
- package/vendors/copilot/plugins/wtf-p/roles/outliner.md +0 -68
- package/vendors/copilot/plugins/wtf-p/roles/section-reviewer.md +0 -61
- package/vendors/copilot/plugins/wtf-p/roles/section-writer.md +0 -66
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-deliver-research/references/actions.md +0 -117
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-manage-project/references/actions.md +0 -90
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-plan-section/SKILL.md +0 -39
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-plan-section/references/actions.md +0 -129
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-review-manuscript/references/actions.md +0 -112
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-start-project/references/actions.md +0 -80
- package/vendors/copilot/plugins/wtf-p/skills/wtfp-write-section/references/actions.md +0 -69
- package/vendors/copilot/plugins/wtf-p/tools/README.md +0 -13
- package/vendors/copilot/plugins/wtf-p/tools/bibliography/analyze-impact.js +0 -109
- package/vendors/copilot/plugins/wtf-p/tools/bibliography/format.js +0 -161
- package/vendors/copilot/plugins/wtf-p/tools/bibliography/index.js +0 -104
- package/vendors/copilot/plugins/wtf-p/tools/citation/fetch.js +0 -299
- package/vendors/copilot/plugins/wtf-p/tools/citation/scholar-lookup.js +0 -188
- package/vendors/copilot/plugins/wtf-p/workflows/analyze-bib.md +0 -33
- package/vendors/copilot/plugins/wtf-p/workflows/audit-milestone.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/check-refs.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/create-outline.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/create-poster.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/create-slides.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/export-latex.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/help.md +0 -30
- package/vendors/copilot/plugins/wtf-p/workflows/insert-section.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/map-project.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/new-paper.md +0 -37
- package/vendors/copilot/plugins/wtf-p/workflows/pause-writing.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/plan-section.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/remove-section.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/research-gap.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/resume-writing.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/review-section.md +0 -32
- package/vendors/copilot/plugins/wtf-p/workflows/write-section.md +0 -32
- package/vendors/gemini/agents/wtfp/argument-verifier.md +0 -141
- package/vendors/gemini/agents/wtfp/citation-expert.md +0 -142
- package/vendors/gemini/agents/wtfp/citation-formatter.md +0 -142
- package/vendors/gemini/agents/wtfp/coherence-checker.md +0 -140
- package/vendors/gemini/agents/wtfp/outliner.md +0 -147
- package/vendors/gemini/agents/wtfp/plan-checker.md +0 -141
- package/vendors/gemini/agents/wtfp/prose-polisher.md +0 -142
- package/vendors/gemini/agents/wtfp/research-synthesizer.md +0 -144
- package/vendors/gemini/agents/wtfp/section-planner.md +0 -144
- package/vendors/gemini/agents/wtfp/section-reviewer.md +0 -140
- package/vendors/gemini/agents/wtfp/section-writer.md +0 -145
- /package/vendors/{clio → codex/plugins/wtfp}/actions/add-todo.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/check-todos.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/checkpoint.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/contribute.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/discuss-section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/execute-outline.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/help.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/insert-section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/list-assumptions.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/new-paper.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/pause-writing.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/plan-milestone-gaps.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/plan-revision.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/polish-prose.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/progress.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/quick.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/remove-section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/report-bug.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/request-feature.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/review-section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/settings.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/submit-milestone.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/update.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/verify-work.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/actions/write-section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/aliases.lock.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/catalog.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/effects.json +0 -0
- /package/vendors/codex/plugins/{wtf-p → wtfp}/fleets/wtfp-draft-review.json +0 -0
- /package/vendors/codex/plugins/{wtf-p → wtfp}/fleets/wtfp-plan-section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/README.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/checkpoint.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/common.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/config.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/decisions.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/evidence.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/manifest.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/outline.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/section.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/source.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/state.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/validation.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/checkpoint.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/config.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/decisions.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/evidence.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/manifest.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/outline.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/section.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/source.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/state.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/project/templates/validation.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/argument-verifier.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/citation-expert.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/citation-formatter.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/coherence-checker.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/plan-checker.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/prose-polisher.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/research-synthesizer.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/roles/section-planner.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/schemas/action.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/schemas/aliases.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/schemas/catalog.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/schemas/effects.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/schemas/role-result.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/schemas/tools.schema.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-deliver-research/SKILL.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-deliver-research/agents/openai.yaml +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-manage-project/SKILL.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-manage-project/agents/openai.yaml +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-plan-section/agents/openai.yaml +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-research-literature/SKILL.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-research-literature/agents/openai.yaml +0 -0
- /package/vendors/codex/plugins/{wtf-p → wtfp}/skills/wtfp-research-literature/references/actions.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-review-manuscript/SKILL.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-review-manuscript/agents/openai.yaml +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-start-project/SKILL.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-start-project/agents/openai.yaml +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-write-section/SKILL.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-write-section/agents/openai.yaml +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/tools/citation/rank.js +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/tools/citation/semantic-scholar.js +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/tools.json +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/add-todo.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/check-todos.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/checkpoint.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/contribute.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/discuss-section.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/execute-outline.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/list-assumptions.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/plan-milestone-gaps.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/plan-revision.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/polish-prose.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/progress.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/quick.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/report-bug.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/request-feature.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/settings.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/submit-milestone.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/update.md +0 -0
- /package/vendors/{clio → codex/plugins/wtfp}/workflows/verify-work.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/add-todo.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/check-todos.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/checkpoint.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/contribute.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/discuss-section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/execute-outline.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/help.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/insert-section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/list-assumptions.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/new-paper.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/pause-writing.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/plan-milestone-gaps.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/plan-revision.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/polish-prose.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/progress.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/quick.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/remove-section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/report-bug.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/request-feature.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/review-section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/settings.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/submit-milestone.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/update.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/verify-work.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/write-section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/aliases.lock.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/catalog.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/effects.json +0 -0
- /package/vendors/copilot/plugins/{wtf-p → wtfp}/fleets/wtfp-draft-review.json +0 -0
- /package/vendors/copilot/plugins/{wtf-p → wtfp}/fleets/wtfp-plan-section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/README.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/checkpoint.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/common.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/config.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/decisions.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/evidence.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/manifest.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/outline.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/section.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/source.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/state.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/validation.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/checkpoint.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/config.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/decisions.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/evidence.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/manifest.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/outline.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/section.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/source.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/state.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/validation.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/argument-verifier.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/citation-expert.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/citation-formatter.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/coherence-checker.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/plan-checker.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/prose-polisher.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/research-synthesizer.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/section-planner.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/action.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/aliases.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/catalog.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/effects.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/role-result.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/tools.schema.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-deliver-research/SKILL.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-deliver-research/agents/openai.yaml +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-manage-project/SKILL.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-manage-project/agents/openai.yaml +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-plan-section/agents/openai.yaml +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-research-literature/SKILL.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-research-literature/agents/openai.yaml +0 -0
- /package/vendors/copilot/plugins/{wtf-p → wtfp}/skills/wtfp-research-literature/references/actions.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-review-manuscript/SKILL.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-review-manuscript/agents/openai.yaml +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-start-project/SKILL.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-start-project/agents/openai.yaml +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-write-section/SKILL.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-write-section/agents/openai.yaml +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/tools/citation/rank.js +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/tools/citation/semantic-scholar.js +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/tools.json +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/add-todo.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/check-todos.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/checkpoint.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/contribute.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/discuss-section.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/execute-outline.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/list-assumptions.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/plan-milestone-gaps.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/plan-revision.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/polish-prose.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/progress.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/quick.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/report-bug.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/request-feature.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/settings.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/submit-milestone.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/update.md +0 -0
- /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/verify-work.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/add-todo.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/check-todos.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/checkpoint.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/contribute.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/discuss-section.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/execute-outline.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/help.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/insert-section.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/list-assumptions.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/new-paper.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/pause-writing.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/plan-milestone-gaps.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/plan-revision.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/polish-prose.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/progress.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/quick.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/remove-section.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/report-bug.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/request-feature.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/review-section.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/settings.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/submit-milestone.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/update.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/verify-work.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/write-section.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/aliases.lock.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/catalog.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/effects.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/README.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/checkpoint.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/common.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/config.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/decisions.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/evidence.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/manifest.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/outline.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/section.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/source.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/state.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/validation.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/checkpoint.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/config.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/decisions.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/evidence.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/manifest.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/outline.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/section.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/source.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/state.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/validation.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/argument-verifier.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/citation-expert.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/citation-formatter.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/coherence-checker.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/plan-checker.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/prose-polisher.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/research-synthesizer.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/section-planner.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/action.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/aliases.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/catalog.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/effects.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/role-result.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/tools.schema.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-deliver-research/SKILL.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-deliver-research/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-manage-project/SKILL.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-manage-project/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-plan-section/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-research-literature/SKILL.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-research-literature/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-review-manuscript/SKILL.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-review-manuscript/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-start-project/SKILL.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-start-project/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-write-section/SKILL.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-write-section/agents/openai.yaml +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/tools/citation/rank.js +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/tools/citation/semantic-scholar.js +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/tools.json +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/add-todo.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/check-todos.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/checkpoint.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/contribute.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/discuss-section.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/execute-outline.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/list-assumptions.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/plan-milestone-gaps.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/plan-revision.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/polish-prose.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/progress.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/quick.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/report-bug.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/request-feature.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/settings.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/submit-milestone.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/update.md +0 -0
- /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/verify-work.md +0 -0
package/README.md
CHANGED
|
@@ -8,282 +8,180 @@
|
|
|
8
8
|
|
|
9
9
|
Also: Proposal. Presentation. Poster.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Human-guided research and writing workflows for AI coding agents.
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
WTF-P
|
|
15
|
+
WTF-P gives your coding agent one portable academic method: interview the
|
|
16
|
+
author, map the evidence, record decisions, build an outline, plan and draft
|
|
17
|
+
one section at a time, review it, and resume later from durable state. You keep
|
|
18
|
+
the scientific judgment. The agent keeps the bookkeeping and does bounded jobs.
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
It ships as one canonical [Agent Plugins 1.0.0](https://agent-plugins.org)
|
|
21
|
+
bundle that a deterministic compiler projects into a native package for seven
|
|
22
|
+
coding-agent hosts. Version `0.6.0` is the first stable release of that
|
|
23
|
+
design and is what npm `latest` resolves to; v0.5 remains installable by
|
|
24
|
+
explicit version.
|
|
18
25
|
|
|
19
|
-
##
|
|
26
|
+
## Install on your agent
|
|
20
27
|
|
|
21
|
-
|
|
28
|
+
Two routes. Pick one per host; both register the same plugin, so do not use
|
|
29
|
+
both on the same profile.
|
|
22
30
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
npx wtf-p install codex --advanced
|
|
27
|
-
npx wtf-p install copilot --advanced
|
|
28
|
-
npx wtf-p install opencode --advanced
|
|
29
|
-
npx wtf-p install antigravity --advanced
|
|
30
|
-
npx wtf-p install gemini --advanced
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
An interactive terminal can also run `npx wtf-p` and choose a target. A noninteractive bare invocation refuses to write anything; it requires an explicit target or scope.
|
|
34
|
-
|
|
35
|
-
Then start a paper with the native WTF-P action exposed by your client. The
|
|
36
|
-
following is the slash-command form used by Clio, Claude, Copilot CLI,
|
|
37
|
-
OpenCode, Antigravity, and Gemini:
|
|
31
|
+
**From this repository, with the host's own plugin manager.** Claude Code,
|
|
32
|
+
Codex, and Copilot CLI read a marketplace straight from the Git repository and
|
|
33
|
+
load the committed envelope, so no installer runs:
|
|
38
34
|
|
|
39
|
-
```
|
|
40
|
-
/wtfp
|
|
41
|
-
/wtfp
|
|
42
|
-
/wtfp
|
|
43
|
-
/wtfp:write-section 1
|
|
44
|
-
/wtfp:review-section 1
|
|
35
|
+
```bash
|
|
36
|
+
claude plugin marketplace add akougkas/wtf-p && claude plugin install wtfp@wtf-p
|
|
37
|
+
codex plugin marketplace add akougkas/wtf-p && codex plugin add wtfp@wtf-p
|
|
38
|
+
copilot plugin marketplace add akougkas/wtf-p && copilot plugin install wtfp@wtf-p
|
|
45
39
|
```
|
|
46
40
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
Clio also ships flat `/wtfp-new-paper` compatibility prompts for current releases. The coordinated Clio integration discovers the preferred nested `/wtfp:new-paper` namespace; installation probes that capability in a credential-free disposable profile and falls back gracefully for legacy clients.
|
|
51
|
-
|
|
52
|
-
Codex discovers all 36 stable method routes through seven native Agent Skills
|
|
53
|
-
instead of a `/wtfp:*` command namespace. Twenty-four are adapter-available in the
|
|
54
|
-
current adapter; the other 12 carry deterministic `WTFP_ACTION_UNAVAILABLE`
|
|
55
|
-
references instead of unsupported workflow instructions. Select the owning
|
|
56
|
-
plugin skill explicitly when the route must be unambiguous (for example,
|
|
57
|
-
`$wtf-p:wtfp-start-project` followed by the `new-paper` request and its exact
|
|
58
|
-
arguments). Existing user-level commands can take precedence over extension
|
|
59
|
-
commands in clients that support both; use the client's discovery listing to
|
|
60
|
-
confirm the reported source before testing a new installation.
|
|
61
|
-
|
|
62
|
-
## First-class adapters
|
|
63
|
-
|
|
64
|
-
| Target | Native envelope | Semantic actions: discoverable / adapter-available | Specialists | Skills | Target-specific capabilities |
|
|
65
|
-
| --- | --- | ---: | ---: | ---: | --- |
|
|
66
|
-
| Clio Coder | Extension | 36 / 24 (72 prompt aliases: 48 available) | 11 | 7 | Strict worker recipes; host-session tool policy for slash prompts; two explicit fleets |
|
|
67
|
-
| Claude Code | Claude plugin | 36 / 24 | 11 | 7 | Native command permissions and plugin validation |
|
|
68
|
-
| Codex | Codex plugin | 36 / 24 through skills | Host-managed | 7 | `.codex-plugin` metadata and marketplace packaging |
|
|
69
|
-
| GitHub Copilot | Native CLI plugin plus committed cloud `.github` projection | CLI 36 / 24; cloud 36 / 5 | 11 | 7 | CLI discovery and cloud-safe prompts, agents, skills, and instructions |
|
|
70
|
-
| OpenCode | Filesystem bundle | 36 / 24 | 11 | 7 | Native commands and agents |
|
|
71
|
-
| Antigravity CLI | `agy` plugin | 36 / 24 | 11 | 7 | Commands converted to native skills by `agy` |
|
|
72
|
-
| Gemini CLI | Gemini extension | 36 / 24 | 11 | 7 | TOML commands and extension context |
|
|
73
|
-
|
|
74
|
-
Discovery counts stable action routes, including deterministic refusal stubs;
|
|
75
|
-
it does not by itself establish behavioral support. Clio, Claude, Codex,
|
|
76
|
-
Copilot CLI, OpenCode, Antigravity, and Gemini project 24 of the 36 canonical
|
|
77
|
-
actions as adapter-available and return `WTFP_ACTION_UNAVAILABLE` for `analyze-bib`,
|
|
78
|
-
`audit-milestone`, `check-refs`, `contribute`, `create-poster`,
|
|
79
|
-
`create-slides`, `export-latex`, `remove-section`, `report-bug`,
|
|
80
|
-
`request-feature`, `research-gap`, and `update`, because those actions lack an
|
|
81
|
-
exact target binding for at least one declared capability or effect. The
|
|
82
|
-
Copilot cloud projection marks only `add-todo`, `help`, `list-assumptions`,
|
|
83
|
-
`map-project`, and `pause-writing`; it refuses the other 31 because it also
|
|
84
|
-
lacks an exact explicit-approval binding. Each generated target records its
|
|
85
|
-
machine-readable result in `compatibility/action-availability.json`.
|
|
86
|
-
|
|
87
|
-
An available action has complete semantic capability, effect, and approval
|
|
88
|
-
bindings; that is not automatically an action-scoped host tool allowlist.
|
|
89
|
-
Clio 0.3.8 prompt templates expand into an ordinary main-agent turn and retain
|
|
90
|
-
the session tool surface. The Clio manifest records this as
|
|
91
|
-
`hostToolEnforcement.actionScoped: false`. Use `read-only` for previews or
|
|
92
|
-
supervised `suggest` autonomy for mutations, and deny and stop on any tool call
|
|
93
|
-
outside the action contract. A run under `auto-edit` cannot earn WTF-P's
|
|
94
|
-
no-undeclared-tool safety result merely because the generated prompt told the
|
|
95
|
-
model not to use shell.
|
|
96
|
-
|
|
97
|
-
The adapters are generated artifacts, not seven hand-maintained copies. Every generated envelope includes a cryptographic inventory and the portable protocol resources needed to understand its workflows. Copilot additionally receives a generated, commit-ready `.github` projection for cloud/repository use.
|
|
98
|
-
|
|
99
|
-
For a GitHub-hosted Copilot coding agent, review and copy the `.github/` tree from `vendors/copilot/project/` in the release archive into the target repository, then commit it through that repository's normal review process. The user-level `install copilot` command configures the CLI plugin; it deliberately does not write into an unrelated project checkout.
|
|
100
|
-
|
|
101
|
-
The release-candidate native-discovery matrix was exercised with Claude Code
|
|
102
|
-
2.1.251, Codex CLI 0.144.1, Copilot CLI 1.0.80, OpenCode 1.18.16,
|
|
103
|
-
Antigravity 1.1.22, Gemini CLI 0.57.0, and Clio Coder 0.3.8 at merged
|
|
104
|
-
commit `9b7b80cc`. Real isolated `new-paper` evaluations used Claude Sonnet
|
|
105
|
-
5/xhigh, Codex GPT-5.4/xhigh (GPT-5.6 was unavailable through that CLI's
|
|
106
|
-
ChatGPT-auth route), and Clio GPT-5.6 Terra/xhigh. The compiler-v4 Clio rerun
|
|
107
|
-
earned 8/8 with independent validation of all five previewed records. The
|
|
108
|
-
broader paid routing matrix, full lifecycle chain, and cross-version baseline
|
|
109
|
-
remain separate evidence gates. See [compatibility evidence](docs/COMPATIBILITY.md)
|
|
110
|
-
for exact claims and caveats. These are repository validation results, not a
|
|
111
|
-
claim that `0.6.0-rc.1` has been published.
|
|
112
|
-
|
|
113
|
-
The first retained local-model lifecycle reading used Clio 0.3.8 with
|
|
114
|
-
`dynamo/qwen3.8-27b`. Both native fleet contracts validated, but the lifecycle
|
|
115
|
-
did not pass: high effort timed out before writing, and an effort-off retry
|
|
116
|
-
stopped after `new-paper` because the model attempted a denied shell call and
|
|
117
|
-
made 5,600 section words disagree with the 6,000-word outline target. The five
|
|
118
|
-
records were individually schema-valid. See the
|
|
119
|
-
[blocked evidence](evaluation/v1/evidence/clio-dynamo-lifecycle-blocked/README.md);
|
|
120
|
-
the remaining lifecycle and routing roadmap items stay open. That reading
|
|
121
|
-
binds the earlier WTF-P source `6b58b298`; it predates later remediation for
|
|
122
|
-
exact outline totals and direct-tool use, and is not a behavioral reading of
|
|
123
|
-
the later source revisions.
|
|
124
|
-
|
|
125
|
-
Later post-remediation readings are retained separately because they bind
|
|
126
|
-
different WTF-P commits. At `0245818`, exact `/wtfp:new-paper` arguments arrived
|
|
127
|
-
but the model listed excluded `.git` metadata, read an absolute host Clio
|
|
128
|
-
documentation path, looped on agent discovery, and produced no planning
|
|
129
|
-
records. Those accesses were read-only; zero mutating and network effects were
|
|
130
|
-
applied. At `b4f0543`, the plan/check fleet completed structurally but its
|
|
131
|
-
semantic checks were ungrounded. The `cbba38c` manuscript-path projection
|
|
132
|
-
observation placed draft/review manuscript and summary files in the correct
|
|
133
|
-
roots with no boundary violation, but drafted without the required approved
|
|
134
|
-
plan, left portable state unreconciled, and failed its word target. See the
|
|
135
|
-
[retained RC readings](evaluation/v1/evidence/clio-dynamo-rc-readings/README.md).
|
|
136
|
-
Neither the full lifecycle nor a semantic fleet pass is claimed.
|
|
137
|
-
|
|
138
|
-
A final current-source Dynamo reading at `bf50e23` created exactly five
|
|
139
|
-
initialization records and passed literal schema validation 5/5. It still
|
|
140
|
-
failed the release gate: the outline placed a dependency in the same wave, and
|
|
141
|
-
the model made three successful shell calls plus ten denied shell retries
|
|
142
|
-
despite an explicit no-shell policy. The operator stopped the run before
|
|
143
|
-
`map-project`; no terminal receipt or trustworthy numeric cost exists. See the
|
|
144
|
-
[current-source blocked evidence](evaluation/v1/evidence/clio-dynamo-current-source-blocked/README.md).
|
|
145
|
-
|
|
146
|
-
## The paper lifecycle
|
|
147
|
-
|
|
148
|
-
WTF-P keeps the human in control while making the repeatable work deterministic:
|
|
149
|
-
|
|
150
|
-
1. `/wtfp:new-paper` captures research questions, intended contribution, evidence, audience, venue, and constraints.
|
|
151
|
-
2. `/wtfp:map-project` indexes existing drafts, sources, data, figures, and decisions.
|
|
152
|
-
3. `/wtfp:create-outline` turns the argument into sections, dependencies, and word budgets.
|
|
153
|
-
4. `/wtfp:research-gap` and `/wtfp:analyze-bib` build an evidence map without inventing citations.
|
|
154
|
-
5. `/wtfp:plan-section` creates a traceable section plan and can send it through an independent plan checker.
|
|
155
|
-
6. `/wtfp:write-section` drafts from the approved plan in bounded context.
|
|
156
|
-
7. `/wtfp:review-section`, `/wtfp:verify-work`, and `/wtfp:polish-prose` check argument coverage, evidence, coherence, venue requirements, and prose quality.
|
|
157
|
-
8. `/wtfp:audit-milestone`, `/wtfp:export-latex`, `/wtfp:create-slides`, and `/wtfp:create-poster` prepare deliverables.
|
|
158
|
-
|
|
159
|
-
Use the native help route—`/wtfp:help` on slash-command clients—to inspect all
|
|
160
|
-
36 stable action contracts. Executable availability is target-specific and
|
|
161
|
-
recorded in the generated compatibility manifest.
|
|
162
|
-
|
|
163
|
-
## What became portable
|
|
164
|
-
|
|
165
|
-
The canonical source lives under `protocol/` and has four parts:
|
|
166
|
-
|
|
167
|
-
- A versioned `.planning` project protocol with 11 JSON schemas and ten templates for the project manifest, configuration, state, sources, evidence, decisions, outline, sections, checkpoints, and validation results.
|
|
168
|
-
- Seven standard Agent Skills for starting a project, literature research, section planning, section writing, manuscript review, project management, and research delivery.
|
|
169
|
-
- Thirty-six semantic action contracts declaring inputs, reads, outputs, specialist delegation, tools, effects, and approval boundaries.
|
|
170
|
-
- Eleven host-neutral specialist roles with strict mutation or verification result contracts.
|
|
171
|
-
|
|
172
|
-
Concrete model names and client tool syntax do not live in canonical workflow prose. Each adapter maps semantic needs such as filesystem access, research search, user interaction, and delegation into the active client's capabilities.
|
|
173
|
-
|
|
174
|
-
## Project state
|
|
175
|
-
|
|
176
|
-
New workflows use a versioned `.planning/` directory. Its records are JSON-schema validated and designed to survive movement between clients:
|
|
41
|
+
Codex still needs the eleven role agents copied to `$CODEX_HOME/agents/`,
|
|
42
|
+
because Codex plugins do not carry agents; the npm installer does that for
|
|
43
|
+
you, the Git route does not.
|
|
177
44
|
|
|
178
|
-
|
|
179
|
-
.
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
├── state.json
|
|
183
|
-
├── decisions.json
|
|
184
|
-
├── structure/outline.json
|
|
185
|
-
├── sources/*.json
|
|
186
|
-
├── evidence/*.json
|
|
187
|
-
├── sections/*/section.json
|
|
188
|
-
├── checkpoints/*.json
|
|
189
|
-
└── validations/*.json
|
|
190
|
-
```
|
|
45
|
+
**From npm, with the WTF-P installer.** You need Node.js 20 or newer and one
|
|
46
|
+
supported host. Run one line. The installer publishes the generated package
|
|
47
|
+
into that host's own configuration root, records an exact-file receipt, and
|
|
48
|
+
registers it with the host's native plugin lifecycle where one exists.
|
|
191
49
|
|
|
192
|
-
|
|
50
|
+
| Host | Install | Native registration the installer performs | Verified with |
|
|
51
|
+
| --- | --- | --- | --- |
|
|
52
|
+
| Clio Coder (0.4.7 or newer) | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install clio` | `clio-coder library install <staged-bundle> --user`, then `clio-coder library inspect wtfp --user --json` | 0.4.8 |
|
|
53
|
+
| Claude Code | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install claude` | `claude plugin marketplace add <root>/marketplaces/wtfp --scope user`, then `claude plugin install wtfp@wtfp --scope user -y` | 2.1.271 |
|
|
54
|
+
| Codex | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install codex` | `codex plugin marketplace add <root>/marketplaces/wtfp`, then `codex plugin add wtfp@wtfp --json`; agents copied to `$CODEX_HOME/agents/` | 0.153.3 |
|
|
55
|
+
| GitHub Copilot CLI | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install copilot` | `copilot plugin marketplace add <root>/marketplaces/wtfp`, then `copilot plugin install wtfp@wtfp` | 1.0.83 |
|
|
56
|
+
| OpenCode | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install opencode` | Files under the OpenCode config root; OpenCode discovers them by directory | 1.18.31 |
|
|
57
|
+
| Antigravity CLI | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install antigravity` | `agy plugin install <root>/sources/wtfp` | 1.2.2 |
|
|
58
|
+
| Gemini CLI | `npx --yes --package=wtf-p@0.6.0 -- wtf-p install gemini` | Files under `<root>/extensions/wtfp`; Gemini discovers the extension by directory | 0.59.0 |
|
|
193
59
|
|
|
194
|
-
|
|
60
|
+
"Verified" means native discovery in a disposable profile on this exact
|
|
61
|
+
envelope, with the commands recorded in
|
|
62
|
+
[Host capabilities](docs/HOST_CAPABILITIES.md). Clio Coder is published as
|
|
63
|
+
`@iowarp/clio-coder`; 0.4.7 and newer carry the plugin engine WTF-P uses.
|
|
195
64
|
|
|
196
|
-
|
|
65
|
+
Keep the explicit `--package=wtf-p@<version> -- wtf-p` form. On a workstation
|
|
66
|
+
with WTF-P 0.5 installed globally, the shorter `npx wtf-p@<version>` can run
|
|
67
|
+
the old executable instead.
|
|
197
68
|
|
|
198
|
-
-
|
|
199
|
-
- It snapshots package sources and refuses source or destination path races.
|
|
200
|
-
- It publishes files atomically where possible and rolls back a failed transaction.
|
|
201
|
-
- It compensates native marketplace/plugin registration if a later activation step fails.
|
|
202
|
-
- It does not register a partial adapter when any conflicting file was preserved.
|
|
203
|
-
- It records only files it actually wrote, with SHA-256 hashes, adapter-contract v1, and generator-v4 metadata, in a v2 receipt.
|
|
204
|
-
- Reinstallation cannot claim ownership of files it skipped.
|
|
205
|
-
- Uninstall removes exact unchanged owned files. It preserves modified files and unrelated siblings by default.
|
|
206
|
-
- Dry runs are byte-preserving.
|
|
207
|
-
|
|
208
|
-
Use a custom isolated client root when evaluating an adapter:
|
|
69
|
+
## Sixty-second start
|
|
209
70
|
|
|
210
71
|
```bash
|
|
211
|
-
|
|
212
|
-
|
|
72
|
+
npx --yes --package=wtf-p@0.6.0 -- wtf-p install clio
|
|
73
|
+
cd /path/to/your-paper-or-proposal
|
|
74
|
+
clio-coder --autonomy suggest
|
|
213
75
|
```
|
|
214
76
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
npx wtf-p status
|
|
219
|
-
npx wtf-p doctor
|
|
220
|
-
npx wtf-p uninstall --clio --dry-run
|
|
221
|
-
npx wtf-p uninstall --clio --yes
|
|
77
|
+
```text
|
|
78
|
+
/wtfp:help
|
|
79
|
+
/wtfp:new-paper I am preparing a research proposal on reproducible scientific workflows. Interview me before deciding the scope, claims, evaluation, team, budget, or timeline. Use only the evidence I provide and mark unknowns instead of inventing citations.
|
|
222
80
|
```
|
|
223
81
|
|
|
224
|
-
The
|
|
82
|
+
The agent interviews you, previews the five initial project records, and waits
|
|
83
|
+
for your approval before writing anything. Every host uses the same
|
|
84
|
+
`/wtfp:<action>` names except Codex, which exposes the same actions through
|
|
85
|
+
seven native skills: mention `$wtfp-start-project` and ask for the
|
|
86
|
+
`new-paper` action with the same brief.
|
|
225
87
|
|
|
226
|
-
|
|
88
|
+
A normal project then moves one action at a time:
|
|
227
89
|
|
|
228
|
-
|
|
90
|
+
```text
|
|
91
|
+
/wtfp:map-project inventory the materials you supplied
|
|
92
|
+
/wtfp:create-outline argument, dependencies, exact word budget, for approval
|
|
93
|
+
/wtfp:discuss-section capture your intent for one section
|
|
94
|
+
/wtfp:plan-section one checked, executable plan
|
|
95
|
+
/wtfp:write-section draft only from the approved plan and evidence
|
|
96
|
+
/wtfp:review-section independent review, findings recorded, nothing rewritten
|
|
97
|
+
/wtfp:pause-writing durable handoff; quit the client
|
|
98
|
+
/wtfp:resume-writing a fresh process picks up from disk
|
|
99
|
+
```
|
|
229
100
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
101
|
+
See [Getting started](docs/GETTING_STARTED.md) for each host's launch command,
|
|
102
|
+
Codex skill selectors, isolated evaluation profiles, and troubleshooting.
|
|
103
|
+
|
|
104
|
+
## What it writes
|
|
105
|
+
|
|
106
|
+
Four document types share the same action set and differ in their scaffold:
|
|
107
|
+
|
|
108
|
+
| Workflow | Scaffold | Entry actions |
|
|
109
|
+
| --- | --- | --- |
|
|
110
|
+
| Paper (article, conference, review, thesis chapter) | `protocol/templates/paper-outline.md` | `new-paper`, `create-outline` |
|
|
111
|
+
| Grant proposal (solicitation-driven) | `protocol/templates/grant-proposal-outline.md` | `new-paper`, `create-outline`; see the [proposal workflow](docs/PROPOSAL_WORKFLOW.md) |
|
|
112
|
+
| Poster | `protocol/templates/poster.md` | `create-poster` |
|
|
113
|
+
| Presentation | `protocol/templates/slides.md` | `create-slides` |
|
|
114
|
+
|
|
115
|
+
The catalog has 36 stable actions across seven skills: start a project,
|
|
116
|
+
research the literature, plan a section, write a section, review the
|
|
117
|
+
manuscript, manage the project, and deliver. Availability is decided per host
|
|
118
|
+
by the generated `compatibility/action-availability.json`, and an unavailable
|
|
119
|
+
action returns `WTFP_ACTION_UNAVAILABLE` instead of improvising:
|
|
120
|
+
|
|
121
|
+
| Host | Available | Fails closed |
|
|
122
|
+
| --- | ---: | --- |
|
|
123
|
+
| Clio Coder, Claude Code | 31 / 36 | `contribute`, `report-bug`, `request-feature` (no `external.issue` binding); `remove-section` (no `filesystem.delete`); `update` (no `package.update`) |
|
|
124
|
+
| Codex, Copilot CLI, OpenCode, Antigravity, Gemini | 26 / 36 | the five above plus `research-gap`, `analyze-bib`, `check-refs`, `audit-milestone`, `export-latex`, whose `tool.execute` effect is bound only to Clio `bash` and Claude `Bash` |
|
|
125
|
+
| Copilot cloud projection (`.github`) | 5 / 36 | everything that needs an explicit approval gate |
|
|
126
|
+
|
|
127
|
+
Where the research routes are available, `tool.execute` authorizes exactly one
|
|
128
|
+
command, the bundled `tools/wtfp-tool.js` dispatcher over seven bibliography
|
|
129
|
+
and citation tools. Run it with `--offline` until you approve network use.
|
|
130
|
+
|
|
131
|
+
## What it will not do
|
|
132
|
+
|
|
133
|
+
- It does not write without you. Outline, plan, write, review, and delivery
|
|
134
|
+
gates are on by default, and a gate is crossed only through the host's real
|
|
135
|
+
interaction tool, never by silence or a model's own recommendation.
|
|
136
|
+
- It does not invent evidence. Sources and evidence are separate records with
|
|
137
|
+
provenance; a missing citation stays missing.
|
|
138
|
+
- It does not render or compile. `create-poster`, `create-slides`, and
|
|
139
|
+
`export-latex` emit source and hand you the render or compile command.
|
|
140
|
+
- It does not submit. `submit-milestone` writes a local archive, not a
|
|
141
|
+
submission to a funder, journal, or service.
|
|
142
|
+
- It does not touch Git or publish. No WTF-P action initializes, commits,
|
|
143
|
+
branches, pushes, tags, or publishes as a side effect.
|
|
144
|
+
- It does not claim more than it has observed. Native discovery is verified
|
|
145
|
+
per host; model-backed lifecycle evidence is partial and listed in
|
|
146
|
+
[Compatibility](docs/COMPATIBILITY.md).
|
|
147
|
+
|
|
148
|
+
## How it is built
|
|
149
|
+
|
|
150
|
+
One protocol, one compiler, seven projections. Humans edit `protocol/`; the
|
|
151
|
+
compiler owns every file under `vendors/`, authenticates each envelope with a
|
|
152
|
+
SHA-256 inventory, and fails closed when a host cannot bind a capability an
|
|
153
|
+
action requires.
|
|
154
|
+
|
|
155
|
+
```mermaid
|
|
156
|
+
flowchart LR
|
|
157
|
+
P["protocol/<br/>36 action contracts, 36 workflows,<br/>11 roles, 7 skills, .planning v1 schemas,<br/>templates, tools.json"] --> C["adapter compiler<br/>bin/lib/adapter-compiler.js"]
|
|
158
|
+
C --> B["vendors/plugin<br/>canonical Agent Plugins 1.0.0 bundle<br/>(Clio route)"]
|
|
159
|
+
C --> H["vendors/claude · codex · copilot ·<br/>opencode · antigravity · gemini<br/>native projections"]
|
|
160
|
+
B --> I["npx wtf-p install <host><br/>exact-file receipts, native registration"]
|
|
161
|
+
H --> I
|
|
235
162
|
```
|
|
236
163
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
the
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
responsible for approval and portable-state reconciliation around those worker
|
|
259
|
-
steps.
|
|
260
|
-
|
|
261
|
-
## Design principles
|
|
262
|
-
|
|
263
|
-
- Evidence before eloquence: a fluent paragraph is not a substitute for a supported claim.
|
|
264
|
-
- Specification before drafting: author intent and acceptance criteria remain explicit.
|
|
265
|
-
- Portable semantics, native ergonomics: share the method while respecting each client's real plugin model.
|
|
266
|
-
- Bounded delegation: specialists receive the minimum context and authority their task requires.
|
|
267
|
-
- Human approval at consequential boundaries: deletion, commits, merges, package updates, and external issue creation remain explicit effects.
|
|
268
|
-
- Reversible installation: WTF-P never treats an agent's whole configuration directory as its property.
|
|
269
|
-
|
|
270
|
-
## Origin
|
|
271
|
-
|
|
272
|
-
WTF-P was built at the [Gnosis Research Center](https://grc.iit.edu/) at Illinois Tech for research teams with papers to publish, grants to win, and no time for writer's block.
|
|
273
|
-
|
|
274
|
-
## Links
|
|
275
|
-
|
|
276
|
-
- [Changelog](CHANGELOG.md)
|
|
277
|
-
- [Modernization architecture](docs/agent-platform-modernization.md)
|
|
278
|
-
- [Compatibility evidence](docs/COMPATIBILITY.md)
|
|
279
|
-
- [Behavioral evaluation methodology](evaluation/README.md)
|
|
280
|
-
- [Tool execution and MCP decision](docs/adr/0001-hybrid-tool-execution.md)
|
|
281
|
-
- [v0.5 → v0.6 migration guide](docs/MIGRATION_V05_TO_V06.md)
|
|
282
|
-
- [Build and release](docs/BUILD_AND_RELEASE.md)
|
|
283
|
-
- [Contributing](CONTRIBUTING.md)
|
|
284
|
-
- [Roadmap](ROADMAP.md)
|
|
285
|
-
- [License](LICENSE)
|
|
286
|
-
- [GitHub](https://github.com/akougkas/wtf-p)
|
|
164
|
+
Project memory lives in the paper directory: control records under
|
|
165
|
+
`.planning/` (project, config, state, decisions, outline, sources, evidence,
|
|
166
|
+
sections, checkpoints, validations) and manuscript artifacts under `paper/`.
|
|
167
|
+
Another process, or another supported host, resumes from those files rather
|
|
168
|
+
than from chat history.
|
|
169
|
+
|
|
170
|
+
## Learn more
|
|
171
|
+
|
|
172
|
+
- [Documentation index](docs/README.md)
|
|
173
|
+
- [Getting started](docs/GETTING_STARTED.md)
|
|
174
|
+
- [Host capabilities and verification commands](docs/HOST_CAPABILITIES.md)
|
|
175
|
+
- [Proposal workflow](docs/PROPOSAL_WORKFLOW.md)
|
|
176
|
+
- [Migrating from v0.5](docs/MIGRATION_V05_TO_V06.md)
|
|
177
|
+
- [Compatibility and evidence](docs/COMPATIBILITY.md)
|
|
178
|
+
- [Packaging and the Clio plugin lifecycle](docs/AGENT_PLUGIN.md)
|
|
179
|
+
- [Building and releasing](docs/BUILD_AND_RELEASE.md)
|
|
180
|
+
- [Changelog](CHANGELOG.md) and [Contributing](CONTRIBUTING.md)
|
|
181
|
+
|
|
182
|
+
WTF-P was built at the [Gnosis Research Center](https://grc.iit.edu/) at
|
|
183
|
+
Illinois Tech for research teams with papers to publish, grants to win, and no
|
|
184
|
+
time for writer's block.
|
|
287
185
|
|
|
288
186
|
<div align="center">
|
|
289
187
|
|
|
@@ -56,6 +56,10 @@ function getVendorDir(runtime, explicitConfigDir) {
|
|
|
56
56
|
: resolvedEnvironmentRoot;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
if (typeof vendorConfig.resolveConfigRoot === 'function') {
|
|
60
|
+
return expandTilde(vendorConfig.resolveConfigRoot(process.env));
|
|
61
|
+
}
|
|
62
|
+
|
|
59
63
|
return path.join(os.homedir(), vendorConfig.defaultDir);
|
|
60
64
|
}
|
|
61
65
|
|
|
@@ -260,7 +264,7 @@ async function installWithConflictResolution(files, pathPrefix, targetDir, optio
|
|
|
260
264
|
if (file.name === 'plugin.json' && file.componentId === 'plugin' && exists) {
|
|
261
265
|
try {
|
|
262
266
|
const existing = JSON.parse(existingSnapshot.bytes.toString('utf8'));
|
|
263
|
-
if (existing.name && existing.name !== 'wtf-p' && existing.name !== 'write-the-f-paper') {
|
|
267
|
+
if (existing.name && existing.name !== 'wtfp' && existing.name !== 'wtf-p' && existing.name !== 'write-the-f-paper') {
|
|
264
268
|
out.verbose(` ${c.yellow('!')} ${c.dim(relDest)} belongs to another plugin — skipped`);
|
|
265
269
|
stats.skipped++;
|
|
266
270
|
continue;
|
|
@@ -604,8 +608,10 @@ async function install(runtime, isUpdate, options, pkg) {
|
|
|
604
608
|
const isGlobal = runtime !== 'claude-local';
|
|
605
609
|
const locationLabel = getPathLabel(targetDir, isGlobal);
|
|
606
610
|
|
|
607
|
-
const configuredByEnvironment = typeof process.env[vendorConfig.configDirEnv] === 'string' &&
|
|
608
|
-
process.env[vendorConfig.configDirEnv].trim().length > 0
|
|
611
|
+
const configuredByEnvironment = (typeof process.env[vendorConfig.configDirEnv] === 'string' &&
|
|
612
|
+
process.env[vendorConfig.configDirEnv].trim().length > 0) ||
|
|
613
|
+
(typeof vendorConfig.resolveConfigRoot === 'function' &&
|
|
614
|
+
path.resolve(expandTilde(vendorConfig.resolveConfigRoot(process.env))) !== path.join(os.homedir(), vendorConfig.defaultDir));
|
|
609
615
|
const pathPrefix = isGlobal
|
|
610
616
|
? ((explicitConfigDir || configuredByEnvironment)
|
|
611
617
|
? `${targetDir}${path.sep}`
|
|
@@ -728,7 +734,9 @@ async function install(runtime, isUpdate, options, pkg) {
|
|
|
728
734
|
if (stats.writtenFiles.length > 0) {
|
|
729
735
|
writeVersionFile(targetDir, pkg.version, stats.writtenFiles, {
|
|
730
736
|
runtime: vendorKey,
|
|
731
|
-
scope:
|
|
737
|
+
scope: vendorKey === 'clio' && targetDir === path.join(process.cwd(), '.clio-coder')
|
|
738
|
+
? 'project'
|
|
739
|
+
: isGlobal ? (explicitConfigDir ? 'custom' : 'user') : 'project',
|
|
732
740
|
skipped: stats.skipped,
|
|
733
741
|
selectionComplete: onlyInstall === 'all',
|
|
734
742
|
adapterVersion: ADAPTER_CONTRACT_VERSION,
|
|
@@ -737,6 +745,10 @@ async function install(runtime, isUpdate, options, pkg) {
|
|
|
737
745
|
});
|
|
738
746
|
}
|
|
739
747
|
stats.commit();
|
|
748
|
+
if (typeof nativeActivation.commit === 'function') {
|
|
749
|
+
const warning = nativeActivation.commit();
|
|
750
|
+
if (warning) out.warn(warning);
|
|
751
|
+
}
|
|
740
752
|
} catch (error) {
|
|
741
753
|
const nativeRollbackFailures = Array.isArray(error.nativeRollbackFailures)
|
|
742
754
|
? [...error.nativeRollbackFailures]
|
|
@@ -768,12 +780,21 @@ async function install(runtime, isUpdate, options, pkg) {
|
|
|
768
780
|
}
|
|
769
781
|
|
|
770
782
|
if (nativeRequested) {
|
|
783
|
+
if (nativeActivation.notice && !hasQuiet) out.warn(nativeActivation.notice);
|
|
771
784
|
if (nativeActivation.status === 'unavailable' && !hasQuiet) {
|
|
772
785
|
out.warn(`${nativeActivation.executable} is not installed; the WTF-P bundle is staged but native registration is pending.`);
|
|
786
|
+
if (vendorKey === 'clio') {
|
|
787
|
+
// Clio refuses a source that overlaps its managed destination, so the
|
|
788
|
+
// published tree itself can never be the install source. Re-running
|
|
789
|
+
// the installer stages a distinct copy and registers it.
|
|
790
|
+
const scope = targetDir === path.join(process.cwd(), '.clio-coder') ? 'project' : 'user';
|
|
791
|
+
const configFlag = explicitConfigDir ? ` --config-dir '${targetDir.replaceAll("'", "'\\''")}'` : '';
|
|
792
|
+
out.warn(`Activation is pending: once clio-coder is on PATH, re-run npx wtf-p install clio${configFlag} from this directory to register the ${scope}-scope plugin.`);
|
|
793
|
+
}
|
|
773
794
|
} else if (nativeActivation.status === 'deferred' && !hasQuiet) {
|
|
774
795
|
out.warn(`${nativeActivation.reason}. The WTF-P bundle is staged but native registration is pending.`);
|
|
775
796
|
} else if (nativeActivation.status === 'incompatible' && !hasQuiet) {
|
|
776
|
-
out.warn(
|
|
797
|
+
out.warn(`${vendorConfig.name} did not accept the WTF-P package: ${nativeActivation.reason}. The bundle remains staged, not activated.`);
|
|
777
798
|
}
|
|
778
799
|
}
|
|
779
800
|
|
|
@@ -787,15 +808,23 @@ async function install(runtime, isUpdate, options, pkg) {
|
|
|
787
808
|
out.log(`
|
|
788
809
|
${c.green('Done!')} ${c.dim(`[${vendorConfig.name}]`)} Installed: ${stats.installed}, Skipped: ${stats.skipped}, Backed up: ${stats.backed}
|
|
789
810
|
|
|
790
|
-
|
|
811
|
+
${vendorKey === 'codex'
|
|
812
|
+
? `Select ${c.cyan('$wtfp-start-project')} in ${vendorConfig.name} and request the new-paper action to get started.`
|
|
813
|
+
: `Run ${c.cyan('/wtfp:help')} in ${vendorConfig.name} to get started.`}
|
|
791
814
|
`);
|
|
792
815
|
}
|
|
793
816
|
|
|
794
817
|
if (stats.installed > 0 && showExplanations && !isUpdate) {
|
|
795
818
|
out.log(` ${c.yellow('Get started:')}`);
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
819
|
+
if (vendorKey === 'codex') {
|
|
820
|
+
// Codex exposes skills, not slash commands.
|
|
821
|
+
out.log(` ${c.cyan('$wtfp-start-project')} Define your paper's vision and structure (request new-paper)`);
|
|
822
|
+
out.log(` ${c.cyan('$wtfp-manage-project')} See where you are and what's next (request progress)\n`);
|
|
823
|
+
} else {
|
|
824
|
+
out.log(` ${c.cyan('/wtfp:new-paper')} Define your paper's vision and structure`);
|
|
825
|
+
out.log(` ${c.cyan('/wtfp:progress')} See where you are and what's next`);
|
|
826
|
+
out.log(` ${c.cyan('/wtfp:help')} Browse all available commands\n`);
|
|
827
|
+
}
|
|
799
828
|
}
|
|
800
829
|
}
|
|
801
830
|
|
package/bin/install.js
CHANGED
|
@@ -213,10 +213,10 @@ function showHelp() {
|
|
|
213
213
|
${c.cyan('status')} Show installation status
|
|
214
214
|
${c.cyan('doctor')} Check for installation problems
|
|
215
215
|
${c.cyan('update')} Update to latest version
|
|
216
|
-
${c.cyan('uninstall')}
|
|
216
|
+
${c.cyan('uninstall [<target>]')} Remove WTF-P (see Uninstall Options)
|
|
217
217
|
|
|
218
218
|
${c.yellow('Targets:')}
|
|
219
|
-
${c.cyan('clio')} Clio Coder
|
|
219
|
+
${c.cyan('clio')} Clio Coder plugin
|
|
220
220
|
${c.cyan('claude')} Claude Code plugin
|
|
221
221
|
${c.cyan('codex')} Codex plugin
|
|
222
222
|
${c.cyan('copilot')} GitHub Copilot CLI plugin
|
|
@@ -234,6 +234,15 @@ function showHelp() {
|
|
|
234
234
|
${c.cyan('-b, --backup-all')} Backup existing files before overwriting
|
|
235
235
|
${c.cyan('--only=<type>')} Install one generated component type
|
|
236
236
|
|
|
237
|
+
${c.yellow('Uninstall Options:')} ${c.dim('(npx wtf-p uninstall --help for the full list)')}
|
|
238
|
+
${c.cyan('<target>')} or ${c.cyan('--<target>')} Client to remove from (clio, claude, ...)
|
|
239
|
+
${c.cyan('--all')} Every detected user installation
|
|
240
|
+
${c.cyan('-c, --config-dir <path>')} Custom root; requires an explicit target
|
|
241
|
+
${c.cyan('-n, --dry-run')} Classify receipt paths without changing them
|
|
242
|
+
${c.cyan('-y, --yes')} Confirm removal of unchanged owned files
|
|
243
|
+
${c.cyan('-f, --force')} Also remove modified receipt files
|
|
244
|
+
${c.cyan('-b, --backup')} Copy removal candidates to a backup bundle
|
|
245
|
+
|
|
237
246
|
${c.yellow('Output Options:')}
|
|
238
247
|
${c.cyan('--beginner')} Show detailed explanations
|
|
239
248
|
${c.cyan('--advanced')} Minimal output, skip confirmations
|
|
@@ -249,9 +258,13 @@ function showHelp() {
|
|
|
249
258
|
${c.dim('# Install with interactive prompts')}
|
|
250
259
|
npx wtf-p
|
|
251
260
|
|
|
252
|
-
${c.dim('# Install the Clio
|
|
261
|
+
${c.dim('# Install the Clio plugin without prompts')}
|
|
253
262
|
npx wtf-p install clio --advanced
|
|
254
263
|
|
|
264
|
+
${c.dim('# Preview, then remove, the Clio plugin')}
|
|
265
|
+
npx wtf-p uninstall clio --dry-run
|
|
266
|
+
npx wtf-p uninstall clio --yes
|
|
267
|
+
|
|
255
268
|
${c.dim('# Install a Codex plugin into an isolated home')}
|
|
256
269
|
CODEX_HOME=/tmp/codex-test npx wtf-p install codex --advanced
|
|
257
270
|
|
|
@@ -268,6 +281,29 @@ async function main() {
|
|
|
268
281
|
throw new Error(configDirParseError);
|
|
269
282
|
}
|
|
270
283
|
|
|
284
|
+
if (subcommand === 'uninstall') {
|
|
285
|
+
// Delegate to the uninstaller with the remaining arguments, so
|
|
286
|
+
// `uninstall --help` prints the uninstaller's help and `uninstall <target>`
|
|
287
|
+
// maps to the uninstaller's `--<target>` selector.
|
|
288
|
+
const { execFileSync } = require('child_process');
|
|
289
|
+
const uninstallArgs = process.argv.slice(2).filter(a => a !== 'uninstall');
|
|
290
|
+
const targetIndex = uninstallArgs.findIndex((argument, index) =>
|
|
291
|
+
!argument.startsWith('-') && !['--config-dir', '-c'].includes(uninstallArgs[index - 1]));
|
|
292
|
+
if (targetIndex !== -1) {
|
|
293
|
+
const target = uninstallArgs[targetIndex];
|
|
294
|
+
if (!Object.prototype.hasOwnProperty.call(MANIFEST, target)) {
|
|
295
|
+
throw new Error(`Unknown uninstall target: ${target}. Expected one of ${Object.keys(MANIFEST).join(', ')}`);
|
|
296
|
+
}
|
|
297
|
+
uninstallArgs[targetIndex] = `--${target}`;
|
|
298
|
+
}
|
|
299
|
+
try {
|
|
300
|
+
execFileSync(process.execPath, [path.join(__dirname, 'uninstall.js'), ...uninstallArgs], { stdio: 'inherit' });
|
|
301
|
+
} catch (e) {
|
|
302
|
+
process.exit(e.status || 1);
|
|
303
|
+
}
|
|
304
|
+
return;
|
|
305
|
+
}
|
|
306
|
+
|
|
271
307
|
if (hasGlobal && hasLocal) {
|
|
272
308
|
throw new Error('Choose either --global or --local, not both');
|
|
273
309
|
}
|
|
@@ -356,18 +392,6 @@ async function main() {
|
|
|
356
392
|
return;
|
|
357
393
|
}
|
|
358
394
|
|
|
359
|
-
if (subcommand === 'uninstall') {
|
|
360
|
-
// Delegate to uninstall script with remaining args
|
|
361
|
-
const { execFileSync } = require('child_process');
|
|
362
|
-
const uninstallArgs = process.argv.slice(2).filter(a => a !== 'uninstall');
|
|
363
|
-
try {
|
|
364
|
-
execFileSync(process.execPath, [path.join(__dirname, 'uninstall.js'), ...uninstallArgs], { stdio: 'inherit' });
|
|
365
|
-
} catch (e) {
|
|
366
|
-
process.exit(e.status || 1);
|
|
367
|
-
}
|
|
368
|
-
return;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
395
|
// Default: Install
|
|
372
396
|
if (!hasQuiet) console.log(banner);
|
|
373
397
|
|