pi-critique 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,7 +73,7 @@ After receiving a critique, respond with bracketed annotations:
73
73
  [question C4: can you elaborate?]
74
74
  ```
75
75
 
76
- This works standalone in pi's editor, or with `/reply --raw` from [pi-annotated-reply](https://github.com/omaclaren/pi-annotated-reply) for a smoother workflow.
76
+ This works standalone in pi's editor, or with `/reply` from [pi-annotated-reply](https://github.com/omaclaren/pi-annotated-reply) for a smoother workflow.
77
77
 
78
78
  ## Install
79
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-critique",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Structured AI critique for writing and code. Pairs well with annotated-reply and markdown-preview but works standalone.",
5
5
  "type": "module",
6
6
  "license": "MIT",