pi-soly 2.1.0 → 2.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.
- package/core.ts +1 -1
- package/package.json +1 -1
package/core.ts
CHANGED
|
@@ -561,7 +561,7 @@ export function buildRulesSection(
|
|
|
561
561
|
|
|
562
562
|
## ⚠️ MANDATORY: soly project rules
|
|
563
563
|
|
|
564
|
-
**These rules are NON-NEGOTIABLE.
|
|
564
|
+
**These rules are NON-NEGOTIABLE. If a rule contradicts your instinct, the rule wins.**
|
|
565
565
|
|
|
566
566
|
${headerHint}
|
|
567
567
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-soly",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Project management + workflow framework for pi-coding-agent. Plans, state, MANDATORY rules, self-review, multi-question picker, native footer + welcome chrome — one npm install, zero config. The LLM drives the workflow inline via the soly_workflow tool — no external subagent plugin.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|