@spences10/pi-coding-preferences 0.0.7 → 0.0.8
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 +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-coding-preferences)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-coding-preferences)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
Keep agents aligned with your local coding standards before bad
|
|
9
|
+
commands run. `pi-coding-preferences` turns workflow preferences—like
|
|
10
|
+
using `rg` instead of `grep`—into lightweight guardrails that nudge
|
|
11
|
+
the model toward the project’s conventions.
|
|
10
12
|
|
|
11
13
|
It ships with default workflow preferences. Add user preferences at
|
|
12
14
|
`~/.pi/agent/coding-preferences.json` and project preferences at
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-coding-preferences",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Pi
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"description": "Configurable Pi guardrails that keep agents aligned with local coding workflow preferences before bad commands run",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-guardrails",
|
|
7
7
|
"coding-preferences",
|