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.
Files changed (1586) hide show
  1. package/README.md +148 -250
  2. package/bin/commands/install-logic.js +38 -9
  3. package/bin/install.js +39 -15
  4. package/bin/lib/adapter-compiler.js +834 -84
  5. package/bin/lib/adapter-metadata.js +1 -1
  6. package/bin/lib/analyze-impact.js +4 -0
  7. package/bin/lib/bib-format.js +79 -7
  8. package/bin/lib/bib-index.js +33 -6
  9. package/bin/lib/citation-fetcher.js +3 -0
  10. package/bin/lib/clio-registration.js +246 -0
  11. package/bin/lib/manifest.js +59 -25
  12. package/bin/lib/native-registration.js +22 -105
  13. package/bin/lib/scholar-lookup.js +6 -0
  14. package/bin/lib/utils.js +11 -6
  15. package/bin/uninstall.js +12 -3
  16. package/package.json +6 -7
  17. package/protocol/actions/analyze-bib.json +1 -1
  18. package/protocol/actions/audit-milestone.json +1 -1
  19. package/protocol/actions/check-refs.json +1 -1
  20. package/protocol/actions/create-outline.json +6 -2
  21. package/protocol/actions/create-poster.json +0 -5
  22. package/protocol/actions/create-slides.json +0 -5
  23. package/protocol/actions/export-latex.json +1 -1
  24. package/protocol/actions/map-project.json +17 -3
  25. package/protocol/actions/plan-section.json +6 -3
  26. package/protocol/actions/research-gap.json +1 -1
  27. package/protocol/actions/resume-writing.json +3 -1
  28. package/protocol/roles/outliner.md +2 -2
  29. package/protocol/roles/section-reviewer.md +1 -0
  30. package/protocol/roles/section-writer.md +2 -2
  31. package/protocol/skills/wtfp-manage-project/references/actions.md +7 -6
  32. package/protocol/skills/wtfp-plan-section/SKILL.md +7 -6
  33. package/protocol/skills/wtfp-plan-section/references/actions.md +11 -9
  34. package/protocol/skills/wtfp-review-manuscript/references/actions.md +2 -2
  35. package/protocol/skills/wtfp-start-project/references/actions.md +6 -6
  36. package/protocol/skills/wtfp-write-section/references/actions.md +3 -3
  37. package/protocol/templates/README.md +12 -0
  38. package/protocol/templates/grant-proposal-outline.md +40 -0
  39. package/protocol/templates/paper-outline.md +46 -0
  40. package/protocol/templates/poster.md +66 -0
  41. package/protocol/templates/slides.md +83 -0
  42. package/protocol/workflows/analyze-bib.md +11 -1
  43. package/protocol/workflows/audit-milestone.md +10 -0
  44. package/protocol/workflows/check-refs.md +10 -0
  45. package/protocol/workflows/create-outline.md +6 -4
  46. package/protocol/workflows/create-poster.md +3 -2
  47. package/protocol/workflows/create-slides.md +3 -2
  48. package/protocol/workflows/export-latex.md +11 -1
  49. package/protocol/workflows/help.md +3 -2
  50. package/protocol/workflows/insert-section.md +1 -1
  51. package/protocol/workflows/map-project.md +5 -3
  52. package/protocol/workflows/new-paper.md +1 -1
  53. package/protocol/workflows/pause-writing.md +1 -1
  54. package/protocol/workflows/plan-section.md +6 -4
  55. package/protocol/workflows/remove-section.md +1 -1
  56. package/protocol/workflows/research-gap.md +10 -0
  57. package/protocol/workflows/resume-writing.md +5 -3
  58. package/protocol/workflows/review-section.md +3 -2
  59. package/protocol/workflows/write-section.md +3 -1
  60. package/vendors/antigravity/.wtfp-generated.json +125 -97
  61. package/vendors/antigravity/actions/analyze-bib.json +1 -1
  62. package/vendors/antigravity/actions/audit-milestone.json +1 -1
  63. package/vendors/antigravity/actions/check-refs.json +1 -1
  64. package/vendors/antigravity/actions/create-outline.json +6 -2
  65. package/vendors/antigravity/actions/create-poster.json +0 -5
  66. package/vendors/antigravity/actions/create-slides.json +0 -5
  67. package/vendors/antigravity/actions/export-latex.json +1 -1
  68. package/vendors/antigravity/actions/map-project.json +17 -3
  69. package/vendors/antigravity/actions/plan-section.json +6 -3
  70. package/vendors/antigravity/actions/research-gap.json +1 -1
  71. package/vendors/antigravity/actions/resume-writing.json +3 -1
  72. package/vendors/antigravity/agents/wtfp-argument-verifier.md +2 -1
  73. package/vendors/antigravity/agents/wtfp-citation-expert.md +2 -1
  74. package/vendors/antigravity/agents/wtfp-citation-formatter.md +2 -1
  75. package/vendors/antigravity/agents/wtfp-coherence-checker.md +2 -1
  76. package/vendors/antigravity/agents/wtfp-outliner.md +4 -3
  77. package/vendors/antigravity/agents/wtfp-plan-checker.md +2 -1
  78. package/vendors/antigravity/agents/wtfp-prose-polisher.md +2 -1
  79. package/vendors/antigravity/agents/wtfp-research-synthesizer.md +2 -1
  80. package/vendors/antigravity/agents/wtfp-section-planner.md +2 -1
  81. package/vendors/antigravity/agents/wtfp-section-reviewer.md +3 -1
  82. package/vendors/antigravity/agents/wtfp-section-writer.md +4 -3
  83. package/vendors/antigravity/commands/wtfp-add-todo.md +1 -1
  84. package/vendors/antigravity/commands/wtfp-analyze-bib.md +1 -1
  85. package/vendors/antigravity/commands/wtfp-audit-milestone.md +1 -1
  86. package/vendors/antigravity/commands/wtfp-check-refs.md +1 -1
  87. package/vendors/antigravity/commands/wtfp-check-todos.md +1 -1
  88. package/vendors/antigravity/commands/wtfp-checkpoint.md +1 -1
  89. package/vendors/antigravity/commands/wtfp-contribute.md +1 -1
  90. package/vendors/antigravity/commands/wtfp-create-outline.md +7 -5
  91. package/vendors/antigravity/commands/wtfp-create-poster.md +51 -9
  92. package/vendors/antigravity/commands/wtfp-create-slides.md +51 -9
  93. package/vendors/antigravity/commands/wtfp-discuss-section.md +1 -1
  94. package/vendors/antigravity/commands/wtfp-execute-outline.md +1 -1
  95. package/vendors/antigravity/commands/wtfp-export-latex.md +1 -1
  96. package/vendors/antigravity/commands/wtfp-help.md +4 -3
  97. package/vendors/antigravity/commands/wtfp-insert-section.md +2 -2
  98. package/vendors/antigravity/commands/wtfp-list-assumptions.md +1 -1
  99. package/vendors/antigravity/commands/wtfp-map-project.md +6 -4
  100. package/vendors/antigravity/commands/wtfp-new-paper.md +2 -2
  101. package/vendors/antigravity/commands/wtfp-pause-writing.md +2 -2
  102. package/vendors/antigravity/commands/wtfp-plan-milestone-gaps.md +1 -1
  103. package/vendors/antigravity/commands/wtfp-plan-revision.md +1 -1
  104. package/vendors/antigravity/commands/wtfp-plan-section.md +7 -5
  105. package/vendors/antigravity/commands/wtfp-polish-prose.md +1 -1
  106. package/vendors/antigravity/commands/wtfp-progress.md +1 -1
  107. package/vendors/antigravity/commands/wtfp-quick.md +1 -1
  108. package/vendors/antigravity/commands/wtfp-remove-section.md +1 -1
  109. package/vendors/antigravity/commands/wtfp-report-bug.md +1 -1
  110. package/vendors/antigravity/commands/wtfp-request-feature.md +1 -1
  111. package/vendors/antigravity/commands/wtfp-research-gap.md +1 -1
  112. package/vendors/antigravity/commands/wtfp-resume-writing.md +6 -4
  113. package/vendors/antigravity/commands/wtfp-review-section.md +4 -3
  114. package/vendors/antigravity/commands/wtfp-settings.md +1 -1
  115. package/vendors/antigravity/commands/wtfp-submit-milestone.md +1 -1
  116. package/vendors/antigravity/commands/wtfp-update.md +1 -1
  117. package/vendors/antigravity/commands/wtfp-verify-work.md +1 -1
  118. package/vendors/antigravity/commands/wtfp-write-section.md +4 -2
  119. package/vendors/antigravity/compatibility/action-availability.json +6 -14
  120. package/vendors/antigravity/plugin.json +3 -9
  121. package/vendors/antigravity/repository/CONTRIBUTING.md +9 -6
  122. package/vendors/antigravity/roles/outliner.md +2 -2
  123. package/vendors/antigravity/roles/section-reviewer.md +1 -0
  124. package/vendors/antigravity/roles/section-writer.md +2 -2
  125. package/vendors/antigravity/rules/wtfp-project-state.md +71 -0
  126. package/vendors/antigravity/skills/wtfp-deliver-research/references/actions.md +0 -24
  127. package/vendors/antigravity/skills/wtfp-manage-project/references/actions.md +7 -6
  128. package/vendors/antigravity/skills/wtfp-plan-section/SKILL.md +7 -6
  129. package/vendors/antigravity/skills/wtfp-plan-section/references/actions.md +11 -9
  130. package/vendors/antigravity/skills/wtfp-review-manuscript/references/actions.md +2 -2
  131. package/vendors/antigravity/skills/wtfp-start-project/references/actions.md +6 -6
  132. package/vendors/antigravity/skills/wtfp-write-section/references/actions.md +3 -3
  133. package/vendors/antigravity/templates/README.md +12 -0
  134. package/vendors/antigravity/templates/grant-proposal-outline.md +40 -0
  135. package/vendors/antigravity/templates/paper-outline.md +46 -0
  136. package/vendors/antigravity/templates/poster.md +66 -0
  137. package/vendors/antigravity/templates/slides.md +83 -0
  138. package/vendors/antigravity/tools/README.md +21 -1
  139. package/vendors/antigravity/tools/bibliography/analyze-impact.js +4 -0
  140. package/vendors/antigravity/tools/bibliography/format.js +79 -7
  141. package/vendors/antigravity/tools/bibliography/index.js +33 -6
  142. package/vendors/antigravity/tools/citation/fetch.js +3 -0
  143. package/vendors/antigravity/tools/citation/scholar-lookup.js +6 -0
  144. package/vendors/antigravity/tools/wtfp-tool.js +286 -0
  145. package/vendors/antigravity/workflows/analyze-bib.md +11 -1
  146. package/vendors/antigravity/workflows/audit-milestone.md +10 -0
  147. package/vendors/antigravity/workflows/check-refs.md +10 -0
  148. package/vendors/antigravity/workflows/create-outline.md +6 -4
  149. package/vendors/antigravity/workflows/create-poster.md +3 -2
  150. package/vendors/antigravity/workflows/create-slides.md +3 -2
  151. package/vendors/antigravity/workflows/export-latex.md +11 -1
  152. package/vendors/antigravity/workflows/help.md +3 -2
  153. package/vendors/antigravity/workflows/insert-section.md +1 -1
  154. package/vendors/antigravity/workflows/map-project.md +5 -3
  155. package/vendors/antigravity/workflows/new-paper.md +1 -1
  156. package/vendors/antigravity/workflows/pause-writing.md +1 -1
  157. package/vendors/antigravity/workflows/plan-section.md +6 -4
  158. package/vendors/antigravity/workflows/remove-section.md +1 -1
  159. package/vendors/antigravity/workflows/research-gap.md +10 -0
  160. package/vendors/antigravity/workflows/resume-writing.md +5 -3
  161. package/vendors/antigravity/workflows/review-section.md +3 -2
  162. package/vendors/antigravity/workflows/write-section.md +3 -1
  163. package/vendors/claude/.claude-plugin/marketplace.json +2 -2
  164. package/vendors/claude/.claude-plugin/plugin.json +1 -1
  165. package/vendors/claude/.wtfp-generated.json +350 -110
  166. package/vendors/claude/actions/analyze-bib.json +1 -1
  167. package/vendors/claude/actions/audit-milestone.json +1 -1
  168. package/vendors/claude/actions/check-refs.json +1 -1
  169. package/vendors/claude/actions/create-outline.json +6 -2
  170. package/vendors/claude/actions/create-poster.json +0 -5
  171. package/vendors/claude/actions/create-slides.json +0 -5
  172. package/vendors/claude/actions/export-latex.json +1 -1
  173. package/vendors/claude/actions/map-project.json +17 -3
  174. package/vendors/claude/actions/plan-section.json +6 -3
  175. package/vendors/claude/actions/research-gap.json +1 -1
  176. package/vendors/claude/actions/resume-writing.json +3 -1
  177. package/vendors/claude/agents/wtfp-argument-verifier.md +67 -0
  178. package/vendors/claude/agents/wtfp-citation-expert.md +70 -0
  179. package/vendors/claude/agents/wtfp-citation-formatter.md +70 -0
  180. package/vendors/claude/agents/wtfp-coherence-checker.md +66 -0
  181. package/vendors/claude/agents/wtfp-outliner.md +75 -0
  182. package/vendors/claude/agents/wtfp-plan-checker.md +67 -0
  183. package/vendors/claude/agents/wtfp-prose-polisher.md +70 -0
  184. package/vendors/claude/agents/wtfp-research-synthesizer.md +72 -0
  185. package/vendors/claude/agents/wtfp-section-planner.md +72 -0
  186. package/vendors/claude/agents/wtfp-section-reviewer.md +67 -0
  187. package/vendors/claude/agents/wtfp-section-writer.md +73 -0
  188. package/vendors/claude/ai.iowarp.clio/agents/wtfp-argument-verifier.md +64 -0
  189. package/vendors/claude/ai.iowarp.clio/agents/wtfp-citation-expert.md +67 -0
  190. package/vendors/claude/ai.iowarp.clio/agents/wtfp-citation-formatter.md +67 -0
  191. package/vendors/claude/ai.iowarp.clio/agents/wtfp-coherence-checker.md +63 -0
  192. package/vendors/claude/ai.iowarp.clio/agents/wtfp-outliner.md +72 -0
  193. package/vendors/claude/ai.iowarp.clio/agents/wtfp-plan-checker.md +64 -0
  194. package/vendors/claude/ai.iowarp.clio/agents/wtfp-prose-polisher.md +67 -0
  195. package/vendors/claude/ai.iowarp.clio/agents/wtfp-research-synthesizer.md +69 -0
  196. package/vendors/claude/ai.iowarp.clio/agents/wtfp-section-planner.md +69 -0
  197. package/vendors/claude/ai.iowarp.clio/agents/wtfp-section-reviewer.md +64 -0
  198. package/vendors/claude/ai.iowarp.clio/agents/wtfp-section-writer.md +70 -0
  199. package/vendors/claude/ai.iowarp.clio/fleets/wtfp-draft-review.md +25 -0
  200. package/vendors/claude/ai.iowarp.clio/fleets/wtfp-plan-section.md +23 -0
  201. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/add-todo.md +52 -0
  202. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/analyze-bib.md +77 -0
  203. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/audit-milestone.md +78 -0
  204. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/check-refs.md +72 -0
  205. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/check-todos.md +54 -0
  206. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/checkpoint.md +70 -0
  207. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/contribute.md +15 -0
  208. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/create-outline.md +74 -0
  209. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/create-poster.md +55 -0
  210. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/create-slides.md +55 -0
  211. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/discuss-section.md +60 -0
  212. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/execute-outline.md +74 -0
  213. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/export-latex.md +70 -0
  214. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/help.md +119 -0
  215. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/insert-section.md +56 -0
  216. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/list-assumptions.md +54 -0
  217. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/map-project.md +56 -0
  218. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/new-paper.md +65 -0
  219. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/pause-writing.md +58 -0
  220. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/plan-milestone-gaps.md +58 -0
  221. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/plan-revision.md +58 -0
  222. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/plan-section.md +76 -0
  223. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/polish-prose.md +62 -0
  224. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/progress.md +70 -0
  225. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/quick.md +62 -0
  226. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/remove-section.md +15 -0
  227. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/report-bug.md +15 -0
  228. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/request-feature.md +15 -0
  229. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/research-gap.md +78 -0
  230. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/resume-writing.md +68 -0
  231. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/review-section.md +67 -0
  232. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/settings.md +52 -0
  233. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/submit-milestone.md +68 -0
  234. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/update.md +15 -0
  235. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/verify-work.md +58 -0
  236. package/vendors/claude/ai.iowarp.clio/prompts/wtfp/write-section.md +76 -0
  237. package/vendors/claude/commands/add-todo.md +1 -1
  238. package/vendors/claude/commands/analyze-bib.md +72 -9
  239. package/vendors/claude/commands/audit-milestone.md +75 -9
  240. package/vendors/claude/commands/check-refs.md +67 -9
  241. package/vendors/claude/commands/check-todos.md +1 -1
  242. package/vendors/claude/commands/checkpoint.md +1 -1
  243. package/vendors/claude/commands/contribute.md +1 -1
  244. package/vendors/claude/commands/create-outline.md +7 -5
  245. package/vendors/claude/commands/create-poster.md +51 -9
  246. package/vendors/claude/commands/create-slides.md +51 -9
  247. package/vendors/claude/commands/discuss-section.md +1 -1
  248. package/vendors/claude/commands/execute-outline.md +1 -1
  249. package/vendors/claude/commands/export-latex.md +67 -9
  250. package/vendors/claude/commands/help.md +4 -3
  251. package/vendors/claude/commands/insert-section.md +2 -2
  252. package/vendors/claude/commands/list-assumptions.md +1 -1
  253. package/vendors/claude/commands/map-project.md +6 -4
  254. package/vendors/claude/commands/new-paper.md +2 -2
  255. package/vendors/claude/commands/pause-writing.md +2 -2
  256. package/vendors/claude/commands/plan-milestone-gaps.md +1 -1
  257. package/vendors/claude/commands/plan-revision.md +1 -1
  258. package/vendors/claude/commands/plan-section.md +7 -5
  259. package/vendors/claude/commands/polish-prose.md +1 -1
  260. package/vendors/claude/commands/progress.md +1 -1
  261. package/vendors/claude/commands/quick.md +1 -1
  262. package/vendors/claude/commands/remove-section.md +1 -1
  263. package/vendors/claude/commands/report-bug.md +1 -1
  264. package/vendors/claude/commands/request-feature.md +1 -1
  265. package/vendors/claude/commands/research-gap.md +74 -9
  266. package/vendors/claude/commands/resume-writing.md +6 -4
  267. package/vendors/claude/commands/review-section.md +4 -3
  268. package/vendors/claude/commands/settings.md +1 -1
  269. package/vendors/claude/commands/submit-milestone.md +1 -1
  270. package/vendors/claude/commands/update.md +1 -1
  271. package/vendors/claude/commands/verify-work.md +1 -1
  272. package/vendors/claude/commands/write-section.md +4 -2
  273. package/vendors/claude/compatibility/action-availability.json +22 -50
  274. package/vendors/claude/hooks/hooks.json +40 -0
  275. package/vendors/claude/output-styles/wtfp-academic-writing.md +37 -0
  276. package/vendors/claude/plugin.json +409 -0
  277. package/vendors/claude/repository/CONTRIBUTING.md +9 -6
  278. package/vendors/claude/roles/outliner.md +2 -2
  279. package/vendors/claude/roles/section-reviewer.md +1 -0
  280. package/vendors/claude/roles/section-writer.md +2 -2
  281. package/vendors/claude/scripts/write-guard.json +21 -0
  282. package/vendors/claude/scripts/wtfp-write-guard.js +95 -0
  283. package/vendors/claude/skills/wtfp-deliver-research/references/actions.md +0 -40
  284. package/vendors/claude/skills/wtfp-manage-project/references/actions.md +7 -6
  285. package/vendors/claude/skills/wtfp-plan-section/SKILL.md +7 -6
  286. package/vendors/claude/skills/wtfp-plan-section/references/actions.md +11 -9
  287. package/vendors/claude/skills/wtfp-research-literature/references/actions.md +0 -40
  288. package/vendors/claude/skills/wtfp-review-manuscript/references/actions.md +2 -18
  289. package/vendors/claude/skills/wtfp-start-project/references/actions.md +6 -6
  290. package/vendors/claude/skills/wtfp-write-section/references/actions.md +3 -3
  291. package/vendors/claude/templates/README.md +12 -0
  292. package/vendors/claude/templates/grant-proposal-outline.md +40 -0
  293. package/vendors/claude/templates/paper-outline.md +46 -0
  294. package/vendors/claude/templates/poster.md +66 -0
  295. package/vendors/claude/templates/slides.md +83 -0
  296. package/vendors/claude/tools/README.md +21 -1
  297. package/vendors/claude/tools/bibliography/analyze-impact.js +4 -0
  298. package/vendors/claude/tools/bibliography/format.js +79 -7
  299. package/vendors/claude/tools/bibliography/index.js +33 -6
  300. package/vendors/claude/tools/citation/fetch.js +3 -0
  301. package/vendors/claude/tools/citation/scholar-lookup.js +6 -0
  302. package/vendors/claude/tools/wtfp-tool.js +286 -0
  303. package/vendors/claude/workflows/analyze-bib.md +11 -1
  304. package/vendors/claude/workflows/audit-milestone.md +10 -0
  305. package/vendors/claude/workflows/check-refs.md +10 -0
  306. package/vendors/claude/workflows/create-outline.md +6 -4
  307. package/vendors/claude/workflows/create-poster.md +3 -2
  308. package/vendors/claude/workflows/create-slides.md +3 -2
  309. package/vendors/claude/workflows/export-latex.md +11 -1
  310. package/vendors/claude/workflows/help.md +3 -2
  311. package/vendors/claude/workflows/insert-section.md +1 -1
  312. package/vendors/claude/workflows/map-project.md +5 -3
  313. package/vendors/claude/workflows/new-paper.md +1 -1
  314. package/vendors/claude/workflows/pause-writing.md +1 -1
  315. package/vendors/claude/workflows/plan-section.md +6 -4
  316. package/vendors/claude/workflows/remove-section.md +1 -1
  317. package/vendors/claude/workflows/research-gap.md +10 -0
  318. package/vendors/claude/workflows/resume-writing.md +5 -3
  319. package/vendors/claude/workflows/review-section.md +3 -2
  320. package/vendors/claude/workflows/write-section.md +3 -1
  321. package/vendors/codex/.agents/plugins/marketplace.json +2 -2
  322. package/vendors/codex/.wtfp-generated.json +3 -3
  323. package/vendors/codex/plugins/wtfp/.codex-plugin/plugin.json +32 -0
  324. package/vendors/codex/plugins/wtfp/.wtfp-generated.json +676 -0
  325. package/vendors/codex/plugins/wtfp/actions/analyze-bib.json +97 -0
  326. package/vendors/codex/plugins/wtfp/actions/audit-milestone.json +63 -0
  327. package/vendors/codex/plugins/wtfp/actions/check-refs.json +80 -0
  328. package/vendors/codex/plugins/wtfp/actions/create-outline.json +84 -0
  329. package/vendors/codex/plugins/wtfp/actions/create-poster.json +54 -0
  330. package/vendors/codex/plugins/wtfp/actions/create-slides.json +54 -0
  331. package/vendors/codex/plugins/wtfp/actions/export-latex.json +65 -0
  332. package/vendors/codex/plugins/wtfp/actions/map-project.json +71 -0
  333. package/vendors/codex/plugins/wtfp/actions/plan-section.json +100 -0
  334. package/vendors/codex/plugins/wtfp/actions/research-gap.json +101 -0
  335. package/vendors/codex/plugins/wtfp/actions/resume-writing.json +65 -0
  336. package/vendors/codex/plugins/wtfp/agents/wtfp-argument-verifier.toml +140 -0
  337. package/vendors/codex/plugins/wtfp/agents/wtfp-citation-expert.toml +140 -0
  338. package/vendors/codex/plugins/wtfp/agents/wtfp-citation-formatter.toml +140 -0
  339. package/vendors/codex/plugins/wtfp/agents/wtfp-coherence-checker.toml +139 -0
  340. package/vendors/codex/plugins/wtfp/agents/wtfp-outliner.toml +145 -0
  341. package/vendors/codex/plugins/wtfp/agents/wtfp-plan-checker.toml +140 -0
  342. package/vendors/codex/plugins/wtfp/agents/wtfp-prose-polisher.toml +140 -0
  343. package/vendors/codex/plugins/wtfp/agents/wtfp-research-synthesizer.toml +142 -0
  344. package/vendors/codex/plugins/wtfp/agents/wtfp-section-planner.toml +142 -0
  345. package/vendors/codex/plugins/wtfp/agents/wtfp-section-reviewer.toml +140 -0
  346. package/vendors/codex/plugins/wtfp/agents/wtfp-section-writer.toml +143 -0
  347. package/vendors/codex/plugins/wtfp/compatibility/action-availability.json +306 -0
  348. package/vendors/codex/plugins/wtfp/plugin.json +35 -0
  349. package/vendors/codex/plugins/wtfp/repository/CONTRIBUTING.md +186 -0
  350. package/vendors/codex/plugins/wtfp/roles/outliner.md +68 -0
  351. package/vendors/codex/plugins/wtfp/roles/section-reviewer.md +62 -0
  352. package/vendors/codex/plugins/wtfp/roles/section-writer.md +66 -0
  353. package/vendors/codex/plugins/wtfp/skills/wtfp-deliver-research/references/actions.md +93 -0
  354. package/vendors/codex/plugins/wtfp/skills/wtfp-manage-project/references/actions.md +91 -0
  355. package/vendors/codex/plugins/wtfp/skills/wtfp-plan-section/SKILL.md +40 -0
  356. package/vendors/codex/plugins/wtfp/skills/wtfp-plan-section/references/actions.md +131 -0
  357. package/vendors/codex/plugins/wtfp/skills/wtfp-review-manuscript/references/actions.md +112 -0
  358. package/vendors/codex/plugins/wtfp/skills/wtfp-start-project/references/actions.md +80 -0
  359. package/vendors/codex/plugins/wtfp/skills/wtfp-write-section/references/actions.md +69 -0
  360. package/vendors/codex/plugins/wtfp/templates/README.md +12 -0
  361. package/vendors/codex/plugins/wtfp/templates/grant-proposal-outline.md +40 -0
  362. package/vendors/codex/plugins/wtfp/templates/paper-outline.md +46 -0
  363. package/vendors/codex/plugins/wtfp/templates/poster.md +66 -0
  364. package/vendors/codex/plugins/wtfp/templates/slides.md +83 -0
  365. package/vendors/codex/plugins/wtfp/tools/README.md +33 -0
  366. package/vendors/codex/plugins/wtfp/tools/bibliography/analyze-impact.js +113 -0
  367. package/vendors/codex/plugins/wtfp/tools/bibliography/format.js +233 -0
  368. package/vendors/codex/plugins/wtfp/tools/bibliography/index.js +131 -0
  369. package/vendors/codex/plugins/wtfp/tools/citation/fetch.js +302 -0
  370. package/vendors/codex/plugins/wtfp/tools/citation/scholar-lookup.js +194 -0
  371. package/vendors/codex/plugins/wtfp/tools/wtfp-tool.js +286 -0
  372. package/vendors/codex/plugins/wtfp/workflows/analyze-bib.md +43 -0
  373. package/vendors/codex/plugins/wtfp/workflows/audit-milestone.md +42 -0
  374. package/vendors/codex/plugins/wtfp/workflows/check-refs.md +42 -0
  375. package/vendors/codex/plugins/wtfp/workflows/create-outline.md +34 -0
  376. package/vendors/codex/plugins/wtfp/workflows/create-poster.md +33 -0
  377. package/vendors/codex/plugins/wtfp/workflows/create-slides.md +33 -0
  378. package/vendors/codex/plugins/wtfp/workflows/export-latex.md +42 -0
  379. package/vendors/codex/plugins/wtfp/workflows/help.md +31 -0
  380. package/vendors/codex/plugins/wtfp/workflows/insert-section.md +32 -0
  381. package/vendors/codex/plugins/wtfp/workflows/map-project.md +34 -0
  382. package/vendors/codex/plugins/wtfp/workflows/new-paper.md +37 -0
  383. package/vendors/codex/plugins/wtfp/workflows/pause-writing.md +32 -0
  384. package/vendors/codex/plugins/wtfp/workflows/plan-section.md +34 -0
  385. package/vendors/codex/plugins/wtfp/workflows/remove-section.md +32 -0
  386. package/vendors/codex/plugins/wtfp/workflows/research-gap.md +42 -0
  387. package/vendors/codex/plugins/wtfp/workflows/resume-writing.md +34 -0
  388. package/vendors/codex/plugins/wtfp/workflows/review-section.md +33 -0
  389. package/vendors/codex/plugins/wtfp/workflows/write-section.md +34 -0
  390. package/vendors/copilot/.wtfp-generated.json +117 -97
  391. package/vendors/copilot/marketplace.json +4 -4
  392. package/vendors/copilot/plugins/wtfp/.claude-plugin/plugin.json +12 -0
  393. package/vendors/copilot/plugins/wtfp/.wtfp-generated.json +816 -0
  394. package/vendors/copilot/plugins/wtfp/actions/analyze-bib.json +97 -0
  395. package/vendors/copilot/plugins/wtfp/actions/audit-milestone.json +63 -0
  396. package/vendors/copilot/plugins/wtfp/actions/check-refs.json +80 -0
  397. package/vendors/copilot/plugins/wtfp/actions/create-outline.json +84 -0
  398. package/vendors/copilot/plugins/wtfp/actions/create-poster.json +54 -0
  399. package/vendors/copilot/plugins/wtfp/actions/create-slides.json +54 -0
  400. package/vendors/copilot/plugins/wtfp/actions/export-latex.json +65 -0
  401. package/vendors/copilot/plugins/wtfp/actions/map-project.json +71 -0
  402. package/vendors/copilot/plugins/wtfp/actions/plan-section.json +100 -0
  403. package/vendors/copilot/plugins/wtfp/actions/research-gap.json +101 -0
  404. package/vendors/copilot/plugins/wtfp/actions/resume-writing.json +65 -0
  405. package/vendors/copilot/plugins/wtfp/agents/wtfp-argument-verifier.md +65 -0
  406. package/vendors/copilot/plugins/wtfp/agents/wtfp-citation-expert.md +68 -0
  407. package/vendors/copilot/plugins/wtfp/agents/wtfp-citation-formatter.md +68 -0
  408. package/vendors/copilot/plugins/wtfp/agents/wtfp-coherence-checker.md +64 -0
  409. package/vendors/copilot/plugins/wtfp/agents/wtfp-outliner.md +73 -0
  410. package/vendors/copilot/plugins/wtfp/agents/wtfp-plan-checker.md +65 -0
  411. package/vendors/copilot/plugins/wtfp/agents/wtfp-prose-polisher.md +68 -0
  412. package/vendors/copilot/plugins/wtfp/agents/wtfp-research-synthesizer.md +70 -0
  413. package/vendors/copilot/plugins/wtfp/agents/wtfp-section-planner.md +70 -0
  414. package/vendors/copilot/plugins/wtfp/agents/wtfp-section-reviewer.md +65 -0
  415. package/vendors/copilot/plugins/wtfp/agents/wtfp-section-writer.md +71 -0
  416. package/vendors/copilot/plugins/wtfp/commands/wtfp-add-todo.md +59 -0
  417. package/vendors/copilot/plugins/wtfp/commands/wtfp-analyze-bib.md +17 -0
  418. package/vendors/copilot/plugins/wtfp/commands/wtfp-audit-milestone.md +17 -0
  419. package/vendors/copilot/plugins/wtfp/commands/wtfp-check-refs.md +17 -0
  420. package/vendors/copilot/plugins/wtfp/commands/wtfp-check-todos.md +58 -0
  421. package/vendors/copilot/plugins/wtfp/commands/wtfp-checkpoint.md +74 -0
  422. package/vendors/copilot/plugins/wtfp/commands/wtfp-contribute.md +17 -0
  423. package/vendors/copilot/plugins/wtfp/commands/wtfp-create-outline.md +75 -0
  424. package/vendors/copilot/plugins/wtfp/commands/wtfp-create-poster.md +59 -0
  425. package/vendors/copilot/plugins/wtfp/commands/wtfp-create-slides.md +59 -0
  426. package/vendors/copilot/plugins/wtfp/commands/wtfp-discuss-section.md +64 -0
  427. package/vendors/copilot/plugins/wtfp/commands/wtfp-execute-outline.md +75 -0
  428. package/vendors/copilot/plugins/wtfp/commands/wtfp-export-latex.md +17 -0
  429. package/vendors/copilot/plugins/wtfp/commands/wtfp-help.md +49 -0
  430. package/vendors/copilot/plugins/wtfp/commands/wtfp-insert-section.md +60 -0
  431. package/vendors/copilot/plugins/wtfp/commands/wtfp-list-assumptions.md +59 -0
  432. package/vendors/copilot/plugins/wtfp/commands/wtfp-map-project.md +63 -0
  433. package/vendors/copilot/plugins/wtfp/commands/wtfp-new-paper.md +69 -0
  434. package/vendors/copilot/plugins/wtfp/commands/wtfp-pause-writing.md +65 -0
  435. package/vendors/copilot/plugins/wtfp/commands/wtfp-plan-milestone-gaps.md +62 -0
  436. package/vendors/copilot/plugins/wtfp/commands/wtfp-plan-revision.md +62 -0
  437. package/vendors/copilot/plugins/wtfp/commands/wtfp-plan-section.md +77 -0
  438. package/vendors/copilot/plugins/wtfp/commands/wtfp-polish-prose.md +63 -0
  439. package/vendors/copilot/plugins/wtfp/commands/wtfp-progress.md +72 -0
  440. package/vendors/copilot/plugins/wtfp/commands/wtfp-quick.md +63 -0
  441. package/vendors/copilot/plugins/wtfp/commands/wtfp-remove-section.md +17 -0
  442. package/vendors/copilot/plugins/wtfp/commands/wtfp-report-bug.md +17 -0
  443. package/vendors/copilot/plugins/wtfp/commands/wtfp-request-feature.md +17 -0
  444. package/vendors/copilot/plugins/wtfp/commands/wtfp-research-gap.md +17 -0
  445. package/vendors/copilot/plugins/wtfp/commands/wtfp-resume-writing.md +72 -0
  446. package/vendors/copilot/plugins/wtfp/commands/wtfp-review-section.md +68 -0
  447. package/vendors/copilot/plugins/wtfp/commands/wtfp-settings.md +56 -0
  448. package/vendors/copilot/plugins/wtfp/commands/wtfp-submit-milestone.md +72 -0
  449. package/vendors/copilot/plugins/wtfp/commands/wtfp-update.md +17 -0
  450. package/vendors/copilot/plugins/wtfp/commands/wtfp-verify-work.md +62 -0
  451. package/vendors/copilot/plugins/wtfp/commands/wtfp-write-section.md +77 -0
  452. package/vendors/copilot/plugins/wtfp/compatibility/action-availability.json +306 -0
  453. package/vendors/copilot/plugins/wtfp/repository/CONTRIBUTING.md +186 -0
  454. package/vendors/copilot/plugins/wtfp/roles/outliner.md +68 -0
  455. package/vendors/copilot/plugins/wtfp/roles/section-reviewer.md +62 -0
  456. package/vendors/copilot/plugins/wtfp/roles/section-writer.md +66 -0
  457. package/vendors/copilot/plugins/wtfp/skills/wtfp-deliver-research/references/actions.md +93 -0
  458. package/vendors/copilot/plugins/wtfp/skills/wtfp-manage-project/references/actions.md +91 -0
  459. package/vendors/copilot/plugins/wtfp/skills/wtfp-plan-section/SKILL.md +40 -0
  460. package/vendors/copilot/plugins/wtfp/skills/wtfp-plan-section/references/actions.md +131 -0
  461. package/vendors/copilot/plugins/wtfp/skills/wtfp-review-manuscript/references/actions.md +112 -0
  462. package/vendors/copilot/plugins/wtfp/skills/wtfp-start-project/references/actions.md +80 -0
  463. package/vendors/copilot/plugins/wtfp/skills/wtfp-write-section/references/actions.md +69 -0
  464. package/vendors/copilot/plugins/wtfp/templates/README.md +12 -0
  465. package/vendors/copilot/plugins/wtfp/templates/grant-proposal-outline.md +40 -0
  466. package/vendors/copilot/plugins/wtfp/templates/paper-outline.md +46 -0
  467. package/vendors/copilot/plugins/wtfp/templates/poster.md +66 -0
  468. package/vendors/copilot/plugins/wtfp/templates/slides.md +83 -0
  469. package/vendors/copilot/plugins/wtfp/tools/README.md +33 -0
  470. package/vendors/copilot/plugins/wtfp/tools/bibliography/analyze-impact.js +113 -0
  471. package/vendors/copilot/plugins/wtfp/tools/bibliography/format.js +233 -0
  472. package/vendors/copilot/plugins/wtfp/tools/bibliography/index.js +131 -0
  473. package/vendors/copilot/plugins/wtfp/tools/citation/fetch.js +302 -0
  474. package/vendors/copilot/plugins/wtfp/tools/citation/scholar-lookup.js +194 -0
  475. package/vendors/copilot/plugins/wtfp/tools/wtfp-tool.js +286 -0
  476. package/vendors/copilot/plugins/wtfp/workflows/analyze-bib.md +43 -0
  477. package/vendors/copilot/plugins/wtfp/workflows/audit-milestone.md +42 -0
  478. package/vendors/copilot/plugins/wtfp/workflows/check-refs.md +42 -0
  479. package/vendors/copilot/plugins/wtfp/workflows/create-outline.md +34 -0
  480. package/vendors/copilot/plugins/wtfp/workflows/create-poster.md +33 -0
  481. package/vendors/copilot/plugins/wtfp/workflows/create-slides.md +33 -0
  482. package/vendors/copilot/plugins/wtfp/workflows/export-latex.md +42 -0
  483. package/vendors/copilot/plugins/wtfp/workflows/help.md +31 -0
  484. package/vendors/copilot/plugins/wtfp/workflows/insert-section.md +32 -0
  485. package/vendors/copilot/plugins/wtfp/workflows/map-project.md +34 -0
  486. package/vendors/copilot/plugins/wtfp/workflows/new-paper.md +37 -0
  487. package/vendors/copilot/plugins/wtfp/workflows/pause-writing.md +32 -0
  488. package/vendors/copilot/plugins/wtfp/workflows/plan-section.md +34 -0
  489. package/vendors/copilot/plugins/wtfp/workflows/remove-section.md +32 -0
  490. package/vendors/copilot/plugins/wtfp/workflows/research-gap.md +42 -0
  491. package/vendors/copilot/plugins/wtfp/workflows/resume-writing.md +34 -0
  492. package/vendors/copilot/plugins/wtfp/workflows/review-section.md +33 -0
  493. package/vendors/copilot/plugins/wtfp/workflows/write-section.md +34 -0
  494. package/vendors/copilot/project/.github/agents/wtfp-argument-verifier.agent.md +1 -1
  495. package/vendors/copilot/project/.github/agents/wtfp-citation-expert.agent.md +1 -1
  496. package/vendors/copilot/project/.github/agents/wtfp-citation-formatter.agent.md +1 -1
  497. package/vendors/copilot/project/.github/agents/wtfp-coherence-checker.agent.md +1 -1
  498. package/vendors/copilot/project/.github/agents/wtfp-outliner.agent.md +3 -3
  499. package/vendors/copilot/project/.github/agents/wtfp-plan-checker.agent.md +1 -1
  500. package/vendors/copilot/project/.github/agents/wtfp-prose-polisher.agent.md +1 -1
  501. package/vendors/copilot/project/.github/agents/wtfp-research-synthesizer.agent.md +1 -1
  502. package/vendors/copilot/project/.github/agents/wtfp-section-planner.agent.md +1 -1
  503. package/vendors/copilot/project/.github/agents/wtfp-section-reviewer.agent.md +2 -1
  504. package/vendors/copilot/project/.github/agents/wtfp-section-writer.agent.md +3 -3
  505. package/vendors/copilot/project/.github/copilot-instructions.md +1 -1
  506. package/vendors/copilot/project/.github/prompts/wtfp-add-todo.prompt.md +1 -1
  507. package/vendors/copilot/project/.github/prompts/wtfp-analyze-bib.prompt.md +1 -1
  508. package/vendors/copilot/project/.github/prompts/wtfp-audit-milestone.prompt.md +1 -1
  509. package/vendors/copilot/project/.github/prompts/wtfp-check-refs.prompt.md +1 -1
  510. package/vendors/copilot/project/.github/prompts/wtfp-check-todos.prompt.md +1 -1
  511. package/vendors/copilot/project/.github/prompts/wtfp-checkpoint.prompt.md +1 -1
  512. package/vendors/copilot/project/.github/prompts/wtfp-contribute.prompt.md +1 -1
  513. package/vendors/copilot/project/.github/prompts/wtfp-create-outline.prompt.md +1 -1
  514. package/vendors/copilot/project/.github/prompts/wtfp-create-poster.prompt.md +3 -3
  515. package/vendors/copilot/project/.github/prompts/wtfp-create-slides.prompt.md +3 -3
  516. package/vendors/copilot/project/.github/prompts/wtfp-discuss-section.prompt.md +1 -1
  517. package/vendors/copilot/project/.github/prompts/wtfp-execute-outline.prompt.md +1 -1
  518. package/vendors/copilot/project/.github/prompts/wtfp-export-latex.prompt.md +1 -1
  519. package/vendors/copilot/project/.github/prompts/wtfp-help.prompt.md +4 -3
  520. package/vendors/copilot/project/.github/prompts/wtfp-insert-section.prompt.md +1 -1
  521. package/vendors/copilot/project/.github/prompts/wtfp-list-assumptions.prompt.md +1 -1
  522. package/vendors/copilot/project/.github/prompts/wtfp-map-project.prompt.md +6 -4
  523. package/vendors/copilot/project/.github/prompts/wtfp-new-paper.prompt.md +1 -1
  524. package/vendors/copilot/project/.github/prompts/wtfp-pause-writing.prompt.md +2 -2
  525. package/vendors/copilot/project/.github/prompts/wtfp-plan-milestone-gaps.prompt.md +1 -1
  526. package/vendors/copilot/project/.github/prompts/wtfp-plan-revision.prompt.md +1 -1
  527. package/vendors/copilot/project/.github/prompts/wtfp-plan-section.prompt.md +1 -1
  528. package/vendors/copilot/project/.github/prompts/wtfp-polish-prose.prompt.md +1 -1
  529. package/vendors/copilot/project/.github/prompts/wtfp-progress.prompt.md +1 -1
  530. package/vendors/copilot/project/.github/prompts/wtfp-quick.prompt.md +1 -1
  531. package/vendors/copilot/project/.github/prompts/wtfp-remove-section.prompt.md +1 -1
  532. package/vendors/copilot/project/.github/prompts/wtfp-report-bug.prompt.md +1 -1
  533. package/vendors/copilot/project/.github/prompts/wtfp-request-feature.prompt.md +1 -1
  534. package/vendors/copilot/project/.github/prompts/wtfp-research-gap.prompt.md +1 -1
  535. package/vendors/copilot/project/.github/prompts/wtfp-resume-writing.prompt.md +1 -1
  536. package/vendors/copilot/project/.github/prompts/wtfp-review-section.prompt.md +1 -1
  537. package/vendors/copilot/project/.github/prompts/wtfp-settings.prompt.md +1 -1
  538. package/vendors/copilot/project/.github/prompts/wtfp-submit-milestone.prompt.md +1 -1
  539. package/vendors/copilot/project/.github/prompts/wtfp-update.prompt.md +1 -1
  540. package/vendors/copilot/project/.github/prompts/wtfp-verify-work.prompt.md +1 -1
  541. package/vendors/copilot/project/.github/prompts/wtfp-write-section.prompt.md +1 -1
  542. package/vendors/copilot/project/.github/skills/wtfp-deliver-research/references/actions.md +4 -4
  543. package/vendors/copilot/project/.github/skills/wtfp-manage-project/references/actions.md +7 -6
  544. package/vendors/copilot/project/.github/skills/wtfp-plan-section/SKILL.md +7 -6
  545. package/vendors/copilot/project/.github/skills/wtfp-plan-section/references/actions.md +11 -9
  546. package/vendors/copilot/project/.github/skills/wtfp-review-manuscript/references/actions.md +2 -2
  547. package/vendors/copilot/project/.github/skills/wtfp-start-project/references/actions.md +6 -6
  548. package/vendors/copilot/project/.github/skills/wtfp-write-section/references/actions.md +3 -3
  549. package/vendors/copilot/project/.github/wtfp/actions/analyze-bib.json +1 -1
  550. package/vendors/copilot/project/.github/wtfp/actions/audit-milestone.json +1 -1
  551. package/vendors/copilot/project/.github/wtfp/actions/check-refs.json +1 -1
  552. package/vendors/copilot/project/.github/wtfp/actions/create-outline.json +6 -2
  553. package/vendors/copilot/project/.github/wtfp/actions/create-poster.json +0 -5
  554. package/vendors/copilot/project/.github/wtfp/actions/create-slides.json +0 -5
  555. package/vendors/copilot/project/.github/wtfp/actions/export-latex.json +1 -1
  556. package/vendors/copilot/project/.github/wtfp/actions/map-project.json +17 -3
  557. package/vendors/copilot/project/.github/wtfp/actions/plan-section.json +6 -3
  558. package/vendors/copilot/project/.github/wtfp/actions/research-gap.json +1 -1
  559. package/vendors/copilot/project/.github/wtfp/actions/resume-writing.json +3 -1
  560. package/vendors/copilot/project/.github/wtfp/compatibility/action-availability.json +2 -8
  561. package/vendors/copilot/project/.github/wtfp/roles/outliner.md +2 -2
  562. package/vendors/copilot/project/.github/wtfp/roles/section-reviewer.md +1 -0
  563. package/vendors/copilot/project/.github/wtfp/roles/section-writer.md +2 -2
  564. package/vendors/copilot/project/.github/wtfp/skills/wtfp-manage-project/references/actions.md +7 -6
  565. package/vendors/copilot/project/.github/wtfp/skills/wtfp-plan-section/SKILL.md +7 -6
  566. package/vendors/copilot/project/.github/wtfp/skills/wtfp-plan-section/references/actions.md +11 -9
  567. package/vendors/copilot/project/.github/wtfp/skills/wtfp-review-manuscript/references/actions.md +2 -2
  568. package/vendors/copilot/project/.github/wtfp/skills/wtfp-start-project/references/actions.md +6 -6
  569. package/vendors/copilot/project/.github/wtfp/skills/wtfp-write-section/references/actions.md +3 -3
  570. package/vendors/copilot/project/.github/wtfp/templates/README.md +12 -0
  571. package/vendors/copilot/project/.github/wtfp/templates/grant-proposal-outline.md +40 -0
  572. package/vendors/copilot/project/.github/wtfp/templates/paper-outline.md +46 -0
  573. package/vendors/copilot/project/.github/wtfp/templates/poster.md +66 -0
  574. package/vendors/copilot/project/.github/wtfp/templates/slides.md +83 -0
  575. package/vendors/copilot/project/.github/wtfp/workflows/analyze-bib.md +11 -1
  576. package/vendors/copilot/project/.github/wtfp/workflows/audit-milestone.md +10 -0
  577. package/vendors/copilot/project/.github/wtfp/workflows/check-refs.md +10 -0
  578. package/vendors/copilot/project/.github/wtfp/workflows/create-outline.md +6 -4
  579. package/vendors/copilot/project/.github/wtfp/workflows/create-poster.md +3 -2
  580. package/vendors/copilot/project/.github/wtfp/workflows/create-slides.md +3 -2
  581. package/vendors/copilot/project/.github/wtfp/workflows/export-latex.md +11 -1
  582. package/vendors/copilot/project/.github/wtfp/workflows/help.md +3 -2
  583. package/vendors/copilot/project/.github/wtfp/workflows/insert-section.md +1 -1
  584. package/vendors/copilot/project/.github/wtfp/workflows/map-project.md +5 -3
  585. package/vendors/copilot/project/.github/wtfp/workflows/new-paper.md +1 -1
  586. package/vendors/copilot/project/.github/wtfp/workflows/pause-writing.md +1 -1
  587. package/vendors/copilot/project/.github/wtfp/workflows/plan-section.md +6 -4
  588. package/vendors/copilot/project/.github/wtfp/workflows/remove-section.md +1 -1
  589. package/vendors/copilot/project/.github/wtfp/workflows/research-gap.md +10 -0
  590. package/vendors/copilot/project/.github/wtfp/workflows/resume-writing.md +5 -3
  591. package/vendors/copilot/project/.github/wtfp/workflows/review-section.md +3 -2
  592. package/vendors/copilot/project/.github/wtfp/workflows/write-section.md +3 -1
  593. package/vendors/gemini/.wtfp-generated.json +132 -108
  594. package/vendors/gemini/actions/analyze-bib.json +1 -1
  595. package/vendors/gemini/actions/audit-milestone.json +1 -1
  596. package/vendors/gemini/actions/check-refs.json +1 -1
  597. package/vendors/gemini/actions/create-outline.json +6 -2
  598. package/vendors/gemini/actions/create-poster.json +0 -5
  599. package/vendors/gemini/actions/create-slides.json +0 -5
  600. package/vendors/gemini/actions/export-latex.json +1 -1
  601. package/vendors/gemini/actions/map-project.json +17 -3
  602. package/vendors/gemini/actions/plan-section.json +6 -3
  603. package/vendors/gemini/actions/research-gap.json +1 -1
  604. package/vendors/gemini/actions/resume-writing.json +3 -1
  605. package/vendors/gemini/agents/wtfp-argument-verifier.md +142 -0
  606. package/vendors/gemini/agents/wtfp-citation-expert.md +143 -0
  607. package/vendors/gemini/agents/wtfp-citation-formatter.md +143 -0
  608. package/vendors/gemini/agents/wtfp-coherence-checker.md +141 -0
  609. package/vendors/gemini/agents/wtfp-outliner.md +148 -0
  610. package/vendors/gemini/agents/wtfp-plan-checker.md +142 -0
  611. package/vendors/gemini/agents/wtfp-prose-polisher.md +143 -0
  612. package/vendors/gemini/agents/wtfp-research-synthesizer.md +145 -0
  613. package/vendors/gemini/agents/wtfp-section-planner.md +145 -0
  614. package/vendors/gemini/agents/wtfp-section-reviewer.md +142 -0
  615. package/vendors/gemini/agents/wtfp-section-writer.md +146 -0
  616. package/vendors/gemini/commands/wtfp/add-todo.toml +8 -7
  617. package/vendors/gemini/commands/wtfp/analyze-bib.toml +1 -1
  618. package/vendors/gemini/commands/wtfp/audit-milestone.toml +1 -1
  619. package/vendors/gemini/commands/wtfp/check-refs.toml +1 -1
  620. package/vendors/gemini/commands/wtfp/check-todos.toml +8 -7
  621. package/vendors/gemini/commands/wtfp/checkpoint.toml +8 -7
  622. package/vendors/gemini/commands/wtfp/contribute.toml +1 -1
  623. package/vendors/gemini/commands/wtfp/create-outline.toml +117 -13
  624. package/vendors/gemini/commands/wtfp/create-poster.toml +655 -8
  625. package/vendors/gemini/commands/wtfp/create-slides.toml +672 -8
  626. package/vendors/gemini/commands/wtfp/discuss-section.toml +19 -16
  627. package/vendors/gemini/commands/wtfp/execute-outline.toml +4 -4
  628. package/vendors/gemini/commands/wtfp/export-latex.toml +1 -1
  629. package/vendors/gemini/commands/wtfp/help.toml +4 -3
  630. package/vendors/gemini/commands/wtfp/insert-section.toml +20 -17
  631. package/vendors/gemini/commands/wtfp/list-assumptions.toml +19 -16
  632. package/vendors/gemini/commands/wtfp/map-project.toml +29 -13
  633. package/vendors/gemini/commands/wtfp/new-paper.toml +106 -8
  634. package/vendors/gemini/commands/wtfp/pause-writing.toml +9 -8
  635. package/vendors/gemini/commands/wtfp/plan-milestone-gaps.toml +3 -3
  636. package/vendors/gemini/commands/wtfp/plan-revision.toml +19 -16
  637. package/vendors/gemini/commands/wtfp/plan-section.toml +31 -23
  638. package/vendors/gemini/commands/wtfp/polish-prose.toml +3 -3
  639. package/vendors/gemini/commands/wtfp/progress.toml +8 -7
  640. package/vendors/gemini/commands/wtfp/quick.toml +4 -4
  641. package/vendors/gemini/commands/wtfp/remove-section.toml +1 -1
  642. package/vendors/gemini/commands/wtfp/report-bug.toml +1 -1
  643. package/vendors/gemini/commands/wtfp/request-feature.toml +1 -1
  644. package/vendors/gemini/commands/wtfp/research-gap.toml +1 -1
  645. package/vendors/gemini/commands/wtfp/resume-writing.toml +16 -11
  646. package/vendors/gemini/commands/wtfp/review-section.toml +6 -5
  647. package/vendors/gemini/commands/wtfp/settings.toml +8 -7
  648. package/vendors/gemini/commands/wtfp/submit-milestone.toml +1 -1
  649. package/vendors/gemini/commands/wtfp/update.toml +1 -1
  650. package/vendors/gemini/commands/wtfp/verify-work.toml +3 -3
  651. package/vendors/gemini/commands/wtfp/write-section.toml +7 -5
  652. package/vendors/gemini/compatibility/action-availability.json +6 -14
  653. package/vendors/gemini/gemini-extension.json +2 -2
  654. package/vendors/gemini/repository/CONTRIBUTING.md +9 -6
  655. package/vendors/gemini/roles/outliner.md +2 -2
  656. package/vendors/gemini/roles/section-reviewer.md +1 -0
  657. package/vendors/gemini/roles/section-writer.md +2 -2
  658. package/vendors/gemini/skills/wtfp-deliver-research/references/actions.md +0 -24
  659. package/vendors/gemini/skills/wtfp-manage-project/references/actions.md +7 -6
  660. package/vendors/gemini/skills/wtfp-plan-section/SKILL.md +7 -6
  661. package/vendors/gemini/skills/wtfp-plan-section/references/actions.md +11 -9
  662. package/vendors/gemini/skills/wtfp-review-manuscript/references/actions.md +2 -2
  663. package/vendors/gemini/skills/wtfp-start-project/references/actions.md +6 -6
  664. package/vendors/gemini/skills/wtfp-write-section/references/actions.md +3 -3
  665. package/vendors/gemini/templates/README.md +12 -0
  666. package/vendors/gemini/templates/grant-proposal-outline.md +40 -0
  667. package/vendors/gemini/templates/paper-outline.md +46 -0
  668. package/vendors/gemini/templates/poster.md +66 -0
  669. package/vendors/gemini/templates/slides.md +83 -0
  670. package/vendors/gemini/tools/README.md +21 -1
  671. package/vendors/gemini/tools/bibliography/analyze-impact.js +4 -0
  672. package/vendors/gemini/tools/bibliography/format.js +79 -7
  673. package/vendors/gemini/tools/bibliography/index.js +33 -6
  674. package/vendors/gemini/tools/citation/fetch.js +3 -0
  675. package/vendors/gemini/tools/citation/scholar-lookup.js +6 -0
  676. package/vendors/gemini/tools/wtfp-tool.js +286 -0
  677. package/vendors/gemini/workflows/analyze-bib.md +11 -1
  678. package/vendors/gemini/workflows/audit-milestone.md +10 -0
  679. package/vendors/gemini/workflows/check-refs.md +10 -0
  680. package/vendors/gemini/workflows/create-outline.md +6 -4
  681. package/vendors/gemini/workflows/create-poster.md +3 -2
  682. package/vendors/gemini/workflows/create-slides.md +3 -2
  683. package/vendors/gemini/workflows/export-latex.md +11 -1
  684. package/vendors/gemini/workflows/help.md +3 -2
  685. package/vendors/gemini/workflows/insert-section.md +1 -1
  686. package/vendors/gemini/workflows/map-project.md +5 -3
  687. package/vendors/gemini/workflows/new-paper.md +1 -1
  688. package/vendors/gemini/workflows/pause-writing.md +1 -1
  689. package/vendors/gemini/workflows/plan-section.md +6 -4
  690. package/vendors/gemini/workflows/remove-section.md +1 -1
  691. package/vendors/gemini/workflows/research-gap.md +10 -0
  692. package/vendors/gemini/workflows/resume-writing.md +5 -3
  693. package/vendors/gemini/workflows/review-section.md +3 -2
  694. package/vendors/gemini/workflows/write-section.md +3 -1
  695. package/vendors/opencode/.wtfp-generated.json +120 -96
  696. package/vendors/opencode/actions/analyze-bib.json +1 -1
  697. package/vendors/opencode/actions/audit-milestone.json +1 -1
  698. package/vendors/opencode/actions/check-refs.json +1 -1
  699. package/vendors/opencode/actions/create-outline.json +6 -2
  700. package/vendors/opencode/actions/create-poster.json +0 -5
  701. package/vendors/opencode/actions/create-slides.json +0 -5
  702. package/vendors/opencode/actions/export-latex.json +1 -1
  703. package/vendors/opencode/actions/map-project.json +17 -3
  704. package/vendors/opencode/actions/plan-section.json +6 -3
  705. package/vendors/opencode/actions/research-gap.json +1 -1
  706. package/vendors/opencode/actions/resume-writing.json +3 -1
  707. package/vendors/opencode/agents/wtfp/argument-verifier.md +5 -1
  708. package/vendors/opencode/agents/wtfp/citation-expert.md +2 -1
  709. package/vendors/opencode/agents/wtfp/citation-formatter.md +2 -1
  710. package/vendors/opencode/agents/wtfp/coherence-checker.md +5 -1
  711. package/vendors/opencode/agents/wtfp/outliner.md +4 -3
  712. package/vendors/opencode/agents/wtfp/plan-checker.md +5 -1
  713. package/vendors/opencode/agents/wtfp/prose-polisher.md +2 -1
  714. package/vendors/opencode/agents/wtfp/research-synthesizer.md +2 -1
  715. package/vendors/opencode/agents/wtfp/section-planner.md +2 -1
  716. package/vendors/opencode/agents/wtfp/section-reviewer.md +6 -1
  717. package/vendors/opencode/agents/wtfp/section-writer.md +4 -3
  718. package/vendors/opencode/commands/wtfp/add-todo.md +8 -7
  719. package/vendors/opencode/commands/wtfp/analyze-bib.md +1 -1
  720. package/vendors/opencode/commands/wtfp/audit-milestone.md +1 -1
  721. package/vendors/opencode/commands/wtfp/check-refs.md +1 -1
  722. package/vendors/opencode/commands/wtfp/check-todos.md +8 -7
  723. package/vendors/opencode/commands/wtfp/checkpoint.md +8 -7
  724. package/vendors/opencode/commands/wtfp/contribute.md +1 -1
  725. package/vendors/opencode/commands/wtfp/create-outline.md +117 -13
  726. package/vendors/opencode/commands/wtfp/create-poster.md +656 -8
  727. package/vendors/opencode/commands/wtfp/create-slides.md +673 -8
  728. package/vendors/opencode/commands/wtfp/discuss-section.md +19 -16
  729. package/vendors/opencode/commands/wtfp/execute-outline.md +4 -4
  730. package/vendors/opencode/commands/wtfp/export-latex.md +1 -1
  731. package/vendors/opencode/commands/wtfp/help.md +4 -3
  732. package/vendors/opencode/commands/wtfp/insert-section.md +20 -17
  733. package/vendors/opencode/commands/wtfp/list-assumptions.md +19 -16
  734. package/vendors/opencode/commands/wtfp/map-project.md +29 -13
  735. package/vendors/opencode/commands/wtfp/new-paper.md +106 -8
  736. package/vendors/opencode/commands/wtfp/pause-writing.md +9 -8
  737. package/vendors/opencode/commands/wtfp/plan-milestone-gaps.md +3 -3
  738. package/vendors/opencode/commands/wtfp/plan-revision.md +19 -16
  739. package/vendors/opencode/commands/wtfp/plan-section.md +31 -23
  740. package/vendors/opencode/commands/wtfp/polish-prose.md +3 -3
  741. package/vendors/opencode/commands/wtfp/progress.md +8 -7
  742. package/vendors/opencode/commands/wtfp/quick.md +4 -4
  743. package/vendors/opencode/commands/wtfp/remove-section.md +1 -1
  744. package/vendors/opencode/commands/wtfp/report-bug.md +1 -1
  745. package/vendors/opencode/commands/wtfp/request-feature.md +1 -1
  746. package/vendors/opencode/commands/wtfp/research-gap.md +1 -1
  747. package/vendors/opencode/commands/wtfp/resume-writing.md +16 -11
  748. package/vendors/opencode/commands/wtfp/review-section.md +6 -5
  749. package/vendors/opencode/commands/wtfp/settings.md +8 -7
  750. package/vendors/opencode/commands/wtfp/submit-milestone.md +1 -1
  751. package/vendors/opencode/commands/wtfp/update.md +1 -1
  752. package/vendors/opencode/commands/wtfp/verify-work.md +3 -3
  753. package/vendors/opencode/commands/wtfp/write-section.md +7 -5
  754. package/vendors/opencode/compatibility/action-availability.json +6 -14
  755. package/vendors/opencode/repository/CONTRIBUTING.md +9 -6
  756. package/vendors/opencode/roles/outliner.md +2 -2
  757. package/vendors/opencode/roles/section-reviewer.md +1 -0
  758. package/vendors/opencode/roles/section-writer.md +2 -2
  759. package/vendors/opencode/skills/wtfp-deliver-research/references/actions.md +0 -24
  760. package/vendors/opencode/skills/wtfp-manage-project/references/actions.md +7 -6
  761. package/vendors/opencode/skills/wtfp-plan-section/SKILL.md +7 -6
  762. package/vendors/opencode/skills/wtfp-plan-section/references/actions.md +11 -9
  763. package/vendors/opencode/skills/wtfp-review-manuscript/references/actions.md +2 -2
  764. package/vendors/opencode/skills/wtfp-start-project/references/actions.md +6 -6
  765. package/vendors/opencode/skills/wtfp-write-section/references/actions.md +3 -3
  766. package/vendors/opencode/templates/README.md +12 -0
  767. package/vendors/opencode/templates/grant-proposal-outline.md +40 -0
  768. package/vendors/opencode/templates/paper-outline.md +46 -0
  769. package/vendors/opencode/templates/poster.md +66 -0
  770. package/vendors/opencode/templates/slides.md +83 -0
  771. package/vendors/opencode/tools/README.md +21 -1
  772. package/vendors/opencode/tools/bibliography/analyze-impact.js +4 -0
  773. package/vendors/opencode/tools/bibliography/format.js +79 -7
  774. package/vendors/opencode/tools/bibliography/index.js +33 -6
  775. package/vendors/opencode/tools/citation/fetch.js +3 -0
  776. package/vendors/opencode/tools/citation/scholar-lookup.js +6 -0
  777. package/vendors/opencode/tools/wtfp-tool.js +286 -0
  778. package/vendors/opencode/workflows/analyze-bib.md +11 -1
  779. package/vendors/opencode/workflows/audit-milestone.md +10 -0
  780. package/vendors/opencode/workflows/check-refs.md +10 -0
  781. package/vendors/opencode/workflows/create-outline.md +6 -4
  782. package/vendors/opencode/workflows/create-poster.md +3 -2
  783. package/vendors/opencode/workflows/create-slides.md +3 -2
  784. package/vendors/opencode/workflows/export-latex.md +11 -1
  785. package/vendors/opencode/workflows/help.md +3 -2
  786. package/vendors/opencode/workflows/insert-section.md +1 -1
  787. package/vendors/opencode/workflows/map-project.md +5 -3
  788. package/vendors/opencode/workflows/new-paper.md +1 -1
  789. package/vendors/opencode/workflows/pause-writing.md +1 -1
  790. package/vendors/opencode/workflows/plan-section.md +6 -4
  791. package/vendors/opencode/workflows/remove-section.md +1 -1
  792. package/vendors/opencode/workflows/research-gap.md +10 -0
  793. package/vendors/opencode/workflows/resume-writing.md +5 -3
  794. package/vendors/opencode/workflows/review-section.md +3 -2
  795. package/vendors/opencode/workflows/write-section.md +3 -1
  796. package/vendors/plugin/.wtfp-generated.json +816 -0
  797. package/vendors/plugin/actions/analyze-bib.json +97 -0
  798. package/vendors/plugin/actions/audit-milestone.json +63 -0
  799. package/vendors/plugin/actions/check-refs.json +80 -0
  800. package/vendors/plugin/actions/create-outline.json +84 -0
  801. package/vendors/plugin/actions/create-poster.json +54 -0
  802. package/vendors/plugin/actions/create-slides.json +54 -0
  803. package/vendors/plugin/actions/export-latex.json +65 -0
  804. package/vendors/plugin/actions/map-project.json +71 -0
  805. package/vendors/plugin/actions/plan-section.json +100 -0
  806. package/vendors/plugin/actions/research-gap.json +101 -0
  807. package/vendors/plugin/actions/resume-writing.json +65 -0
  808. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-argument-verifier.md +64 -0
  809. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-citation-expert.md +67 -0
  810. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-citation-formatter.md +67 -0
  811. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-coherence-checker.md +63 -0
  812. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-outliner.md +72 -0
  813. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-plan-checker.md +64 -0
  814. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-prose-polisher.md +67 -0
  815. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-research-synthesizer.md +69 -0
  816. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-section-planner.md +69 -0
  817. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-section-reviewer.md +64 -0
  818. package/vendors/plugin/ai.iowarp.clio/agents/wtfp-section-writer.md +70 -0
  819. package/vendors/plugin/ai.iowarp.clio/fleets/wtfp-draft-review.md +25 -0
  820. package/vendors/plugin/ai.iowarp.clio/fleets/wtfp-plan-section.md +23 -0
  821. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/add-todo.md +52 -0
  822. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/analyze-bib.md +77 -0
  823. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/audit-milestone.md +78 -0
  824. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/check-refs.md +72 -0
  825. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/check-todos.md +54 -0
  826. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/checkpoint.md +70 -0
  827. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/contribute.md +15 -0
  828. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/create-outline.md +74 -0
  829. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/create-poster.md +55 -0
  830. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/create-slides.md +55 -0
  831. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/discuss-section.md +60 -0
  832. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/execute-outline.md +74 -0
  833. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/export-latex.md +70 -0
  834. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/help.md +119 -0
  835. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/insert-section.md +56 -0
  836. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/list-assumptions.md +54 -0
  837. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/map-project.md +56 -0
  838. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/new-paper.md +65 -0
  839. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/pause-writing.md +58 -0
  840. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/plan-milestone-gaps.md +58 -0
  841. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/plan-revision.md +58 -0
  842. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/plan-section.md +76 -0
  843. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/polish-prose.md +62 -0
  844. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/progress.md +70 -0
  845. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/quick.md +62 -0
  846. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/remove-section.md +15 -0
  847. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/report-bug.md +15 -0
  848. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/request-feature.md +15 -0
  849. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/research-gap.md +78 -0
  850. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/resume-writing.md +68 -0
  851. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/review-section.md +67 -0
  852. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/settings.md +52 -0
  853. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/submit-milestone.md +68 -0
  854. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/update.md +15 -0
  855. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/verify-work.md +58 -0
  856. package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/write-section.md +76 -0
  857. package/vendors/plugin/compatibility/action-availability.json +295 -0
  858. package/vendors/plugin/plugin.json +409 -0
  859. package/vendors/plugin/repository/CONTRIBUTING.md +186 -0
  860. package/vendors/plugin/roles/outliner.md +68 -0
  861. package/vendors/plugin/roles/section-reviewer.md +62 -0
  862. package/vendors/plugin/roles/section-writer.md +66 -0
  863. package/vendors/plugin/skills/wtfp-deliver-research/references/actions.md +77 -0
  864. package/vendors/plugin/skills/wtfp-manage-project/references/actions.md +91 -0
  865. package/vendors/plugin/skills/wtfp-plan-section/SKILL.md +40 -0
  866. package/vendors/plugin/skills/wtfp-plan-section/references/actions.md +131 -0
  867. package/vendors/plugin/skills/wtfp-research-literature/references/actions.md +75 -0
  868. package/vendors/plugin/skills/wtfp-review-manuscript/references/actions.md +96 -0
  869. package/vendors/plugin/skills/wtfp-start-project/references/actions.md +80 -0
  870. package/vendors/plugin/skills/wtfp-write-section/references/actions.md +69 -0
  871. package/vendors/plugin/templates/README.md +12 -0
  872. package/vendors/plugin/templates/grant-proposal-outline.md +40 -0
  873. package/vendors/plugin/templates/paper-outline.md +46 -0
  874. package/vendors/plugin/templates/poster.md +66 -0
  875. package/vendors/plugin/templates/slides.md +83 -0
  876. package/vendors/plugin/tools/README.md +33 -0
  877. package/vendors/plugin/tools/bibliography/analyze-impact.js +113 -0
  878. package/vendors/plugin/tools/bibliography/format.js +233 -0
  879. package/vendors/plugin/tools/bibliography/index.js +131 -0
  880. package/vendors/plugin/tools/citation/fetch.js +302 -0
  881. package/vendors/plugin/tools/citation/scholar-lookup.js +194 -0
  882. package/vendors/plugin/tools/wtfp-tool.js +286 -0
  883. package/vendors/plugin/workflows/analyze-bib.md +43 -0
  884. package/vendors/plugin/workflows/audit-milestone.md +42 -0
  885. package/vendors/plugin/workflows/check-refs.md +42 -0
  886. package/vendors/plugin/workflows/create-outline.md +34 -0
  887. package/vendors/plugin/workflows/create-poster.md +33 -0
  888. package/vendors/plugin/workflows/create-slides.md +33 -0
  889. package/vendors/plugin/workflows/export-latex.md +42 -0
  890. package/vendors/plugin/workflows/help.md +31 -0
  891. package/vendors/plugin/workflows/insert-section.md +32 -0
  892. package/vendors/plugin/workflows/map-project.md +34 -0
  893. package/vendors/plugin/workflows/new-paper.md +37 -0
  894. package/vendors/plugin/workflows/pause-writing.md +32 -0
  895. package/vendors/plugin/workflows/plan-section.md +34 -0
  896. package/vendors/plugin/workflows/remove-section.md +32 -0
  897. package/vendors/plugin/workflows/research-gap.md +42 -0
  898. package/vendors/plugin/workflows/resume-writing.md +34 -0
  899. package/vendors/plugin/workflows/review-section.md +33 -0
  900. package/vendors/plugin/workflows/write-section.md +34 -0
  901. package/bin/lib/checkpoint.js +0 -183
  902. package/bin/lib/context-primer.js +0 -214
  903. package/bin/lib/wcn-compiler.js +0 -226
  904. package/core/write-the-f-paper/references/agent-model-matrix.md +0 -62
  905. package/core/write-the-f-paper/references/checkpoints.md +0 -364
  906. package/core/write-the-f-paper/references/context-fidelity.md +0 -153
  907. package/core/write-the-f-paper/references/continuation-format.md +0 -223
  908. package/core/write-the-f-paper/references/deviation-rules.md +0 -150
  909. package/core/write-the-f-paper/references/git-integration.md +0 -321
  910. package/core/write-the-f-paper/references/github-contrib.md +0 -216
  911. package/core/write-the-f-paper/references/imrad-structure.md +0 -212
  912. package/core/write-the-f-paper/references/length-estimation.md +0 -148
  913. package/core/write-the-f-paper/references/orchestrator-pattern.md +0 -167
  914. package/core/write-the-f-paper/references/plan-format.md +0 -361
  915. package/core/write-the-f-paper/references/planning-config.md +0 -135
  916. package/core/write-the-f-paper/references/principles.md +0 -158
  917. package/core/write-the-f-paper/references/questioning.md +0 -132
  918. package/core/write-the-f-paper/references/research-pitfalls.md +0 -208
  919. package/core/write-the-f-paper/references/ui-brand.md +0 -186
  920. package/core/write-the-f-paper/templates/UAT.md +0 -80
  921. package/core/write-the-f-paper/templates/base-prefs.yaml +0 -42
  922. package/core/write-the-f-paper/templates/config.json +0 -56
  923. package/core/write-the-f-paper/templates/context.md +0 -179
  924. package/core/write-the-f-paper/templates/continue-here.md +0 -142
  925. package/core/write-the-f-paper/templates/data-inventory.md +0 -142
  926. package/core/write-the-f-paper/templates/discovery.md +0 -146
  927. package/core/write-the-f-paper/templates/issues.md +0 -59
  928. package/core/write-the-f-paper/templates/manuscript.md +0 -253
  929. package/core/write-the-f-paper/templates/narrative-arc.md +0 -227
  930. package/core/write-the-f-paper/templates/outline.md +0 -274
  931. package/core/write-the-f-paper/templates/phase-prompt.md +0 -348
  932. package/core/write-the-f-paper/templates/posters/basic.md +0 -34
  933. package/core/write-the-f-paper/templates/prior-drafts.md +0 -204
  934. package/core/write-the-f-paper/templates/project-context/argument-structure.md +0 -267
  935. package/core/write-the-f-paper/templates/project-context/bibliography.md +0 -152
  936. package/core/write-the-f-paper/templates/project-context/gaps.md +0 -122
  937. package/core/write-the-f-paper/templates/project-context/imrad.md +0 -140
  938. package/core/write-the-f-paper/templates/project-context/peer-review.md +0 -152
  939. package/core/write-the-f-paper/templates/project-context/style-guide.md +0 -198
  940. package/core/write-the-f-paper/templates/project-context/tools.md +0 -170
  941. package/core/write-the-f-paper/templates/project.md +0 -185
  942. package/core/write-the-f-paper/templates/research.md +0 -384
  943. package/core/write-the-f-paper/templates/review-comments.md +0 -253
  944. package/core/write-the-f-paper/templates/revision-issues.md +0 -169
  945. package/core/write-the-f-paper/templates/roadmap.md +0 -187
  946. package/core/write-the-f-paper/templates/section-archive.md +0 -178
  947. package/core/write-the-f-paper/templates/section-context.md +0 -114
  948. package/core/write-the-f-paper/templates/section.md +0 -128
  949. package/core/write-the-f-paper/templates/slides/basic.md +0 -31
  950. package/core/write-the-f-paper/templates/state.md +0 -244
  951. package/core/write-the-f-paper/templates/summary.md +0 -277
  952. package/core/write-the-f-paper/venues/acm-cs.yaml +0 -102
  953. package/core/write-the-f-paper/venues/arxiv-ml.yaml +0 -103
  954. package/core/write-the-f-paper/venues/ieee-cs.yaml +0 -100
  955. package/core/write-the-f-paper/venues/nature.yaml +0 -81
  956. package/core/write-the-f-paper/venues/thesis-chapter.yaml +0 -101
  957. package/core/write-the-f-paper/workflows/create-outline.md +0 -462
  958. package/core/write-the-f-paper/workflows/create-outline.wcn.md +0 -194
  959. package/core/write-the-f-paper/workflows/discuss-section.md +0 -249
  960. package/core/write-the-f-paper/workflows/discuss-section.wcn.md +0 -63
  961. package/core/write-the-f-paper/workflows/execute-outline.md +0 -163
  962. package/core/write-the-f-paper/workflows/execute-outline.wcn.md +0 -73
  963. package/core/write-the-f-paper/workflows/execute-section.md +0 -704
  964. package/core/write-the-f-paper/workflows/execute-section.wcn.md +0 -191
  965. package/core/write-the-f-paper/workflows/list-assumptions.md +0 -183
  966. package/core/write-the-f-paper/workflows/list-assumptions.wcn.md +0 -42
  967. package/core/write-the-f-paper/workflows/lit-review-phase.md +0 -281
  968. package/core/write-the-f-paper/workflows/lit-review-phase.wcn.md +0 -92
  969. package/core/write-the-f-paper/workflows/map-project.md +0 -359
  970. package/core/write-the-f-paper/workflows/map-project.wcn.md +0 -73
  971. package/core/write-the-f-paper/workflows/plan-section.md +0 -409
  972. package/core/write-the-f-paper/workflows/plan-section.wcn.md +0 -229
  973. package/core/write-the-f-paper/workflows/research-gap.md +0 -493
  974. package/core/write-the-f-paper/workflows/research-gap.wcn.md +0 -136
  975. package/core/write-the-f-paper/workflows/resume-paper.md +0 -274
  976. package/core/write-the-f-paper/workflows/resume-paper.wcn.md +0 -93
  977. package/core/write-the-f-paper/workflows/review-section.md +0 -329
  978. package/core/write-the-f-paper/workflows/review-section.wcn.md +0 -91
  979. package/core/write-the-f-paper/workflows/submit-draft.md +0 -368
  980. package/core/write-the-f-paper/workflows/submit-draft.wcn.md +0 -69
  981. package/core/write-the-f-paper/workflows/transition.md +0 -375
  982. package/core/write-the-f-paper/workflows/transition.wcn.md +0 -113
  983. package/core/write-the-f-paper/workflows/verify-work.md +0 -251
  984. package/core/write-the-f-paper/workflows/verify-work.wcn.md +0 -74
  985. package/vendors/claude/agents/wtfp/argument-verifier.md +0 -65
  986. package/vendors/claude/agents/wtfp/citation-expert.md +0 -68
  987. package/vendors/claude/agents/wtfp/citation-formatter.md +0 -68
  988. package/vendors/claude/agents/wtfp/coherence-checker.md +0 -64
  989. package/vendors/claude/agents/wtfp/outliner.md +0 -73
  990. package/vendors/claude/agents/wtfp/plan-checker.md +0 -65
  991. package/vendors/claude/agents/wtfp/prose-polisher.md +0 -68
  992. package/vendors/claude/agents/wtfp/research-synthesizer.md +0 -70
  993. package/vendors/claude/agents/wtfp/section-planner.md +0 -70
  994. package/vendors/claude/agents/wtfp/section-reviewer.md +0 -64
  995. package/vendors/claude/agents/wtfp/section-writer.md +0 -71
  996. package/vendors/clio/.wtfp-generated.json +0 -936
  997. package/vendors/clio/actions/analyze-bib.json +0 -97
  998. package/vendors/clio/actions/audit-milestone.json +0 -63
  999. package/vendors/clio/actions/check-refs.json +0 -80
  1000. package/vendors/clio/actions/create-outline.json +0 -80
  1001. package/vendors/clio/actions/create-poster.json +0 -59
  1002. package/vendors/clio/actions/create-slides.json +0 -59
  1003. package/vendors/clio/actions/export-latex.json +0 -65
  1004. package/vendors/clio/actions/map-project.json +0 -57
  1005. package/vendors/clio/actions/plan-section.json +0 -97
  1006. package/vendors/clio/actions/research-gap.json +0 -101
  1007. package/vendors/clio/actions/resume-writing.json +0 -63
  1008. package/vendors/clio/agents/wtfp-argument-verifier.md +0 -60
  1009. package/vendors/clio/agents/wtfp-citation-expert.md +0 -61
  1010. package/vendors/clio/agents/wtfp-citation-formatter.md +0 -61
  1011. package/vendors/clio/agents/wtfp-coherence-checker.md +0 -59
  1012. package/vendors/clio/agents/wtfp-outliner.md +0 -66
  1013. package/vendors/clio/agents/wtfp-plan-checker.md +0 -60
  1014. package/vendors/clio/agents/wtfp-prose-polisher.md +0 -61
  1015. package/vendors/clio/agents/wtfp-research-synthesizer.md +0 -63
  1016. package/vendors/clio/agents/wtfp-section-planner.md +0 -63
  1017. package/vendors/clio/agents/wtfp-section-reviewer.md +0 -59
  1018. package/vendors/clio/agents/wtfp-section-writer.md +0 -64
  1019. package/vendors/clio/clio-coder-extension.yaml +0 -12
  1020. package/vendors/clio/compatibility/action-availability.json +0 -323
  1021. package/vendors/clio/fleets/wtfp-draft-review.md +0 -25
  1022. package/vendors/clio/fleets/wtfp-plan-section.md +0 -23
  1023. package/vendors/clio/prompts/wtfp/add-todo.md +0 -52
  1024. package/vendors/clio/prompts/wtfp/analyze-bib.md +0 -15
  1025. package/vendors/clio/prompts/wtfp/audit-milestone.md +0 -15
  1026. package/vendors/clio/prompts/wtfp/check-refs.md +0 -15
  1027. package/vendors/clio/prompts/wtfp/check-todos.md +0 -50
  1028. package/vendors/clio/prompts/wtfp/checkpoint.md +0 -66
  1029. package/vendors/clio/prompts/wtfp/contribute.md +0 -15
  1030. package/vendors/clio/prompts/wtfp/create-outline.md +0 -64
  1031. package/vendors/clio/prompts/wtfp/create-poster.md +0 -15
  1032. package/vendors/clio/prompts/wtfp/create-slides.md +0 -15
  1033. package/vendors/clio/prompts/wtfp/discuss-section.md +0 -56
  1034. package/vendors/clio/prompts/wtfp/execute-outline.md +0 -66
  1035. package/vendors/clio/prompts/wtfp/export-latex.md +0 -15
  1036. package/vendors/clio/prompts/wtfp/help.md +0 -43
  1037. package/vendors/clio/prompts/wtfp/insert-section.md +0 -52
  1038. package/vendors/clio/prompts/wtfp/list-assumptions.md +0 -54
  1039. package/vendors/clio/prompts/wtfp/map-project.md +0 -54
  1040. package/vendors/clio/prompts/wtfp/new-paper.md +0 -61
  1041. package/vendors/clio/prompts/wtfp/pause-writing.md +0 -58
  1042. package/vendors/clio/prompts/wtfp/plan-milestone-gaps.md +0 -54
  1043. package/vendors/clio/prompts/wtfp/plan-revision.md +0 -54
  1044. package/vendors/clio/prompts/wtfp/plan-section.md +0 -66
  1045. package/vendors/clio/prompts/wtfp/polish-prose.md +0 -54
  1046. package/vendors/clio/prompts/wtfp/progress.md +0 -66
  1047. package/vendors/clio/prompts/wtfp/quick.md +0 -54
  1048. package/vendors/clio/prompts/wtfp/remove-section.md +0 -15
  1049. package/vendors/clio/prompts/wtfp/report-bug.md +0 -15
  1050. package/vendors/clio/prompts/wtfp/request-feature.md +0 -15
  1051. package/vendors/clio/prompts/wtfp/research-gap.md +0 -15
  1052. package/vendors/clio/prompts/wtfp/resume-writing.md +0 -62
  1053. package/vendors/clio/prompts/wtfp/review-section.md +0 -58
  1054. package/vendors/clio/prompts/wtfp/settings.md +0 -48
  1055. package/vendors/clio/prompts/wtfp/submit-milestone.md +0 -64
  1056. package/vendors/clio/prompts/wtfp/update.md +0 -15
  1057. package/vendors/clio/prompts/wtfp/verify-work.md +0 -54
  1058. package/vendors/clio/prompts/wtfp/write-section.md +0 -66
  1059. package/vendors/clio/prompts/wtfp-add-todo.md +0 -52
  1060. package/vendors/clio/prompts/wtfp-analyze-bib.md +0 -15
  1061. package/vendors/clio/prompts/wtfp-audit-milestone.md +0 -15
  1062. package/vendors/clio/prompts/wtfp-check-refs.md +0 -15
  1063. package/vendors/clio/prompts/wtfp-check-todos.md +0 -50
  1064. package/vendors/clio/prompts/wtfp-checkpoint.md +0 -66
  1065. package/vendors/clio/prompts/wtfp-contribute.md +0 -15
  1066. package/vendors/clio/prompts/wtfp-create-outline.md +0 -64
  1067. package/vendors/clio/prompts/wtfp-create-poster.md +0 -15
  1068. package/vendors/clio/prompts/wtfp-create-slides.md +0 -15
  1069. package/vendors/clio/prompts/wtfp-discuss-section.md +0 -56
  1070. package/vendors/clio/prompts/wtfp-execute-outline.md +0 -66
  1071. package/vendors/clio/prompts/wtfp-export-latex.md +0 -15
  1072. package/vendors/clio/prompts/wtfp-help.md +0 -43
  1073. package/vendors/clio/prompts/wtfp-insert-section.md +0 -52
  1074. package/vendors/clio/prompts/wtfp-list-assumptions.md +0 -54
  1075. package/vendors/clio/prompts/wtfp-map-project.md +0 -54
  1076. package/vendors/clio/prompts/wtfp-new-paper.md +0 -61
  1077. package/vendors/clio/prompts/wtfp-pause-writing.md +0 -58
  1078. package/vendors/clio/prompts/wtfp-plan-milestone-gaps.md +0 -54
  1079. package/vendors/clio/prompts/wtfp-plan-revision.md +0 -54
  1080. package/vendors/clio/prompts/wtfp-plan-section.md +0 -66
  1081. package/vendors/clio/prompts/wtfp-polish-prose.md +0 -54
  1082. package/vendors/clio/prompts/wtfp-progress.md +0 -66
  1083. package/vendors/clio/prompts/wtfp-quick.md +0 -54
  1084. package/vendors/clio/prompts/wtfp-remove-section.md +0 -15
  1085. package/vendors/clio/prompts/wtfp-report-bug.md +0 -15
  1086. package/vendors/clio/prompts/wtfp-request-feature.md +0 -15
  1087. package/vendors/clio/prompts/wtfp-research-gap.md +0 -15
  1088. package/vendors/clio/prompts/wtfp-resume-writing.md +0 -62
  1089. package/vendors/clio/prompts/wtfp-review-section.md +0 -58
  1090. package/vendors/clio/prompts/wtfp-settings.md +0 -48
  1091. package/vendors/clio/prompts/wtfp-submit-milestone.md +0 -64
  1092. package/vendors/clio/prompts/wtfp-update.md +0 -15
  1093. package/vendors/clio/prompts/wtfp-verify-work.md +0 -54
  1094. package/vendors/clio/prompts/wtfp-write-section.md +0 -66
  1095. package/vendors/clio/repository/CONTRIBUTING.md +0 -183
  1096. package/vendors/clio/roles/outliner.md +0 -68
  1097. package/vendors/clio/roles/section-reviewer.md +0 -61
  1098. package/vendors/clio/roles/section-writer.md +0 -66
  1099. package/vendors/clio/skills/wtfp-deliver-research/references/actions.md +0 -117
  1100. package/vendors/clio/skills/wtfp-manage-project/references/actions.md +0 -90
  1101. package/vendors/clio/skills/wtfp-plan-section/SKILL.md +0 -39
  1102. package/vendors/clio/skills/wtfp-plan-section/references/actions.md +0 -129
  1103. package/vendors/clio/skills/wtfp-research-literature/references/actions.md +0 -115
  1104. package/vendors/clio/skills/wtfp-review-manuscript/references/actions.md +0 -112
  1105. package/vendors/clio/skills/wtfp-start-project/references/actions.md +0 -80
  1106. package/vendors/clio/skills/wtfp-write-section/references/actions.md +0 -69
  1107. package/vendors/clio/tools/README.md +0 -13
  1108. package/vendors/clio/tools/bibliography/analyze-impact.js +0 -109
  1109. package/vendors/clio/tools/bibliography/format.js +0 -161
  1110. package/vendors/clio/tools/bibliography/index.js +0 -104
  1111. package/vendors/clio/tools/citation/fetch.js +0 -299
  1112. package/vendors/clio/tools/citation/scholar-lookup.js +0 -188
  1113. package/vendors/clio/workflows/analyze-bib.md +0 -33
  1114. package/vendors/clio/workflows/audit-milestone.md +0 -32
  1115. package/vendors/clio/workflows/check-refs.md +0 -32
  1116. package/vendors/clio/workflows/create-outline.md +0 -32
  1117. package/vendors/clio/workflows/create-poster.md +0 -32
  1118. package/vendors/clio/workflows/create-slides.md +0 -32
  1119. package/vendors/clio/workflows/export-latex.md +0 -32
  1120. package/vendors/clio/workflows/help.md +0 -30
  1121. package/vendors/clio/workflows/insert-section.md +0 -32
  1122. package/vendors/clio/workflows/map-project.md +0 -32
  1123. package/vendors/clio/workflows/new-paper.md +0 -37
  1124. package/vendors/clio/workflows/pause-writing.md +0 -32
  1125. package/vendors/clio/workflows/plan-section.md +0 -32
  1126. package/vendors/clio/workflows/remove-section.md +0 -32
  1127. package/vendors/clio/workflows/research-gap.md +0 -32
  1128. package/vendors/clio/workflows/resume-writing.md +0 -32
  1129. package/vendors/clio/workflows/review-section.md +0 -32
  1130. package/vendors/clio/workflows/write-section.md +0 -32
  1131. package/vendors/codex/plugins/wtf-p/.codex-plugin/plugin.json +0 -32
  1132. package/vendors/codex/plugins/wtf-p/.wtfp-generated.json +0 -604
  1133. package/vendors/codex/plugins/wtf-p/actions/analyze-bib.json +0 -97
  1134. package/vendors/codex/plugins/wtf-p/actions/audit-milestone.json +0 -63
  1135. package/vendors/codex/plugins/wtf-p/actions/check-refs.json +0 -80
  1136. package/vendors/codex/plugins/wtf-p/actions/create-outline.json +0 -80
  1137. package/vendors/codex/plugins/wtf-p/actions/create-poster.json +0 -59
  1138. package/vendors/codex/plugins/wtf-p/actions/create-slides.json +0 -59
  1139. package/vendors/codex/plugins/wtf-p/actions/export-latex.json +0 -65
  1140. package/vendors/codex/plugins/wtf-p/actions/map-project.json +0 -57
  1141. package/vendors/codex/plugins/wtf-p/actions/plan-section.json +0 -97
  1142. package/vendors/codex/plugins/wtf-p/actions/research-gap.json +0 -101
  1143. package/vendors/codex/plugins/wtf-p/actions/resume-writing.json +0 -63
  1144. package/vendors/codex/plugins/wtf-p/compatibility/action-availability.json +0 -314
  1145. package/vendors/codex/plugins/wtf-p/repository/CONTRIBUTING.md +0 -183
  1146. package/vendors/codex/plugins/wtf-p/roles/outliner.md +0 -68
  1147. package/vendors/codex/plugins/wtf-p/roles/section-reviewer.md +0 -61
  1148. package/vendors/codex/plugins/wtf-p/roles/section-writer.md +0 -66
  1149. package/vendors/codex/plugins/wtf-p/skills/wtfp-deliver-research/references/actions.md +0 -117
  1150. package/vendors/codex/plugins/wtf-p/skills/wtfp-manage-project/references/actions.md +0 -90
  1151. package/vendors/codex/plugins/wtf-p/skills/wtfp-plan-section/SKILL.md +0 -39
  1152. package/vendors/codex/plugins/wtf-p/skills/wtfp-plan-section/references/actions.md +0 -129
  1153. package/vendors/codex/plugins/wtf-p/skills/wtfp-review-manuscript/references/actions.md +0 -112
  1154. package/vendors/codex/plugins/wtf-p/skills/wtfp-start-project/references/actions.md +0 -80
  1155. package/vendors/codex/plugins/wtf-p/skills/wtfp-write-section/references/actions.md +0 -69
  1156. package/vendors/codex/plugins/wtf-p/tools/README.md +0 -13
  1157. package/vendors/codex/plugins/wtf-p/tools/bibliography/analyze-impact.js +0 -109
  1158. package/vendors/codex/plugins/wtf-p/tools/bibliography/format.js +0 -161
  1159. package/vendors/codex/plugins/wtf-p/tools/bibliography/index.js +0 -104
  1160. package/vendors/codex/plugins/wtf-p/tools/citation/fetch.js +0 -299
  1161. package/vendors/codex/plugins/wtf-p/tools/citation/scholar-lookup.js +0 -188
  1162. package/vendors/codex/plugins/wtf-p/workflows/analyze-bib.md +0 -33
  1163. package/vendors/codex/plugins/wtf-p/workflows/audit-milestone.md +0 -32
  1164. package/vendors/codex/plugins/wtf-p/workflows/check-refs.md +0 -32
  1165. package/vendors/codex/plugins/wtf-p/workflows/create-outline.md +0 -32
  1166. package/vendors/codex/plugins/wtf-p/workflows/create-poster.md +0 -32
  1167. package/vendors/codex/plugins/wtf-p/workflows/create-slides.md +0 -32
  1168. package/vendors/codex/plugins/wtf-p/workflows/export-latex.md +0 -32
  1169. package/vendors/codex/plugins/wtf-p/workflows/help.md +0 -30
  1170. package/vendors/codex/plugins/wtf-p/workflows/insert-section.md +0 -32
  1171. package/vendors/codex/plugins/wtf-p/workflows/map-project.md +0 -32
  1172. package/vendors/codex/plugins/wtf-p/workflows/new-paper.md +0 -37
  1173. package/vendors/codex/plugins/wtf-p/workflows/pause-writing.md +0 -32
  1174. package/vendors/codex/plugins/wtf-p/workflows/plan-section.md +0 -32
  1175. package/vendors/codex/plugins/wtf-p/workflows/remove-section.md +0 -32
  1176. package/vendors/codex/plugins/wtf-p/workflows/research-gap.md +0 -32
  1177. package/vendors/codex/plugins/wtf-p/workflows/resume-writing.md +0 -32
  1178. package/vendors/codex/plugins/wtf-p/workflows/review-section.md +0 -32
  1179. package/vendors/codex/plugins/wtf-p/workflows/write-section.md +0 -32
  1180. package/vendors/copilot/plugins/wtf-p/.claude-plugin/plugin.json +0 -12
  1181. package/vendors/copilot/plugins/wtf-p/.wtfp-generated.json +0 -792
  1182. package/vendors/copilot/plugins/wtf-p/actions/analyze-bib.json +0 -97
  1183. package/vendors/copilot/plugins/wtf-p/actions/audit-milestone.json +0 -63
  1184. package/vendors/copilot/plugins/wtf-p/actions/check-refs.json +0 -80
  1185. package/vendors/copilot/plugins/wtf-p/actions/create-outline.json +0 -80
  1186. package/vendors/copilot/plugins/wtf-p/actions/create-poster.json +0 -59
  1187. package/vendors/copilot/plugins/wtf-p/actions/create-slides.json +0 -59
  1188. package/vendors/copilot/plugins/wtf-p/actions/export-latex.json +0 -65
  1189. package/vendors/copilot/plugins/wtf-p/actions/map-project.json +0 -57
  1190. package/vendors/copilot/plugins/wtf-p/actions/plan-section.json +0 -97
  1191. package/vendors/copilot/plugins/wtf-p/actions/research-gap.json +0 -101
  1192. package/vendors/copilot/plugins/wtf-p/actions/resume-writing.json +0 -63
  1193. package/vendors/copilot/plugins/wtf-p/agents/wtfp-argument-verifier.md +0 -65
  1194. package/vendors/copilot/plugins/wtf-p/agents/wtfp-citation-expert.md +0 -68
  1195. package/vendors/copilot/plugins/wtf-p/agents/wtfp-citation-formatter.md +0 -68
  1196. package/vendors/copilot/plugins/wtf-p/agents/wtfp-coherence-checker.md +0 -64
  1197. package/vendors/copilot/plugins/wtf-p/agents/wtfp-outliner.md +0 -73
  1198. package/vendors/copilot/plugins/wtf-p/agents/wtfp-plan-checker.md +0 -65
  1199. package/vendors/copilot/plugins/wtf-p/agents/wtfp-prose-polisher.md +0 -68
  1200. package/vendors/copilot/plugins/wtf-p/agents/wtfp-research-synthesizer.md +0 -70
  1201. package/vendors/copilot/plugins/wtf-p/agents/wtfp-section-planner.md +0 -70
  1202. package/vendors/copilot/plugins/wtf-p/agents/wtfp-section-reviewer.md +0 -64
  1203. package/vendors/copilot/plugins/wtf-p/agents/wtfp-section-writer.md +0 -71
  1204. package/vendors/copilot/plugins/wtf-p/commands/wtfp-add-todo.md +0 -59
  1205. package/vendors/copilot/plugins/wtf-p/commands/wtfp-analyze-bib.md +0 -17
  1206. package/vendors/copilot/plugins/wtf-p/commands/wtfp-audit-milestone.md +0 -17
  1207. package/vendors/copilot/plugins/wtf-p/commands/wtfp-check-refs.md +0 -17
  1208. package/vendors/copilot/plugins/wtf-p/commands/wtfp-check-todos.md +0 -58
  1209. package/vendors/copilot/plugins/wtf-p/commands/wtfp-checkpoint.md +0 -74
  1210. package/vendors/copilot/plugins/wtf-p/commands/wtfp-contribute.md +0 -17
  1211. package/vendors/copilot/plugins/wtf-p/commands/wtfp-create-outline.md +0 -73
  1212. package/vendors/copilot/plugins/wtf-p/commands/wtfp-create-poster.md +0 -17
  1213. package/vendors/copilot/plugins/wtf-p/commands/wtfp-create-slides.md +0 -17
  1214. package/vendors/copilot/plugins/wtf-p/commands/wtfp-discuss-section.md +0 -64
  1215. package/vendors/copilot/plugins/wtf-p/commands/wtfp-execute-outline.md +0 -75
  1216. package/vendors/copilot/plugins/wtf-p/commands/wtfp-export-latex.md +0 -17
  1217. package/vendors/copilot/plugins/wtf-p/commands/wtfp-help.md +0 -48
  1218. package/vendors/copilot/plugins/wtf-p/commands/wtfp-insert-section.md +0 -60
  1219. package/vendors/copilot/plugins/wtf-p/commands/wtfp-list-assumptions.md +0 -59
  1220. package/vendors/copilot/plugins/wtf-p/commands/wtfp-map-project.md +0 -61
  1221. package/vendors/copilot/plugins/wtf-p/commands/wtfp-new-paper.md +0 -69
  1222. package/vendors/copilot/plugins/wtf-p/commands/wtfp-pause-writing.md +0 -65
  1223. package/vendors/copilot/plugins/wtf-p/commands/wtfp-plan-milestone-gaps.md +0 -62
  1224. package/vendors/copilot/plugins/wtf-p/commands/wtfp-plan-revision.md +0 -62
  1225. package/vendors/copilot/plugins/wtf-p/commands/wtfp-plan-section.md +0 -75
  1226. package/vendors/copilot/plugins/wtf-p/commands/wtfp-polish-prose.md +0 -63
  1227. package/vendors/copilot/plugins/wtf-p/commands/wtfp-progress.md +0 -72
  1228. package/vendors/copilot/plugins/wtf-p/commands/wtfp-quick.md +0 -63
  1229. package/vendors/copilot/plugins/wtf-p/commands/wtfp-remove-section.md +0 -17
  1230. package/vendors/copilot/plugins/wtf-p/commands/wtfp-report-bug.md +0 -17
  1231. package/vendors/copilot/plugins/wtf-p/commands/wtfp-request-feature.md +0 -17
  1232. package/vendors/copilot/plugins/wtf-p/commands/wtfp-research-gap.md +0 -17
  1233. package/vendors/copilot/plugins/wtf-p/commands/wtfp-resume-writing.md +0 -70
  1234. package/vendors/copilot/plugins/wtf-p/commands/wtfp-review-section.md +0 -67
  1235. package/vendors/copilot/plugins/wtf-p/commands/wtfp-settings.md +0 -56
  1236. package/vendors/copilot/plugins/wtf-p/commands/wtfp-submit-milestone.md +0 -72
  1237. package/vendors/copilot/plugins/wtf-p/commands/wtfp-update.md +0 -17
  1238. package/vendors/copilot/plugins/wtf-p/commands/wtfp-verify-work.md +0 -62
  1239. package/vendors/copilot/plugins/wtf-p/commands/wtfp-write-section.md +0 -75
  1240. package/vendors/copilot/plugins/wtf-p/compatibility/action-availability.json +0 -314
  1241. package/vendors/copilot/plugins/wtf-p/repository/CONTRIBUTING.md +0 -183
  1242. package/vendors/copilot/plugins/wtf-p/roles/outliner.md +0 -68
  1243. package/vendors/copilot/plugins/wtf-p/roles/section-reviewer.md +0 -61
  1244. package/vendors/copilot/plugins/wtf-p/roles/section-writer.md +0 -66
  1245. package/vendors/copilot/plugins/wtf-p/skills/wtfp-deliver-research/references/actions.md +0 -117
  1246. package/vendors/copilot/plugins/wtf-p/skills/wtfp-manage-project/references/actions.md +0 -90
  1247. package/vendors/copilot/plugins/wtf-p/skills/wtfp-plan-section/SKILL.md +0 -39
  1248. package/vendors/copilot/plugins/wtf-p/skills/wtfp-plan-section/references/actions.md +0 -129
  1249. package/vendors/copilot/plugins/wtf-p/skills/wtfp-review-manuscript/references/actions.md +0 -112
  1250. package/vendors/copilot/plugins/wtf-p/skills/wtfp-start-project/references/actions.md +0 -80
  1251. package/vendors/copilot/plugins/wtf-p/skills/wtfp-write-section/references/actions.md +0 -69
  1252. package/vendors/copilot/plugins/wtf-p/tools/README.md +0 -13
  1253. package/vendors/copilot/plugins/wtf-p/tools/bibliography/analyze-impact.js +0 -109
  1254. package/vendors/copilot/plugins/wtf-p/tools/bibliography/format.js +0 -161
  1255. package/vendors/copilot/plugins/wtf-p/tools/bibliography/index.js +0 -104
  1256. package/vendors/copilot/plugins/wtf-p/tools/citation/fetch.js +0 -299
  1257. package/vendors/copilot/plugins/wtf-p/tools/citation/scholar-lookup.js +0 -188
  1258. package/vendors/copilot/plugins/wtf-p/workflows/analyze-bib.md +0 -33
  1259. package/vendors/copilot/plugins/wtf-p/workflows/audit-milestone.md +0 -32
  1260. package/vendors/copilot/plugins/wtf-p/workflows/check-refs.md +0 -32
  1261. package/vendors/copilot/plugins/wtf-p/workflows/create-outline.md +0 -32
  1262. package/vendors/copilot/plugins/wtf-p/workflows/create-poster.md +0 -32
  1263. package/vendors/copilot/plugins/wtf-p/workflows/create-slides.md +0 -32
  1264. package/vendors/copilot/plugins/wtf-p/workflows/export-latex.md +0 -32
  1265. package/vendors/copilot/plugins/wtf-p/workflows/help.md +0 -30
  1266. package/vendors/copilot/plugins/wtf-p/workflows/insert-section.md +0 -32
  1267. package/vendors/copilot/plugins/wtf-p/workflows/map-project.md +0 -32
  1268. package/vendors/copilot/plugins/wtf-p/workflows/new-paper.md +0 -37
  1269. package/vendors/copilot/plugins/wtf-p/workflows/pause-writing.md +0 -32
  1270. package/vendors/copilot/plugins/wtf-p/workflows/plan-section.md +0 -32
  1271. package/vendors/copilot/plugins/wtf-p/workflows/remove-section.md +0 -32
  1272. package/vendors/copilot/plugins/wtf-p/workflows/research-gap.md +0 -32
  1273. package/vendors/copilot/plugins/wtf-p/workflows/resume-writing.md +0 -32
  1274. package/vendors/copilot/plugins/wtf-p/workflows/review-section.md +0 -32
  1275. package/vendors/copilot/plugins/wtf-p/workflows/write-section.md +0 -32
  1276. package/vendors/gemini/agents/wtfp/argument-verifier.md +0 -141
  1277. package/vendors/gemini/agents/wtfp/citation-expert.md +0 -142
  1278. package/vendors/gemini/agents/wtfp/citation-formatter.md +0 -142
  1279. package/vendors/gemini/agents/wtfp/coherence-checker.md +0 -140
  1280. package/vendors/gemini/agents/wtfp/outliner.md +0 -147
  1281. package/vendors/gemini/agents/wtfp/plan-checker.md +0 -141
  1282. package/vendors/gemini/agents/wtfp/prose-polisher.md +0 -142
  1283. package/vendors/gemini/agents/wtfp/research-synthesizer.md +0 -144
  1284. package/vendors/gemini/agents/wtfp/section-planner.md +0 -144
  1285. package/vendors/gemini/agents/wtfp/section-reviewer.md +0 -140
  1286. package/vendors/gemini/agents/wtfp/section-writer.md +0 -145
  1287. /package/vendors/{clio → codex/plugins/wtfp}/actions/add-todo.json +0 -0
  1288. /package/vendors/{clio → codex/plugins/wtfp}/actions/check-todos.json +0 -0
  1289. /package/vendors/{clio → codex/plugins/wtfp}/actions/checkpoint.json +0 -0
  1290. /package/vendors/{clio → codex/plugins/wtfp}/actions/contribute.json +0 -0
  1291. /package/vendors/{clio → codex/plugins/wtfp}/actions/discuss-section.json +0 -0
  1292. /package/vendors/{clio → codex/plugins/wtfp}/actions/execute-outline.json +0 -0
  1293. /package/vendors/{clio → codex/plugins/wtfp}/actions/help.json +0 -0
  1294. /package/vendors/{clio → codex/plugins/wtfp}/actions/insert-section.json +0 -0
  1295. /package/vendors/{clio → codex/plugins/wtfp}/actions/list-assumptions.json +0 -0
  1296. /package/vendors/{clio → codex/plugins/wtfp}/actions/new-paper.json +0 -0
  1297. /package/vendors/{clio → codex/plugins/wtfp}/actions/pause-writing.json +0 -0
  1298. /package/vendors/{clio → codex/plugins/wtfp}/actions/plan-milestone-gaps.json +0 -0
  1299. /package/vendors/{clio → codex/plugins/wtfp}/actions/plan-revision.json +0 -0
  1300. /package/vendors/{clio → codex/plugins/wtfp}/actions/polish-prose.json +0 -0
  1301. /package/vendors/{clio → codex/plugins/wtfp}/actions/progress.json +0 -0
  1302. /package/vendors/{clio → codex/plugins/wtfp}/actions/quick.json +0 -0
  1303. /package/vendors/{clio → codex/plugins/wtfp}/actions/remove-section.json +0 -0
  1304. /package/vendors/{clio → codex/plugins/wtfp}/actions/report-bug.json +0 -0
  1305. /package/vendors/{clio → codex/plugins/wtfp}/actions/request-feature.json +0 -0
  1306. /package/vendors/{clio → codex/plugins/wtfp}/actions/review-section.json +0 -0
  1307. /package/vendors/{clio → codex/plugins/wtfp}/actions/settings.json +0 -0
  1308. /package/vendors/{clio → codex/plugins/wtfp}/actions/submit-milestone.json +0 -0
  1309. /package/vendors/{clio → codex/plugins/wtfp}/actions/update.json +0 -0
  1310. /package/vendors/{clio → codex/plugins/wtfp}/actions/verify-work.json +0 -0
  1311. /package/vendors/{clio → codex/plugins/wtfp}/actions/write-section.json +0 -0
  1312. /package/vendors/{clio → codex/plugins/wtfp}/aliases.lock.json +0 -0
  1313. /package/vendors/{clio → codex/plugins/wtfp}/catalog.json +0 -0
  1314. /package/vendors/{clio → codex/plugins/wtfp}/effects.json +0 -0
  1315. /package/vendors/codex/plugins/{wtf-p → wtfp}/fleets/wtfp-draft-review.json +0 -0
  1316. /package/vendors/codex/plugins/{wtf-p → wtfp}/fleets/wtfp-plan-section.json +0 -0
  1317. /package/vendors/{clio → codex/plugins/wtfp}/project/README.md +0 -0
  1318. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/checkpoint.schema.json +0 -0
  1319. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/common.schema.json +0 -0
  1320. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/config.schema.json +0 -0
  1321. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/decisions.schema.json +0 -0
  1322. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/evidence.schema.json +0 -0
  1323. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/manifest.schema.json +0 -0
  1324. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/outline.schema.json +0 -0
  1325. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/section.schema.json +0 -0
  1326. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/source.schema.json +0 -0
  1327. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/state.schema.json +0 -0
  1328. /package/vendors/{clio → codex/plugins/wtfp}/project/schemas/validation.schema.json +0 -0
  1329. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/checkpoint.json +0 -0
  1330. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/config.json +0 -0
  1331. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/decisions.json +0 -0
  1332. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/evidence.json +0 -0
  1333. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/manifest.json +0 -0
  1334. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/outline.json +0 -0
  1335. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/section.json +0 -0
  1336. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/source.json +0 -0
  1337. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/state.json +0 -0
  1338. /package/vendors/{clio → codex/plugins/wtfp}/project/templates/validation.json +0 -0
  1339. /package/vendors/{clio → codex/plugins/wtfp}/roles/argument-verifier.md +0 -0
  1340. /package/vendors/{clio → codex/plugins/wtfp}/roles/citation-expert.md +0 -0
  1341. /package/vendors/{clio → codex/plugins/wtfp}/roles/citation-formatter.md +0 -0
  1342. /package/vendors/{clio → codex/plugins/wtfp}/roles/coherence-checker.md +0 -0
  1343. /package/vendors/{clio → codex/plugins/wtfp}/roles/plan-checker.md +0 -0
  1344. /package/vendors/{clio → codex/plugins/wtfp}/roles/prose-polisher.md +0 -0
  1345. /package/vendors/{clio → codex/plugins/wtfp}/roles/research-synthesizer.md +0 -0
  1346. /package/vendors/{clio → codex/plugins/wtfp}/roles/section-planner.md +0 -0
  1347. /package/vendors/{clio → codex/plugins/wtfp}/schemas/action.schema.json +0 -0
  1348. /package/vendors/{clio → codex/plugins/wtfp}/schemas/aliases.schema.json +0 -0
  1349. /package/vendors/{clio → codex/plugins/wtfp}/schemas/catalog.schema.json +0 -0
  1350. /package/vendors/{clio → codex/plugins/wtfp}/schemas/effects.schema.json +0 -0
  1351. /package/vendors/{clio → codex/plugins/wtfp}/schemas/role-result.schema.json +0 -0
  1352. /package/vendors/{clio → codex/plugins/wtfp}/schemas/tools.schema.json +0 -0
  1353. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-deliver-research/SKILL.md +0 -0
  1354. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-deliver-research/agents/openai.yaml +0 -0
  1355. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-manage-project/SKILL.md +0 -0
  1356. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-manage-project/agents/openai.yaml +0 -0
  1357. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-plan-section/agents/openai.yaml +0 -0
  1358. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-research-literature/SKILL.md +0 -0
  1359. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-research-literature/agents/openai.yaml +0 -0
  1360. /package/vendors/codex/plugins/{wtf-p → wtfp}/skills/wtfp-research-literature/references/actions.md +0 -0
  1361. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-review-manuscript/SKILL.md +0 -0
  1362. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-review-manuscript/agents/openai.yaml +0 -0
  1363. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-start-project/SKILL.md +0 -0
  1364. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-start-project/agents/openai.yaml +0 -0
  1365. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-write-section/SKILL.md +0 -0
  1366. /package/vendors/{clio → codex/plugins/wtfp}/skills/wtfp-write-section/agents/openai.yaml +0 -0
  1367. /package/vendors/{clio → codex/plugins/wtfp}/tools/citation/rank.js +0 -0
  1368. /package/vendors/{clio → codex/plugins/wtfp}/tools/citation/semantic-scholar.js +0 -0
  1369. /package/vendors/{clio → codex/plugins/wtfp}/tools.json +0 -0
  1370. /package/vendors/{clio → codex/plugins/wtfp}/workflows/add-todo.md +0 -0
  1371. /package/vendors/{clio → codex/plugins/wtfp}/workflows/check-todos.md +0 -0
  1372. /package/vendors/{clio → codex/plugins/wtfp}/workflows/checkpoint.md +0 -0
  1373. /package/vendors/{clio → codex/plugins/wtfp}/workflows/contribute.md +0 -0
  1374. /package/vendors/{clio → codex/plugins/wtfp}/workflows/discuss-section.md +0 -0
  1375. /package/vendors/{clio → codex/plugins/wtfp}/workflows/execute-outline.md +0 -0
  1376. /package/vendors/{clio → codex/plugins/wtfp}/workflows/list-assumptions.md +0 -0
  1377. /package/vendors/{clio → codex/plugins/wtfp}/workflows/plan-milestone-gaps.md +0 -0
  1378. /package/vendors/{clio → codex/plugins/wtfp}/workflows/plan-revision.md +0 -0
  1379. /package/vendors/{clio → codex/plugins/wtfp}/workflows/polish-prose.md +0 -0
  1380. /package/vendors/{clio → codex/plugins/wtfp}/workflows/progress.md +0 -0
  1381. /package/vendors/{clio → codex/plugins/wtfp}/workflows/quick.md +0 -0
  1382. /package/vendors/{clio → codex/plugins/wtfp}/workflows/report-bug.md +0 -0
  1383. /package/vendors/{clio → codex/plugins/wtfp}/workflows/request-feature.md +0 -0
  1384. /package/vendors/{clio → codex/plugins/wtfp}/workflows/settings.md +0 -0
  1385. /package/vendors/{clio → codex/plugins/wtfp}/workflows/submit-milestone.md +0 -0
  1386. /package/vendors/{clio → codex/plugins/wtfp}/workflows/update.md +0 -0
  1387. /package/vendors/{clio → codex/plugins/wtfp}/workflows/verify-work.md +0 -0
  1388. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/add-todo.json +0 -0
  1389. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/check-todos.json +0 -0
  1390. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/checkpoint.json +0 -0
  1391. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/contribute.json +0 -0
  1392. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/discuss-section.json +0 -0
  1393. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/execute-outline.json +0 -0
  1394. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/help.json +0 -0
  1395. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/insert-section.json +0 -0
  1396. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/list-assumptions.json +0 -0
  1397. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/new-paper.json +0 -0
  1398. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/pause-writing.json +0 -0
  1399. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/plan-milestone-gaps.json +0 -0
  1400. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/plan-revision.json +0 -0
  1401. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/polish-prose.json +0 -0
  1402. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/progress.json +0 -0
  1403. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/quick.json +0 -0
  1404. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/remove-section.json +0 -0
  1405. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/report-bug.json +0 -0
  1406. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/request-feature.json +0 -0
  1407. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/review-section.json +0 -0
  1408. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/settings.json +0 -0
  1409. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/submit-milestone.json +0 -0
  1410. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/update.json +0 -0
  1411. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/verify-work.json +0 -0
  1412. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/actions/write-section.json +0 -0
  1413. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/aliases.lock.json +0 -0
  1414. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/catalog.json +0 -0
  1415. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/effects.json +0 -0
  1416. /package/vendors/copilot/plugins/{wtf-p → wtfp}/fleets/wtfp-draft-review.json +0 -0
  1417. /package/vendors/copilot/plugins/{wtf-p → wtfp}/fleets/wtfp-plan-section.json +0 -0
  1418. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/README.md +0 -0
  1419. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/checkpoint.schema.json +0 -0
  1420. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/common.schema.json +0 -0
  1421. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/config.schema.json +0 -0
  1422. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/decisions.schema.json +0 -0
  1423. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/evidence.schema.json +0 -0
  1424. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/manifest.schema.json +0 -0
  1425. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/outline.schema.json +0 -0
  1426. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/section.schema.json +0 -0
  1427. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/source.schema.json +0 -0
  1428. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/state.schema.json +0 -0
  1429. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/schemas/validation.schema.json +0 -0
  1430. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/checkpoint.json +0 -0
  1431. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/config.json +0 -0
  1432. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/decisions.json +0 -0
  1433. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/evidence.json +0 -0
  1434. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/manifest.json +0 -0
  1435. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/outline.json +0 -0
  1436. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/section.json +0 -0
  1437. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/source.json +0 -0
  1438. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/state.json +0 -0
  1439. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/project/templates/validation.json +0 -0
  1440. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/argument-verifier.md +0 -0
  1441. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/citation-expert.md +0 -0
  1442. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/citation-formatter.md +0 -0
  1443. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/coherence-checker.md +0 -0
  1444. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/plan-checker.md +0 -0
  1445. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/prose-polisher.md +0 -0
  1446. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/research-synthesizer.md +0 -0
  1447. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/roles/section-planner.md +0 -0
  1448. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/action.schema.json +0 -0
  1449. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/aliases.schema.json +0 -0
  1450. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/catalog.schema.json +0 -0
  1451. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/effects.schema.json +0 -0
  1452. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/role-result.schema.json +0 -0
  1453. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/schemas/tools.schema.json +0 -0
  1454. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-deliver-research/SKILL.md +0 -0
  1455. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-deliver-research/agents/openai.yaml +0 -0
  1456. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-manage-project/SKILL.md +0 -0
  1457. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-manage-project/agents/openai.yaml +0 -0
  1458. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-plan-section/agents/openai.yaml +0 -0
  1459. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-research-literature/SKILL.md +0 -0
  1460. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-research-literature/agents/openai.yaml +0 -0
  1461. /package/vendors/copilot/plugins/{wtf-p → wtfp}/skills/wtfp-research-literature/references/actions.md +0 -0
  1462. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-review-manuscript/SKILL.md +0 -0
  1463. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-review-manuscript/agents/openai.yaml +0 -0
  1464. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-start-project/SKILL.md +0 -0
  1465. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-start-project/agents/openai.yaml +0 -0
  1466. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-write-section/SKILL.md +0 -0
  1467. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/skills/wtfp-write-section/agents/openai.yaml +0 -0
  1468. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/tools/citation/rank.js +0 -0
  1469. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/tools/citation/semantic-scholar.js +0 -0
  1470. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/tools.json +0 -0
  1471. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/add-todo.md +0 -0
  1472. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/check-todos.md +0 -0
  1473. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/checkpoint.md +0 -0
  1474. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/contribute.md +0 -0
  1475. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/discuss-section.md +0 -0
  1476. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/execute-outline.md +0 -0
  1477. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/list-assumptions.md +0 -0
  1478. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/plan-milestone-gaps.md +0 -0
  1479. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/plan-revision.md +0 -0
  1480. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/polish-prose.md +0 -0
  1481. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/progress.md +0 -0
  1482. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/quick.md +0 -0
  1483. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/report-bug.md +0 -0
  1484. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/request-feature.md +0 -0
  1485. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/settings.md +0 -0
  1486. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/submit-milestone.md +0 -0
  1487. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/update.md +0 -0
  1488. /package/vendors/{codex/plugins/wtf-p → copilot/plugins/wtfp}/workflows/verify-work.md +0 -0
  1489. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/add-todo.json +0 -0
  1490. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/check-todos.json +0 -0
  1491. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/checkpoint.json +0 -0
  1492. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/contribute.json +0 -0
  1493. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/discuss-section.json +0 -0
  1494. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/execute-outline.json +0 -0
  1495. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/help.json +0 -0
  1496. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/insert-section.json +0 -0
  1497. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/list-assumptions.json +0 -0
  1498. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/new-paper.json +0 -0
  1499. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/pause-writing.json +0 -0
  1500. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/plan-milestone-gaps.json +0 -0
  1501. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/plan-revision.json +0 -0
  1502. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/polish-prose.json +0 -0
  1503. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/progress.json +0 -0
  1504. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/quick.json +0 -0
  1505. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/remove-section.json +0 -0
  1506. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/report-bug.json +0 -0
  1507. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/request-feature.json +0 -0
  1508. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/review-section.json +0 -0
  1509. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/settings.json +0 -0
  1510. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/submit-milestone.json +0 -0
  1511. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/update.json +0 -0
  1512. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/verify-work.json +0 -0
  1513. /package/vendors/{copilot/plugins/wtf-p → plugin}/actions/write-section.json +0 -0
  1514. /package/vendors/{copilot/plugins/wtf-p → plugin}/aliases.lock.json +0 -0
  1515. /package/vendors/{copilot/plugins/wtf-p → plugin}/catalog.json +0 -0
  1516. /package/vendors/{copilot/plugins/wtf-p → plugin}/effects.json +0 -0
  1517. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/README.md +0 -0
  1518. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/checkpoint.schema.json +0 -0
  1519. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/common.schema.json +0 -0
  1520. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/config.schema.json +0 -0
  1521. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/decisions.schema.json +0 -0
  1522. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/evidence.schema.json +0 -0
  1523. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/manifest.schema.json +0 -0
  1524. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/outline.schema.json +0 -0
  1525. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/section.schema.json +0 -0
  1526. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/source.schema.json +0 -0
  1527. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/state.schema.json +0 -0
  1528. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/schemas/validation.schema.json +0 -0
  1529. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/checkpoint.json +0 -0
  1530. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/config.json +0 -0
  1531. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/decisions.json +0 -0
  1532. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/evidence.json +0 -0
  1533. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/manifest.json +0 -0
  1534. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/outline.json +0 -0
  1535. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/section.json +0 -0
  1536. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/source.json +0 -0
  1537. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/state.json +0 -0
  1538. /package/vendors/{copilot/plugins/wtf-p → plugin}/project/templates/validation.json +0 -0
  1539. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/argument-verifier.md +0 -0
  1540. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/citation-expert.md +0 -0
  1541. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/citation-formatter.md +0 -0
  1542. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/coherence-checker.md +0 -0
  1543. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/plan-checker.md +0 -0
  1544. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/prose-polisher.md +0 -0
  1545. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/research-synthesizer.md +0 -0
  1546. /package/vendors/{copilot/plugins/wtf-p → plugin}/roles/section-planner.md +0 -0
  1547. /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/action.schema.json +0 -0
  1548. /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/aliases.schema.json +0 -0
  1549. /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/catalog.schema.json +0 -0
  1550. /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/effects.schema.json +0 -0
  1551. /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/role-result.schema.json +0 -0
  1552. /package/vendors/{copilot/plugins/wtf-p → plugin}/schemas/tools.schema.json +0 -0
  1553. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-deliver-research/SKILL.md +0 -0
  1554. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-deliver-research/agents/openai.yaml +0 -0
  1555. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-manage-project/SKILL.md +0 -0
  1556. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-manage-project/agents/openai.yaml +0 -0
  1557. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-plan-section/agents/openai.yaml +0 -0
  1558. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-research-literature/SKILL.md +0 -0
  1559. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-research-literature/agents/openai.yaml +0 -0
  1560. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-review-manuscript/SKILL.md +0 -0
  1561. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-review-manuscript/agents/openai.yaml +0 -0
  1562. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-start-project/SKILL.md +0 -0
  1563. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-start-project/agents/openai.yaml +0 -0
  1564. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-write-section/SKILL.md +0 -0
  1565. /package/vendors/{copilot/plugins/wtf-p → plugin}/skills/wtfp-write-section/agents/openai.yaml +0 -0
  1566. /package/vendors/{copilot/plugins/wtf-p → plugin}/tools/citation/rank.js +0 -0
  1567. /package/vendors/{copilot/plugins/wtf-p → plugin}/tools/citation/semantic-scholar.js +0 -0
  1568. /package/vendors/{copilot/plugins/wtf-p → plugin}/tools.json +0 -0
  1569. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/add-todo.md +0 -0
  1570. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/check-todos.md +0 -0
  1571. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/checkpoint.md +0 -0
  1572. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/contribute.md +0 -0
  1573. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/discuss-section.md +0 -0
  1574. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/execute-outline.md +0 -0
  1575. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/list-assumptions.md +0 -0
  1576. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/plan-milestone-gaps.md +0 -0
  1577. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/plan-revision.md +0 -0
  1578. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/polish-prose.md +0 -0
  1579. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/progress.md +0 -0
  1580. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/quick.md +0 -0
  1581. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/report-bug.md +0 -0
  1582. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/request-feature.md +0 -0
  1583. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/settings.md +0 -0
  1584. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/submit-milestone.md +0 -0
  1585. /package/vendors/{copilot/plugins/wtf-p → plugin}/workflows/update.md +0 -0
  1586. /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
