@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.
- package/.turbo/turbo-build.log +16 -16
- package/CHANGELOG.md +13 -0
- package/dist/chunk-5OOJ5TLB.js +2154 -0
- package/dist/chunk-BDNKTEA4.js +2105 -0
- package/dist/chunk-BVYTTIAO.js +2153 -0
- package/dist/chunk-DBSQYKIE.js +2013 -0
- package/dist/chunk-G5KKCSYK.js +2050 -0
- package/dist/chunk-GOSKILLU.js +1994 -0
- package/dist/chunk-HD7LBEVL.js +2051 -0
- package/dist/chunk-HDKWXGXT.js +2155 -0
- package/dist/chunk-HGZ24QKS.js +1995 -0
- package/dist/chunk-IERP5HOH.js +2064 -0
- package/dist/chunk-KADTBRXA.js +2025 -0
- package/dist/chunk-QSPWSMRC.js +2019 -0
- package/dist/chunk-SMFVGWV6.js +2155 -0
- package/dist/chunk-WWZOZFTC.js +2052 -0
- package/dist/chunk-ZXANINYQ.js +2062 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +5 -1
- package/package.json +2 -2
- package/src/index.ts +364 -5
- package/test/cli.test.ts +15 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
> @poncho-ai/cli@0.
|
|
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|