1 parent 8b3f29e commit 62a61eaCopy full SHA for 62a61ea
4 files changed
.gitignore
@@ -0,0 +1,4 @@
1
+node_modules/
2
+dist/
3
+.pi/
4
+.DS_Store
README.md
@@ -0,0 +1,3 @@
+# Koan Pi Package
+
+This repository is structured as a [pi](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent) package.
extensions/.gitkeep
package.json
@@ -0,0 +1,21 @@
+{
+ "name": "@solatis/koan",
+ "version": "0.0.1",
+ "description": "Opinionated workflow resources for the pi coding agent.",
5
+ "private": true,
6
+ "license": "Apache-2.0",
7
+ "type": "module",
8
+ "keywords": [
9
+ "pi-package",
10
+ "pi-extension",
11
+ "koan"
12
+ ],
13
+ "pi": {
14
+ "extensions": ["./extensions"]
15
+ },
16
+ "files": [
17
+ "extensions",
18
+ "README.md",
19
+ "LICENSE"
20
+ ]
21
+}
0 commit comments