@cleocode/caamp 0.4.0 → 0.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/caamp",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "Central AI Agent Managed Packages - unified provider registry and package manager for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,9 +24,11 @@
24
24
  "build": "tsup",
25
25
  "dev": "tsx src/cli.ts",
26
26
  "test": "vitest run",
27
+ "test:coverage": "vitest run --coverage",
27
28
  "test:watch": "vitest",
28
29
  "typecheck": "tsc --noEmit",
29
- "lint": "tsc --noEmit",
30
+ "lint": "biome lint src tests",
31
+ "lint:fix": "biome lint --write src tests",
30
32
  "docs:api": "typedoc",
31
33
  "docs:api:check": "typedoc --emit none",
32
34
  "prepublishOnly": "npm run build"
@@ -46,7 +48,7 @@
46
48
  "author": "",
47
49
  "license": "MIT",
48
50
  "dependencies": {
49
- "@clack/prompts": "^1.0.0",
51
+ "@cleocode/ct-skills": "^2.0.0",
50
52
  "@cleocode/lafs-protocol": "^0.1.1",
51
53
  "@iarna/toml": "^2.2.5",
52
54
  "commander": "^14.0.0",
@@ -57,8 +59,10 @@
57
59
  "simple-git": "^3.30.0"
58
60
  },
59
61
  "devDependencies": {
62
+ "@biomejs/biome": "^2.3.14",
60
63
  "@types/js-yaml": "^4.0.9",
61
64
  "@types/node": "^22.0.0",
65
+ "@vitest/coverage-v8": "^3.2.4",
62
66
  "tsup": "^8.5.0",
63
67
  "tsx": "^4.21.0",
64
68
  "typedoc": "^0.28.16",
@@ -967,30 +967,6 @@
967
967
  "status": "active",
968
968
  "agentSkillsCompatible": false
969
969
  },
970
- "sweep": {
971
- "id": "sweep",
972
- "toolName": "Sweep",
973
- "vendor": "Sweep AI",
974
- "agentFlag": "sweep",
975
- "aliases": ["sweep-ai"],
976
- "pathGlobal": "",
977
- "pathProject": "",
978
- "instructFile": "AGENTS.md",
979
- "configKey": "mcpServers",
980
- "configFormat": "json",
981
- "configPathGlobal": "",
982
- "configPathProject": "sweep.yaml",
983
- "pathSkills": "",
984
- "pathProjectSkills": "",
985
- "detection": {
986
- "methods": []
987
- },
988
- "supportedTransports": [],
989
- "supportsHeaders": false,
990
- "priority": "low",
991
- "status": "planned",
992
- "agentSkillsCompatible": false
993
- },
994
970
  "codegen": {
995
971
  "id": "codegen",
996
972
  "toolName": "Codegen",
@@ -1117,31 +1093,6 @@
1117
1093
  "status": "active",
1118
1094
  "agentSkillsCompatible": true
1119
1095
  },
1120
- "supermaven": {
1121
- "id": "supermaven",
1122
- "toolName": "Supermaven",
1123
- "vendor": "Supermaven",
1124
- "agentFlag": "supermaven",
1125
- "aliases": [],
1126
- "pathGlobal": "$HOME/.supermaven",
1127
- "pathProject": ".supermaven",
1128
- "instructFile": "AGENTS.md",
1129
- "configKey": "mcpServers",
1130
- "configFormat": "json",
1131
- "configPathGlobal": "$HOME/.supermaven/mcp.json",
1132
- "configPathProject": ".supermaven/mcp.json",
1133
- "pathSkills": "$HOME/.supermaven/skills",
1134
- "pathProjectSkills": ".supermaven/skills",
1135
- "detection": {
1136
- "methods": ["directory"],
1137
- "directories": ["$HOME/.supermaven"]
1138
- },
1139
- "supportedTransports": ["stdio"],
1140
- "supportsHeaders": false,
1141
- "priority": "low",
1142
- "status": "planned",
1143
- "agentSkillsCompatible": false
1144
- },
1145
1096
  "gemini-code-assist": {
1146
1097
  "id": "gemini-code-assist",
1147
1098
  "toolName": "Gemini Code Assist",