pi-soly 2.2.4 → 2.2.6
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 +0 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
# ⚡ pi-soly
|
|
4
4
|
|
|
5
|
-
### Project management + workflow engine for [pi-coding-agent](https://github.com/nicobailon/pi-coding-agent)
|
|
6
|
-
|
|
7
5
|
[](https://www.npmjs.com/package/pi-soly)
|
|
8
6
|
[](https://www.npmjs.com/package/pi-soly)
|
|
9
7
|
[](https://github.com/lowern1ght/pi-soly/actions)
|
|
@@ -15,11 +13,6 @@
|
|
|
15
13
|
|
|
16
14
|

|
|
17
15
|
|
|
18
|
-
> Plans · State · MANDATORY rules · Self-review · Multi-question picker.
|
|
19
|
-
> One `npm install`. Zero config. LLM drives the workflow inline.
|
|
20
|
-
|
|
21
|
-
---
|
|
22
|
-
|
|
23
16
|
## What it is
|
|
24
17
|
|
|
25
18
|
pi-soly turns a plain pi-coding-agent session into a structured project:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-soly",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
4
4
|
"description": "Workflow + project management for pi-coding-agent. Plans, state, MANDATORY rules, self-review, multi-question picker. One npm install, zero config. LLM drives the workflow inline via the soly_workflow tool — no external subagent plugin.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|