@traits-dev/cli 0.1.0 → 0.2.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/README.md +1 -1
- package/dist/traits.js +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
package/dist/traits.js
CHANGED
|
@@ -1357,7 +1357,7 @@ function printRootUsage(out = process.stdout) {
|
|
|
1357
1357
|
" compile <profile-path> Compile a profile for a target model",
|
|
1358
1358
|
" eval <profile-path> Evaluate profile responses (Tier 1 scaffold)",
|
|
1359
1359
|
" import [prompt-path] Import a profile from an existing system prompt",
|
|
1360
|
-
" validate <profile-path> Validate a
|
|
1360
|
+
" validate <profile-path> Validate a voice profile",
|
|
1361
1361
|
"",
|
|
1362
1362
|
"Global flags:",
|
|
1363
1363
|
" --json Output JSON where supported",
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@traits-dev/cli",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "traits.dev command-line interface for profile init, validate, compile, eval, and import workflows.",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "traits.dev command-line interface for voice profile init, validate, compile, eval, and import workflows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"traits-dev",
|
|
7
7
|
"cli",
|
|
8
|
+
"voice-profile",
|
|
9
|
+
"behavioral-policy",
|
|
8
10
|
"llm",
|
|
9
11
|
"prompt-engineering",
|
|
10
12
|
"evaluation"
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
"provenance": true
|
|
40
42
|
},
|
|
41
43
|
"dependencies": {
|
|
42
|
-
"@traits-dev/core": "^0.
|
|
44
|
+
"@traits-dev/core": "^0.2.0"
|
|
43
45
|
},
|
|
44
46
|
"devDependencies": {
|
|
45
47
|
"@types/node": "^25.2.3",
|