@poncho-ai/cli 0.2.0 → 0.3.0

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.0 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/index.js 607.00 B
11
+ ESM dist/cli.js 124.00 B
12
+ ESM dist/chunk-HDKWXGXT.js 68.97 KB
13
+ ESM dist/chunk-3BEWSRFW.js 63.50 KB
14
+ ESM dist/run-interactive-ink-4EKHIHGU.js 15.47 KB
15
+ ESM ⚡️ Build success in 21ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 1798ms
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,18 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Implement tool policy and declarative intent system
8
+
9
+ 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.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @poncho-ai/harness@0.3.0
15
+
3
16
  ## 0.2.0
4
17
 
5
18
  ### Minor Changes