receiptscc 0.9.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/install.js +1 -1
- package/commands/receipts/receipts.md +3 -3
- package/demo/CHECKLIST.md +1 -1
- package/package.json +1 -1
- /package/demo/{RECIEPTS.md → RECEIPTS.md} +0 -0
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ Now you are inside Claude Code. Type this command:
|
|
|
167
167
|
|
|
168
168
|
**Important:** The `/receipts` command only works inside Claude Code. If you type it in your regular terminal, it will not work.
|
|
169
169
|
|
|
170
|
-
receipts will read your paper, read your sources, and check every citation. When it finishes, it creates a file called `
|
|
170
|
+
receipts will read your paper, read your sources, and check every citation. When it finishes, it creates a file called `RECEIPTS.md` in your folder with the results.
|
|
171
171
|
|
|
172
172
|
---
|
|
173
173
|
|
package/bin/install.js
CHANGED
|
@@ -19,7 +19,7 @@ Given a path, do everything in one shot:
|
|
|
19
19
|
2. **Find sources** - Look in `<path>/sources/` for reference documents
|
|
20
20
|
3. **Parse references** - Extract the reference list from the manuscript
|
|
21
21
|
4. **Verify each reference** - Spawn one agent per reference (parallel)
|
|
22
|
-
5. **Generate report** - Write
|
|
22
|
+
5. **Generate report** - Write RECEIPTS.md with all findings
|
|
23
23
|
|
|
24
24
|
## Spawn Verification Agents
|
|
25
25
|
|
|
@@ -65,7 +65,7 @@ Launch ALL agents in ONE message (parallel execution).
|
|
|
65
65
|
|
|
66
66
|
## After Agents Complete
|
|
67
67
|
|
|
68
|
-
Write `<path>/
|
|
68
|
+
Write `<path>/RECEIPTS.md`:
|
|
69
69
|
|
|
70
70
|
```markdown
|
|
71
71
|
# Citation Verification Report
|
|
@@ -102,4 +102,4 @@ Write `<path>/RECIEPTS.md`:
|
|
|
102
102
|
[List VALID citations, or "None - all citations have issues"]
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
Display: "Done. X issues found. See
|
|
105
|
+
Display: "Done. X issues found. See RECEIPTS.md"
|
package/demo/CHECKLIST.md
CHANGED
package/package.json
CHANGED
|
File without changes
|