@aiwayds/dsh-tui-pi 0.10.4 → 0.10.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiwayds/dsh-tui-pi",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.6",
|
|
4
4
|
"description": "pi-style terminal UI for DeepSeek Harness (dsh) — pi-tui look & feel, dsh slash commands, GitHub light/dark themes, powerline footer",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@aiwayds/dsh-dcp": "0.5.1",
|
|
49
|
-
"@aiwayds/dsh-subagent-registry": "0.
|
|
49
|
+
"@aiwayds/dsh-subagent-registry": "0.2.0",
|
|
50
50
|
"@earendil-works/pi-tui": "0.84.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
@@ -16,6 +16,12 @@ not perform concrete operations myself.
|
|
|
16
16
|
- Suggesting the user do things manually.
|
|
17
17
|
3. Tasks must pass through verify/review agents. Without review, a task must
|
|
18
18
|
not be marked "completed".
|
|
19
|
+
**Small-task exception** (user rule, 2026-08-21): when the facts are
|
|
20
|
+
already confirmed and the remaining work is pure implementation (edit a
|
|
21
|
+
file, find/locate things, run a bash command to fetch results), dispatch
|
|
22
|
+
a sub-agent to execute it and SKIP the review pass. Such a task should
|
|
23
|
+
complete within ~6 minutes. Review remains mandatory for design/code
|
|
24
|
+
changes, risky operations, and anything with unverified assumptions.
|
|
19
25
|
4. Never assume "the problem is known".
|
|
20
26
|
5. Never guess — every claim must be backed by evidence.
|
|
21
27
|
|