pi-adaptive-thinking 0.2.2 → 0.3.0

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": "pi-adaptive-thinking",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "description": "Pi extension for adaptive reasoning-effort control",
6
6
  "keywords": [
@@ -23,6 +23,7 @@
23
23
  },
24
24
  "files": [
25
25
  "src",
26
+ "skills",
26
27
  "README.md",
27
28
  "LICENSE"
28
29
  ],
@@ -42,6 +43,9 @@
42
43
  "pi": {
43
44
  "extensions": [
44
45
  "./src/index.ts"
46
+ ],
47
+ "skills": [
48
+ "./skills"
45
49
  ]
46
50
  },
47
51
  "scripts": {
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: pi-adaptive-thinking
3
+ description: Configure or diagnose pi-adaptive-thinking when thinking-level tools are missing or session levels behave unexpectedly.
4
+ license: MIT
5
+ ---
6
+
7
+ # Pi Adaptive Thinking
8
+
9
+ 1. Read [`../../README.md`](../../README.md)'s Configuration and Behavior sections. Stop when you can name the expected tool names, precedence rule, and reset behavior.
10
+ 2. Inspect extension-load errors and both documented configuration layers. Identify the effective source or exact parse failure.
11
+ 3. Verify the registered names, then call the status tool once. Classify the symptom as configuration, unsupported model level, baseline state, no-op, consecutive setter rejection, or expected reset.
12
+ 4. For a requested change, edit the intended layer, keep `guidance` static, validate JSON, and reload Pi.
13
+ 5. Finish when the effective source and registered names are known and the status evidence matches the expected behavior after reload.