agent-devkit 0.3.3 → 0.3.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-devkit",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Agent DevKit CLI and TUI runtime for specialist AI agents, capabilities and provider-aware workflows.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  "release:verify": "node scripts/verify-release-alignment.mjs",
43
43
  "test": "npm run test:architecture && npm run test:infra && npm run test:app && npm run test:modules",
44
44
  "test:app": "vitest run src/app/cli/commands src/app/mcp src/app/tui src/package.test.ts",
45
- "test:architecture": "vitest run src/architecture.test.ts src/modules/capability_registry.test.ts src/modules/capability_tool_runtime.test.ts src/modules/modules.registry.test.ts",
45
+ "test:architecture": "vitest run src/agent src/architecture.test.ts src/modules/capability_registry.test.ts src/modules/capability_tool_runtime.test.ts src/modules/modules.registry.test.ts",
46
46
  "test:infra": "vitest run src/infra",
47
47
  "test:module": "tsx scripts/test-modules.ts",
48
48
  "test:modules": "tsx scripts/test-modules.ts",
@@ -239,7 +239,7 @@
239
239
  "characters.robot.tagline": "Technical focus",
240
240
  "characters.robot.description": "Technical, precise and pragmatic for engineering work.",
241
241
  "tui.title": "Agent DevKit",
242
- "tui.foundation": "v0.3.3 technical foundation",
242
+ "tui.foundation": "v0.3.5 technical foundation",
243
243
  "tui.prompt": "Prompt: {{prompt}}",
244
244
  "tui.helpHint": "Run agent --help for CLI options.",
245
245
  "cli.alias.description": "manage a local command alias for the Agent DevKit CLI",
@@ -239,7 +239,7 @@
239
239
  "characters.robot.tagline": "Focus technique",
240
240
  "characters.robot.description": "Technique, precis et pragmatique pour l'ingenierie.",
241
241
  "tui.title": "Agent DevKit",
242
- "tui.foundation": "v0.3.3 base technique",
242
+ "tui.foundation": "v0.3.5 base technique",
243
243
  "tui.prompt": "Prompt: {{prompt}}",
244
244
  "tui.helpHint": "Executez agent --help pour les options CLI.",
245
245
  "cli.alias.description": "gere un alias local pour le CLI Agent DevKit",
@@ -239,7 +239,7 @@
239
239
  "characters.robot.tagline": "技術フォーカス",
240
240
  "characters.robot.description": "エンジニアリング作業に向いた、技術的で正確かつ実用的なキャラクター。",
241
241
  "tui.title": "Agent DevKit",
242
- "tui.foundation": "v0.3.3 技術基盤",
242
+ "tui.foundation": "v0.3.5 技術基盤",
243
243
  "tui.prompt": "プロンプト: {{prompt}}",
244
244
  "tui.helpHint": "CLI オプションは agent --help を実行してください。",
245
245
  "cli.alias.description": "Agent DevKit CLI のローカルコマンド別名を管理します",
@@ -239,7 +239,7 @@
239
239
  "characters.robot.tagline": "Foco tecnico",
240
240
  "characters.robot.description": "Tecnico, preciso e pragmatico para tarefas de engenharia.",
241
241
  "tui.title": "Agent DevKit",
242
- "tui.foundation": "v0.3.3 base tecnica",
242
+ "tui.foundation": "v0.3.5 base tecnica",
243
243
  "tui.prompt": "Prompt: {{prompt}}",
244
244
  "tui.helpHint": "Execute agent --help para opcoes de CLI.",
245
245
  "cli.alias.description": "gerencia um alias local para o CLI do Agent DevKit",
@@ -239,7 +239,7 @@
239
239
  "characters.robot.tagline": "技术专注",
240
240
  "characters.robot.description": "技术、精确、务实,适合工程工作。",
241
241
  "tui.title": "Agent DevKit",
242
- "tui.foundation": "v0.3.3 技术基础",
242
+ "tui.foundation": "v0.3.5 技术基础",
243
243
  "tui.prompt": "提示: {{prompt}}",
244
244
  "tui.helpHint": "运行 agent --help 查看 CLI 选项。",
245
245
  "cli.alias.description": "管理 Agent DevKit CLI 的本地命令别名",