@poncho-ai/cli 0.3.0 → 0.3.1
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/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +11 -0
- package/dist/chunk-AS3CEZHY.js +2145 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/index.ts +0 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @poncho-ai/cli@0.3.
|
|
2
|
+
> @poncho-ai/cli@0.3.1 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
|
|
3
3
|
> tsup src/index.ts src/cli.ts --format esm --dts
|
|
4
4
|
|
|
5
5
|
CLI Building entry: src/cli.ts, src/index.ts
|
|
@@ -7,13 +7,13 @@ CLI Using tsconfig: tsconfig.json
|
|
|
7
7
|
CLI tsup v8.5.1
|
|
8
8
|
CLI Target: es2022
|
|
9
9
|
ESM Build start
|
|
10
|
-
ESM dist/index.js 607.00 B
|
|
11
10
|
ESM dist/cli.js 124.00 B
|
|
12
|
-
ESM dist/chunk-HDKWXGXT.js 68.97 KB
|
|
13
11
|
ESM dist/chunk-3BEWSRFW.js 63.50 KB
|
|
12
|
+
ESM dist/index.js 607.00 B
|
|
14
13
|
ESM dist/run-interactive-ink-4EKHIHGU.js 15.47 KB
|
|
15
|
-
ESM
|
|
14
|
+
ESM dist/chunk-AS3CEZHY.js 68.39 KB
|
|
15
|
+
ESM ⚡️ Build success in 22ms
|
|
16
16
|
DTS Build start
|
|
17
|
-
DTS ⚡️ Build success in
|
|
17
|
+
DTS ⚡️ Build success in 1839ms
|
|
18
18
|
DTS dist/cli.d.ts 20.00 B
|
|
19
19
|
DTS dist/index.d.ts 2.25 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @poncho-ai/cli
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Split agent template and development context
|
|
8
|
+
|
|
9
|
+
Move development-specific guidance from AGENT.md template into runtime-injected development context. Production agents now receive a cleaner prompt focused on task execution, while development agents get additional context about customization and setup.
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @poncho-ai/harness@0.3.1
|
|
13
|
+
|
|
3
14
|
## 0.3.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|