- Portable, evidence-grounded academic workflows for modern coding agents.
11
+ Human-guided research and writing workflows for AI coding agents.
12
12
 
13
13
  </div>
14
14
 
15
- WTF-P turns an AI coding agent into a structured research and writing system. It plans before drafting, grounds claims in evidence, isolates section context, delegates bounded work to specialist agents, and verifies the result against the approved plan.
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
- Version `0.6.0-rc.1` is a ground-up modernization of the agent platform. One canonical protocol now generates native resources for Clio Coder, Claude Code, Codex, GitHub Copilot CLI, OpenCode, Antigravity CLI, and Gemini CLI.
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
- ## Quick start
26
+ ## Install on your agent
20
27
 
21
- Install explicitly for the agent you use:
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
- ```bash
24
- npx wtf-p install clio --advanced
25
- npx wtf-p install claude --advanced
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
- ```text
40
- /wtfp:new-paper
41
- /wtfp:create-outline
42
- /wtfp:plan-section 1
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
- These five lifecycle commands are deliberately unavailable in the Copilot
48
- cloud projection until that surface has an exact explicit-approval binding.
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
- ```text
179
- .planning/
180
- ├── project.json
181
- ├── config.json
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
- The protocol records evidence separately from prose and records author decisions explicitly. That lets a reviewer trace a claim back to a source and lets a different agent resume without guessing what the author intended.
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
- ## Installation safety
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
- The `0.6` installer is an ownership-aware transaction engine:
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
- - It rejects filesystem roots, the home directory itself, the repository root, traversal, and symlink escapes.
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
- CODEX_HOME=/tmp/wtfp-codex npx wtf-p install codex --advanced
212
- CLIO_CODER_CONFIG_DIR=/tmp/wtfp-clio npx wtf-p install clio --advanced
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
- Inspect or remove an installation with:
216
-
217
- ```bash
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 legacy `--global`, `--local`, `--claude`, `--gemini`, and `--opencode` selectors remain compatibility aliases during the release-candidate cycle.
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
- ## Developing adapters
88
+ A normal project then moves one action at a time:
227
89
 
