wtf-p 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/package.json +1 -1
- package/vendors/antigravity/.wtfp-generated.json +2 -2
- package/vendors/antigravity/plugin.json +1 -1
- package/vendors/claude/.claude-plugin/marketplace.json +2 -2
- package/vendors/claude/.claude-plugin/plugin.json +1 -1
- package/vendors/claude/.wtfp-generated.json +5 -5
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/help.md +1 -1
- package/vendors/claude/plugin.json +1 -1
- package/vendors/codex/plugins/wtfp/.codex-plugin/plugin.json +1 -1
- package/vendors/codex/plugins/wtfp/.wtfp-generated.json +3 -3
- package/vendors/codex/plugins/wtfp/plugin.json +1 -1
- package/vendors/copilot/.wtfp-generated.json +2 -2
- package/vendors/copilot/marketplace.json +2 -2
- package/vendors/copilot/plugins/wtfp/.claude-plugin/plugin.json +1 -1
- package/vendors/copilot/plugins/wtfp/.wtfp-generated.json +2 -2
- package/vendors/gemini/.wtfp-generated.json +2 -2
- package/vendors/gemini/gemini-extension.json +1 -1
- package/vendors/plugin/.wtfp-generated.json +3 -3
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/help.md +1 -1
- package/vendors/plugin/plugin.json +1 -1
package/README.md
CHANGED
|
@@ -19,10 +19,10 @@ the scientific judgment. The agent keeps the bookkeeping and does bounded jobs.
|
|
|
19
19
|
|
|
20
20
|
It ships as one canonical [Agent Plugins 1.0.0](https://agent-plugins.org)
|
|
21
21
|
bundle that a deterministic compiler projects into a native package for seven
|
|
22
|
-
coding-agent hosts. Version `0.7.
|
|
22
|
+
coding-agent hosts. Version `0.7.1` is the current stable release and is
|
|
23
23
|
what npm `latest` resolves to; v0.5 remains installable by explicit version.
|
|
24
24
|
|
|
25
|
-
**Optional CiteNexus research backend (0.7.0):** `citation-search --backend=cite-nexus`
|
|
25
|
+
**Optional CiteNexus research backend (since 0.7.0):** `citation-search --backend=cite-nexus`
|
|
26
26
|
queries Crossref, DataCite and Europe PMC by default, plus explicitly selected academic
|
|
27
27
|
APIs, through the [CiteNexus](docs/CITE_NEXUS.md) MCP server. Results keep their source
|
|
28
28
|
evidence and stay candidates. CiteNexus is a separate Python package
|
|
@@ -56,13 +56,13 @@ registers it with the host's native plugin lifecycle where one exists.
|
|
|
56
56
|
|
|
57
57
|
| Host | Install | Native registration the installer performs | Verified with |
|
|
58
58
|
| --- | --- | --- | --- |
|
|
59
|
-
| Clio Coder (0.4.7 or newer) | `npx --yes --package=wtf-p@0.7.
|
|
60
|
-
| Claude Code | `npx --yes --package=wtf-p@0.7.
|
|
61
|
-
| Codex | `npx --yes --package=wtf-p@0.7.
|
|
62
|
-
| GitHub Copilot CLI | `npx --yes --package=wtf-p@0.7.
|
|
63
|
-
| OpenCode | `npx --yes --package=wtf-p@0.7.
|
|
64
|
-
| Antigravity CLI | `npx --yes --package=wtf-p@0.7.
|
|
65
|
-
| Gemini CLI | `npx --yes --package=wtf-p@0.7.
|
|
59
|
+
| Clio Coder (0.4.7 or newer) | `npx --yes --package=wtf-p@0.7.1 -- wtf-p install clio` | `clio-coder library install <staged-bundle> --user`, then `clio-coder library inspect wtfp --user --json` | 0.4.9 (local build) |
|
|
60
|
+
| Claude Code | `npx --yes --package=wtf-p@0.7.1 -- wtf-p install claude` | `claude plugin marketplace add <root>/marketplaces/wtfp --scope user`, then `claude plugin install wtfp@wtfp --scope user -y` | 2.1.274 |
|
|
61
|
+
| Codex | `npx --yes --package=wtf-p@0.7.1 -- 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 |
|
|
62
|
+
| GitHub Copilot CLI | `npx --yes --package=wtf-p@0.7.1 -- wtf-p install copilot` | `copilot plugin marketplace add <root>/marketplaces/wtfp`, then `copilot plugin install wtfp@wtfp` | 1.0.85 |
|
|
63
|
+
| OpenCode | `npx --yes --package=wtf-p@0.7.1 -- wtf-p install opencode` | Files under the OpenCode config root; OpenCode discovers them by directory | 1.18.31 |
|
|
64
|
+
| Antigravity CLI | `npx --yes --package=wtf-p@0.7.1 -- wtf-p install antigravity` | `agy plugin install <root>/sources/wtfp` | 1.2.5 |
|
|
65
|
+
| Gemini CLI | `npx --yes --package=wtf-p@0.7.1 -- wtf-p install gemini` | Files under `<root>/extensions/wtfp`; Gemini discovers the extension by directory | 0.60.0 |
|
|
66
66
|
|
|
67
67
|
"Verified" means native discovery in a disposable profile on this exact
|
|
68
68
|
envelope, with the commands recorded in
|
|
@@ -76,7 +76,7 @@ the old executable instead.
|
|
|
76
76
|
## Sixty-second start
|
|
77
77
|
|
|
78
78
|
```bash
|
|
79
|
-
npx --yes --package=wtf-p@0.7.
|
|
79
|
+
npx --yes --package=wtf-p@0.7.1 -- wtf-p install clio
|
|
80
80
|
cd /path/to/your-paper-or-proposal
|
|
81
81
|
clio-coder --autonomy suggest
|
|
82
82
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wtf-p",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Portable, evidence-grounded academic writing workflows (papers, proposals, posters, presentations) for Clio Coder, Claude Code, Codex, GitHub Copilot CLI, OpenCode, Antigravity CLI, and Gemini CLI.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"wtfp": "bin/install.js",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "antigravity",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "fd300ebe88a80d19a91efd0d8e22700782eceec0728584e5d1004a54794804a7",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": "actions/add-todo.json",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"path": "plugin.json",
|
|
365
|
-
"sha256": "
|
|
365
|
+
"sha256": "1017fe85464c00f4d1f2ad8ac23c1aace4f2edfccccd264b7ba6580568dc42bf"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"path": "project/README.md",
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
7
|
"description": "WTF-P evidence-grounded academic workflow plugin.",
|
|
8
|
-
"version": "0.7.
|
|
8
|
+
"version": "0.7.1"
|
|
9
9
|
},
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "wtfp",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"description": "Portable academic research and writing workflows.",
|
|
15
|
-
"version": "0.7.
|
|
15
|
+
"version": "0.7.1",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "akougkas"
|
|
18
18
|
},
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "claude",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "f3cd9326674a890a0eaea6f2d30816e9d91c9832cbfc6a5c6f18c7dee3b4f075",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": ".claude-plugin/marketplace.json",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "55edd7c736d654630ea1267fde8e7f8e090b8fadd8cd0bb3ef16cd6cab5af7a1"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"path": ".claude-plugin/plugin.json",
|
|
13
|
-
"sha256": "
|
|
13
|
+
"sha256": "1f77fce4cb2bdb2ec25d7dd8a8fa4fb65d7f58beab887e657b73f6d9fcf44d44"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"path": "actions/add-todo.json",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"path": "ai.iowarp.clio/prompts/wtfp/help.md",
|
|
309
|
-
"sha256": "
|
|
309
|
+
"sha256": "f7d0a9479be53c68cc07c9f33522d8484326b5267aa1790a2825d71caba57112"
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
312
|
"path": "ai.iowarp.clio/prompts/wtfp/insert-section.md",
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
},
|
|
575
575
|
{
|
|
576
576
|
"path": "plugin.json",
|
|
577
|
-
"sha256": "
|
|
577
|
+
"sha256": "de4f7583a5c4d9d1a04deeb20f1f74d8a3cc718c3d4dbbc82c07c4b8605b28f0"
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
580
|
"path": "project/README.md",
|
|
@@ -6,7 +6,7 @@ display-only: true
|
|
|
6
6
|
<!-- Generated by WTF-P adapter compiler v5 from protocol/actions/help; do not edit. -->
|
|
7
7
|
|
|
8
8
|
```text
|
|
9
|
-
WTF-P 0.7.
|
|
9
|
+
WTF-P 0.7.1 on Clio Coder: evidence-grounded academic writing
|
|
10
10
|
|
|
11
11
|
Start here
|
|
12
12
|
/wtfp:new-paper [input]
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "codex",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "1e1af2ef70ac9839e13375b442cdfab39948203582e4bf63a3047223ac23ca1c",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": ".codex-plugin/plugin.json",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "3534b5fe702c0513c6e74c1ee030c15e4532e880d4695a08427cb37f8f699280"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"path": "actions/add-todo.json",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
"path": "plugin.json",
|
|
225
|
-
"sha256": "
|
|
225
|
+
"sha256": "30ee228934147fbfbb51a61d7e75673691aa36a99fb1576c41f02fc072a77e6f"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
"path": "project/README.md",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "copilot-marketplace",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "24984d4ade4b82d105e79b6572ff712dbde8d69506d0b1164db3e6d3725f45ed",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": "marketplace.json",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "b04ff9ad215681d9aca99b3c3b73cb363b61ea97db886ad9dd8536a42888b1c8"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"path": "project/.github/agents/wtfp-argument-verifier.agent.md",
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
7
|
"description": "WTF-P research workflow plugins",
|
|
8
|
-
"version": "0.7.
|
|
8
|
+
"version": "0.7.1"
|
|
9
9
|
},
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "wtfp",
|
|
13
13
|
"source": "./plugins/wtfp",
|
|
14
14
|
"description": "Portable academic research and writing workflows.",
|
|
15
|
-
"version": "0.7.
|
|
15
|
+
"version": "0.7.1",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "akougkas"
|
|
18
18
|
},
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "copilot",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "7dd8faa838b3daea55443365532a761a68b3800a7270e46ec564c452b63ed95f",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": ".claude-plugin/plugin.json",
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "1f77fce4cb2bdb2ec25d7dd8a8fa4fb65d7f58beab887e657b73f6d9fcf44d44"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"path": "actions/add-todo.json",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "gemini",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "7149d6dd2e818f9edf625102fd0c2828496897a43cd8c3fc33557462a681c90a",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": "actions/add-todo.json",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"path": "gemini-extension.json",
|
|
365
|
-
"sha256": "
|
|
365
|
+
"sha256": "7e5535f59e9dc15f2f18d31812ea08a65ed7f3368126f0c941974a8bdd4fc54d"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"path": "GEMINI.md",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schema": "wtfp.generated-adapter/v1",
|
|
3
3
|
"generatorVersion": 5,
|
|
4
4
|
"target": "portable-plugin",
|
|
5
|
-
"sourceHash": "
|
|
5
|
+
"sourceHash": "3bc489b8c1fc8d09991d3e8b17a5549b6664741ed1ed88b15b5f483daaae3976",
|
|
6
6
|
"files": [
|
|
7
7
|
{
|
|
8
8
|
"path": "actions/add-todo.json",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"path": "ai.iowarp.clio/prompts/wtfp/help.md",
|
|
257
|
-
"sha256": "
|
|
257
|
+
"sha256": "f7d0a9479be53c68cc07c9f33522d8484326b5267aa1790a2825d71caba57112"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"path": "ai.iowarp.clio/prompts/wtfp/insert-section.md",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"path": "plugin.json",
|
|
365
|
-
"sha256": "
|
|
365
|
+
"sha256": "de4f7583a5c4d9d1a04deeb20f1f74d8a3cc718c3d4dbbc82c07c4b8605b28f0"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"path": "project/README.md",
|
|
@@ -6,7 +6,7 @@ display-only: true
|
|
|
6
6
|
<!-- Generated by WTF-P adapter compiler v5 from protocol/actions/help; do not edit. -->
|
|
7
7
|
|
|
8
8
|
```text
|
|
9
|
-
WTF-P 0.7.
|
|
9
|
+
WTF-P 0.7.1 on Clio Coder: evidence-grounded academic writing
|
|
10
10
|
|
|
11
11
|
Start here
|
|
12
12
|
/wtfp:new-paper [input]
|