wtf-p 0.7.0 → 0.7.2
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 +11 -10
- package/package.json +1 -1
- package/protocol/actions/research-gap.json +2 -1
- package/protocol/roles/research-synthesizer.md +1 -0
- package/protocol/skills/wtfp-research-literature/references/actions.md +1 -1
- package/protocol/workflows/research-gap.md +1 -1
- package/vendors/antigravity/.wtfp-generated.json +7 -7
- package/vendors/antigravity/actions/research-gap.json +2 -1
- package/vendors/antigravity/agents/wtfp-research-synthesizer.md +1 -0
- package/vendors/antigravity/plugin.json +1 -1
- package/vendors/antigravity/roles/research-synthesizer.md +1 -0
- package/vendors/antigravity/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/antigravity/workflows/research-gap.md +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 +13 -13
- package/vendors/claude/actions/research-gap.json +2 -1
- package/vendors/claude/agents/wtfp-research-synthesizer.md +1 -0
- package/vendors/claude/ai.iowarp.clio/agents/wtfp-research-synthesizer.md +1 -0
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/help.md +1 -1
- package/vendors/claude/ai.iowarp.clio/prompts/wtfp/research-gap.md +1 -1
- package/vendors/claude/commands/research-gap.md +1 -1
- package/vendors/claude/plugin.json +1 -1
- package/vendors/claude/roles/research-synthesizer.md +1 -0
- package/vendors/claude/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/claude/workflows/research-gap.md +1 -1
- package/vendors/codex/plugins/wtfp/.codex-plugin/plugin.json +1 -1
- package/vendors/codex/plugins/wtfp/.wtfp-generated.json +8 -8
- package/vendors/codex/plugins/wtfp/actions/research-gap.json +2 -1
- package/vendors/codex/plugins/wtfp/agents/wtfp-research-synthesizer.toml +1 -0
- package/vendors/codex/plugins/wtfp/plugin.json +1 -1
- package/vendors/codex/plugins/wtfp/roles/research-synthesizer.md +1 -0
- package/vendors/codex/plugins/wtfp/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/codex/plugins/wtfp/workflows/research-gap.md +1 -1
- package/vendors/copilot/.wtfp-generated.json +8 -8
- 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 +7 -7
- package/vendors/copilot/plugins/wtfp/actions/research-gap.json +2 -1
- package/vendors/copilot/plugins/wtfp/agents/wtfp-research-synthesizer.md +1 -0
- package/vendors/copilot/plugins/wtfp/roles/research-synthesizer.md +1 -0
- package/vendors/copilot/plugins/wtfp/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/copilot/plugins/wtfp/workflows/research-gap.md +1 -1
- package/vendors/copilot/project/.github/agents/wtfp-research-synthesizer.agent.md +1 -0
- package/vendors/copilot/project/.github/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/copilot/project/.github/wtfp/actions/research-gap.json +2 -1
- package/vendors/copilot/project/.github/wtfp/roles/research-synthesizer.md +1 -0
- package/vendors/copilot/project/.github/wtfp/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/copilot/project/.github/wtfp/workflows/research-gap.md +1 -1
- package/vendors/gemini/.wtfp-generated.json +7 -7
- package/vendors/gemini/actions/research-gap.json +2 -1
- package/vendors/gemini/agents/wtfp-research-synthesizer.md +1 -0
- package/vendors/gemini/gemini-extension.json +1 -1
- package/vendors/gemini/roles/research-synthesizer.md +1 -0
- package/vendors/gemini/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/gemini/workflows/research-gap.md +1 -1
- package/vendors/opencode/.wtfp-generated.json +6 -6
- package/vendors/opencode/actions/research-gap.json +2 -1
- package/vendors/opencode/agents/wtfp/research-synthesizer.md +1 -0
- package/vendors/opencode/roles/research-synthesizer.md +1 -0
- package/vendors/opencode/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/opencode/workflows/research-gap.md +1 -1
- package/vendors/plugin/.wtfp-generated.json +9 -9
- package/vendors/plugin/actions/research-gap.json +2 -1
- package/vendors/plugin/ai.iowarp.clio/agents/wtfp-research-synthesizer.md +1 -0
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/help.md +1 -1
- package/vendors/plugin/ai.iowarp.clio/prompts/wtfp/research-gap.md +1 -1
- package/vendors/plugin/plugin.json +1 -1
- package/vendors/plugin/roles/research-synthesizer.md +1 -0
- package/vendors/plugin/skills/wtfp-research-literature/references/actions.md +1 -1
- package/vendors/plugin/workflows/research-gap.md +1 -1
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
],
|
|
61
61
|
"tools": [
|
|
62
62
|
"bibliography.index",
|
|
63
|
+
"citation.fetch",
|
|
63
64
|
"citation.rank",
|
|
64
65
|
"citation.scholar-lookup",
|
|
65
66
|
"citation.semantic-scholar"
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
},
|
|
96
97
|
{
|
|
97
98
|
"id": "user.gate",
|
|
98
|
-
"scope": "research scope and depth"
|
|
99
|
+
"scope": "the external providers, bounded query set, and research scope and depth"
|
|
99
100
|
}
|
|
100
101
|
]
|
|
101
102
|
}
|
|
@@ -52,6 +52,7 @@ Investigate the literature needed to plan and write a specific section well. The
|
|
|
52
52
|
## Boundaries
|
|
53
53
|
|
|
54
54
|
- This is a `mutation-report` role. It may write only the research and suggestion artifacts authorized by the invoking action.
|
|
55
|
+
- When external literature search is approved, `citation-search` may run with `--backend=cite-nexus` and an explicit `--providers` list after the gate. Returned results stay candidates, and this role never performs a bibliography write.
|
|
55
56
|
- Never fabricate a citation, identifier, quotation, metadata field, source conclusion, or claim of exhaustive coverage.
|
|
56
57
|
- Never overwrite an existing `project://sources/{source}` record. Additions remain provisional until identity and provenance are verified by an authorized action.
|
|
57
58
|
- Do not explore alternatives that author decisions explicitly deferred or rejected.
|
|
@@ -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.2 on Clio Coder: evidence-grounded academic writing
|
|
10
10
|
|
|
11
11
|
Start here
|
|
12
12
|
/wtfp:new-paper [input]
|
|
@@ -23,7 +23,7 @@ Manuscript prose and supporting context, research, plan, review, summary, handof
|
|
|
23
23
|
## Procedure
|
|
24
24
|
|
|
25
25
|
1. Resolve the research question and section scope against locked/deferred decisions; agree on depth and source constraints.
|
|
26
|
-
2. Search declared scholarly services,
|
|
26
|
+
2. Search declared scholarly services only after the gate names the providers and bounded query set. When using the bundled dispatcher, `citation-search` may run with `--backend=cite-nexus` and an explicit `--providers` list after this gate. Returned results stay candidates, and this action performs no bibliography write. Verify source identity and inspection depth, and separate source records from claim-level evidence.
|
|
27
27
|
3. Synthesize supported, conflicting, and missing evidence into a Markdown research artifact; link new records and disclose limitations.
|
|
28
28
|
|
|
29
29
|
## Bundled tool execution
|
|
@@ -42,6 +42,7 @@ Investigate the literature needed to plan and write a specific section well. The
|
|
|
42
42
|
## Boundaries
|
|
43
43
|
|
|
44
44
|
- This is a `mutation-report` role. It may write only the research and suggestion artifacts authorized by the invoking action.
|
|
45
|
+
- When external literature search is approved, `citation-search` may run with `--backend=cite-nexus` and an explicit `--providers` list after the gate. Returned results stay candidates, and this role never performs a bibliography write.
|
|
45
46
|
- Never fabricate a citation, identifier, quotation, metadata field, source conclusion, or claim of exhaustive coverage.
|
|
46
47
|
- Never overwrite an existing `project://sources/{source}` record. Additions remain provisional until identity and provenance are verified by an authorized action.
|
|
47
48
|
- Do not explore alternatives that author decisions explicitly deferred or rejected.
|
|
@@ -14,7 +14,7 @@ Contract: [protocol/actions/research-gap.json](../../../actions/research-gap.jso
|
|
|
14
14
|
- `standard`: run a focused, reproducible search across the most relevant categories;
|
|
15
15
|
- `deep`: map foundational, recent, competing, gap-defining, and methodological work, including important disagreements and intellectual lineage.
|
|
16
16
|
5. Form search questions and inclusion criteria before searching. Record databases or corpora, query strings, date, filters, and stopping rule.
|
|
17
|
-
6. Search authoritative scholarly sources
|
|
17
|
+
6. Search authoritative scholarly sources only after disclosing and receiving approval for the external providers and bounded query set. When using the bundled dispatcher, `citation-search` may run with `--backend=cite-nexus` and an explicit `--providers` list after this gate. Returned results stay candidates, and this action performs no bibliography write. Deduplicate candidates by persistent identifier, then normalized title.
|
|
18
18
|
7. Verify each retained source from its primary record or publication. Create a `project://sources/{source}` record with title, creators, year, source kind, identifiers, citation key, status, provenance, inspection depth, and verification time.
|
|
19
19
|
8. Read enough of each source to distinguish its actual claim, method, population, result, and limitation. Do not cite an abstract-only impression as full-paper evidence.
|
|
20
20
|
9. Create `project://evidence/{evidence}` separately for each retained claim-level interpretation, with relation, locator, limitations, confidence, and inspection depth. Synthesize by question rather than listing papers; identify consensus, disagreement, methodological differences, missing evidence, and defensible positioning.
|
|
@@ -22,7 +22,7 @@ Manuscript prose and supporting context, research, plan, review, summary, handof
|
|
|
22
22
|
## Procedure
|
|
23
23
|
|
|
24
24
|
1. Resolve the research question and section scope against locked/deferred decisions; agree on depth and source constraints.
|
|
25
|
-
2. Search declared scholarly services,
|
|
25
|
+
2. Search declared scholarly services only after the gate names the providers and bounded query set. When using the bundled dispatcher, `citation-search` may run with `--backend=cite-nexus` and an explicit `--providers` list after this gate. Returned results stay candidates, and this action performs no bibliography write. Verify source identity and inspection depth, and separate source records from claim-level evidence.
|
|
26
26
|
3. Synthesize supported, conflicting, and missing evidence into a Markdown research artifact; link new records and disclose limitations.
|
|
27
27
|
|
|
28
28
|
## Bundled tool execution
|