pi-feats 0.1.2 → 0.1.3
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 +2 -0
- package/assets/pi-feats-preview.png +0 -0
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
`pi-feats` turns the lightweight, extensible Pi Coding Agent into an operational workspace without replacing Pi's native configuration model. It adds persistent profiles, a policy-controlled sandbox, HTTP and browser interfaces, application runtimes, scheduled work, Git-backed Skill discovery, and command-line administration.
|
|
6
6
|
|
|
7
|
+

|
|
8
|
+
|
|
7
9
|
## Contents
|
|
8
10
|
|
|
9
11
|
- [Glossary](#glossary)
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-feats",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A modular Pi package for profiles, sandboxing, remote access, applications, guardrails, skills, session management, observability, and web-based operations.",
|
|
5
5
|
"keywords": [
|
|
6
|
+
"pi-package",
|
|
6
7
|
"pi-coding-agent",
|
|
7
8
|
"pi-agent",
|
|
8
9
|
"pi-extension",
|
|
@@ -27,7 +28,8 @@
|
|
|
27
28
|
"extensions",
|
|
28
29
|
"scripts",
|
|
29
30
|
"README.md",
|
|
30
|
-
"LICENSE"
|
|
31
|
+
"LICENSE",
|
|
32
|
+
"assets"
|
|
31
33
|
],
|
|
32
34
|
"license": "MIT",
|
|
33
35
|
"engines": {
|
|
@@ -84,6 +86,7 @@
|
|
|
84
86
|
"./extensions/pulse",
|
|
85
87
|
"./extensions/sequential-workflow.ts",
|
|
86
88
|
"./extensions/skill-sources"
|
|
87
|
-
]
|
|
89
|
+
],
|
|
90
|
+
"image": "https://raw.githubusercontent.com/rjaskonis/pi-feats/v0.1.3/assets/pi-feats-preview.png"
|
|
88
91
|
}
|
|
89
92
|
}
|