@felan-ai/ext-prewalk 0.6.1 → 0.6.2
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/NOTICE +1 -1
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -10,5 +10,5 @@ Copyright (c) 2026 Milko Slavov
|
|
|
10
10
|
The adapted source is licensed under the MIT License. The applicable MIT
|
|
11
11
|
license text and copyright notices are reproduced in LICENSE.
|
|
12
12
|
|
|
13
|
-
This package uses @earendil-works/pi-tui 0.
|
|
13
|
+
This package uses @earendil-works/pi-tui 0.85.0 from
|
|
14
14
|
https://github.com/earendil-works/pi, licensed under the MIT License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felan-ai/ext-prewalk",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Same-session planner-to-implementation model handoff for Felan",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@earendil-works/pi-tui": "0.
|
|
28
|
+
"@earendil-works/pi-tui": "0.85.0",
|
|
29
29
|
"typebox": "1.1.38"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@felan-ai/ext-tasks": "^0.2.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@felan-ai/agent-core": "0.5.
|
|
36
|
+
"@felan-ai/agent-core": "0.5.8"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public",
|