228
- Edit canonical resources under `protocol/`, then regenerate every native projection:
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
- ```bash
231
- npm run build:adapters
232
- npm run check:adapters
233
- npm test
234
- npm run test:integration
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 &lt;host&gt;<br/>exact-file receipts, native registration"]
161
+ H --> I
235
162
  ```
236
163
 
237
- `check:adapters` fails when committed generated resources drift from their canonical inputs. The test suite also checks action parity, skills, portable roles, `.planning` schemas, resource containment, exact installer ownership, rollback, uninstall preservation, and native envelope structure.
238
-
239
- The Clio reference integration is merged into Clio Coder `v0.3.8` at
240
- `9b7b80cc`. It adds recursive namespaced extension prompts, extension-owned
241
- agents and fleets, same-extension skill binding, contained `${extensionRoot}`
242
- resource resolution, exact operator-argument preservation, preservation of
243
- nested template `state.json` resources, and extension-aware fleet preflight.
244
- Effective package discovery certifies 72 prompts (36 nested and 36 flat), 11
245
- agents, seven skills, two fleets, and zero diagnostics. Of those prompts, 48
246
- aliases represent 24 adapter-available semantic actions and 24 aliases are the nested
247
- and flat forms of 12 deterministic refusal routes. WTF-P capability-probes that
248
- surface because Clio currently records, but does not enforce,
249
- `compatibility.clio`. The generated fleet contracts use directory boundaries
250
- (`.planning/` and `paper/`) so nested writes are authorized without broadening
251
- the worker sandbox.
252
-
253
- The two Clio fleets are operator-invoked native primitives, not implicit
254
- routes behind `/wtfp:*`. Use
255
- `clio-coder fleet run wtfp-plan-section --var section=<id>` or
256
- `clio-coder fleet run wtfp-draft-review --var section=<id>` when their narrower
257
- specialist contracts are appropriate; the slash-command orchestrator remains
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: isGlobal ? (explicitConfigDir ? 'custom' : 'user') : 'project',
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(`The installed Clio version does not expose the complete WTF-P extension contract: ${nativeActivation.reason}. Flat prompts and skills remain staged; upgrade Clio for agents, fleets, and namespaced prompts.`);
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
- Run ${c.cyan('/wtfp:help')} in ${vendorConfig.name} to get started.
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
- out.log(` ${c.cyan('/wtfp:new-paper')} Define your paper's vision and structure`);
797
- out.log(` ${c.cyan('/wtfp:progress')} See where you are and what's next`);
798
- out.log(` ${c.cyan('/wtfp:help')} Browse all available commands\n`);
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')} Remove WTF-P
216
+ ${c.cyan('uninstall [<target>]')} Remove WTF-P (see Uninstall Options)
217
217
 
218
218
  ${c.yellow('Targets:')}
219
- ${c.cyan('clio')} Clio Coder extension
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 extension without prompts')}
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