@poncho-ai/cli 0.2.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.
@@ -1,19 +1,19 @@
1
1
 
2
- > @poncho-ai/cli@0.2.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
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
- CLI Building entry: src/cli.ts, src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Target: es2022
9
- ESM Build start
10
- ESM dist/index.js 539.00 B
11
- ESM dist/chunk-3BEWSRFW.js 63.50 KB
12
- ESM dist/run-interactive-ink-4EKHIHGU.js 15.47 KB
13
- ESM dist/chunk-W7J5XM2X.js 58.33 KB
14
- ESM dist/cli.js 124.00 B
15
- ESM ⚡️ Build success in 22ms
16
- DTS Build start
17
- DTS ⚡️ Build success in 1747ms
18
- DTS dist/cli.d.ts 20.00 B
19
- DTS dist/index.d.ts 1.97 KB
5
+ CLI Building entry: src/cli.ts, src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Target: es2022
9
+ ESM Build start
10
+ ESM dist/cli.js 124.00 B
11
+ ESM dist/chunk-3BEWSRFW.js 63.50 KB
12
+ ESM dist/index.js 607.00 B
13
+ ESM dist/run-interactive-ink-4EKHIHGU.js 15.47 KB
14
+ ESM dist/chunk-AS3CEZHY.js 68.39 KB
15
+ ESM ⚡️ Build success in 22ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 1839ms
18
+ DTS dist/cli.d.ts 20.00 B
19
+ DTS dist/index.d.ts 2.25 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
14
+ ## 0.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Implement tool policy and declarative intent system
19
+
20
+ Add comprehensive tool policy framework for MCP and script tools with pattern matching, environment-based configuration, and declarative tool intent in AGENT.md and SKILL.md frontmatter.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies []:
25
+ - @poncho-ai/harness@0.3.0
26
+
3
27
  ## 0.2.0
4
28
 
5
29
  ### Minor Changes