Skip to content

Commit 62a61ea

Browse files
committed
Hello, world
1 parent 8b3f29e commit 62a61ea

4 files changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
dist/
3+
.pi/
4+
.DS_Store

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Koan Pi Package
2+
3+
This repository is structured as a [pi](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent) package.

extensions/.gitkeep

Whitespace-only changes.

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "@solatis/koan",
3+
"version": "0.0.1",
4+
"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

Comments
 (0)