@cleocode/caamp 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/dist/index.js CHANGED
@@ -56,7 +56,7 @@ import {
56
56
  toSarif,
57
57
  validateSkill,
58
58
  writeConfig
59
- } from "./chunk-63BH7QMR.js";
59
+ } from "./chunk-RW745KDU.js";
60
60
  export {
61
61
  MarketplaceClient,
62
62
  buildServerConfig,
package/dist/index.js.map CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/caamp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
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": {
@@ -44,25 +44,25 @@
44
44
  "author": "",
45
45
  "license": "MIT",
46
46
  "dependencies": {
47
- "commander": "^13.0.0",
48
- "@clack/prompts": "^0.10.0",
49
- "picocolors": "^1.1.0",
47
+ "commander": "^14.0.0",
48
+ "@clack/prompts": "^1.0.0",
49
+ "picocolors": "^1.1.1",
50
50
  "gray-matter": "^4.0.3",
51
- "simple-git": "^3.27.0",
51
+ "simple-git": "^3.30.0",
52
52
  "jsonc-parser": "^3.3.1",
53
53
  "js-yaml": "^4.1.0",
54
54
  "@iarna/toml": "^2.2.5"
55
55
  },
56
56
  "devDependencies": {
57
- "typescript": "^5.7.0",
58
- "tsup": "^8.3.0",
59
- "tsx": "^4.19.0",
60
- "vitest": "^3.0.0",
57
+ "typescript": "^5.9.0",
58
+ "tsup": "^8.5.0",
59
+ "tsx": "^4.21.0",
60
+ "vitest": "^3.2.0",
61
61
  "@types/node": "^22.0.0",
62
62
  "@types/js-yaml": "^4.0.9"
63
63
  },
64
64
  "engines": {
65
- "node": ">=18"
65
+ "node": ">=20"
66
66
  },
67
67
  "publishConfig": {
68
68
  "access": "public"
@@ -444,14 +444,14 @@
444
444
  "vendor": "Sourcegraph",
445
445
  "agentFlag": "amp",
446
446
  "aliases": [],
447
- "pathGlobal": "$HOME/.amp",
447
+ "pathGlobal": "$CONFIG/amp",
448
448
  "pathProject": ".amp",
449
449
  "instructFile": "AGENTS.md",
450
- "configKey": "mcpServers",
450
+ "configKey": "amp.mcpServers",
451
451
  "configFormat": "json",
452
- "configPathGlobal": "$HOME/.amp/mcp.json",
453
- "configPathProject": ".amp/mcp.json",
454
- "pathSkills": "$HOME/.amp/skills",
452
+ "configPathGlobal": "$CONFIG/amp/settings.json",
453
+ "configPathProject": ".amp/settings.json",
454
+ "pathSkills": "$CONFIG/amp/skills",
455
455
  "pathProjectSkills": ".amp/skills",
456
456
  "detection": {
457
457
  "methods": ["binary"],
@@ -716,6 +716,456 @@
716
716
  "priority": "low",
717
717
  "status": "beta",
718
718
  "agentSkillsCompatible": true
719
+ },
720
+ "aider": {
721
+ "id": "aider",
722
+ "toolName": "Aider",
723
+ "vendor": "Aider",
724
+ "agentFlag": "aider",
725
+ "aliases": [],
726
+ "pathGlobal": "$HOME/.aider",
727
+ "pathProject": ".aider",
728
+ "instructFile": "AGENTS.md",
729
+ "configKey": "mcpServers",
730
+ "configFormat": "json",
731
+ "configPathGlobal": "$HOME/.aider/mcp.json",
732
+ "configPathProject": ".aider/mcp.json",
733
+ "pathSkills": "$HOME/.aider/skills",
734
+ "pathProjectSkills": ".aider/skills",
735
+ "detection": {
736
+ "methods": ["binary"],
737
+ "binary": "aider"
738
+ },
739
+ "supportedTransports": ["stdio", "sse"],
740
+ "supportsHeaders": false,
741
+ "priority": "low",
742
+ "status": "active",
743
+ "agentSkillsCompatible": false
744
+ },
745
+ "amazon-q": {
746
+ "id": "amazon-q",
747
+ "toolName": "Amazon Q Developer",
748
+ "vendor": "Amazon",
749
+ "agentFlag": "amazon-q",
750
+ "aliases": ["q", "amazon-q-developer"],
751
+ "pathGlobal": "$HOME/.aws/amazonq",
752
+ "pathProject": ".amazonq",
753
+ "instructFile": "AGENTS.md",
754
+ "configKey": "mcpServers",
755
+ "configFormat": "json",
756
+ "configPathGlobal": "$HOME/.aws/amazonq/mcp.json",
757
+ "configPathProject": ".amazonq/mcp.json",
758
+ "pathSkills": "$HOME/.aws/amazonq/skills",
759
+ "pathProjectSkills": ".amazonq/skills",
760
+ "detection": {
761
+ "methods": ["binary", "directory"],
762
+ "binary": "q",
763
+ "directories": ["$HOME/.aws/amazonq"]
764
+ },
765
+ "supportedTransports": ["stdio", "sse", "http"],
766
+ "supportsHeaders": true,
767
+ "priority": "medium",
768
+ "status": "active",
769
+ "agentSkillsCompatible": true
770
+ },
771
+ "tabnine": {
772
+ "id": "tabnine",
773
+ "toolName": "Tabnine",
774
+ "vendor": "Tabnine",
775
+ "agentFlag": "tabnine",
776
+ "aliases": [],
777
+ "pathGlobal": "$HOME/.tabnine",
778
+ "pathProject": ".tabnine",
779
+ "instructFile": "AGENTS.md",
780
+ "configKey": "mcpServers",
781
+ "configFormat": "json",
782
+ "configPathGlobal": "$HOME/.tabnine/mcp_servers.json",
783
+ "configPathProject": ".tabnine/mcp_servers.json",
784
+ "pathSkills": "$HOME/.tabnine/skills",
785
+ "pathProjectSkills": ".tabnine/skills",
786
+ "detection": {
787
+ "methods": ["directory"],
788
+ "directories": ["$HOME/.tabnine"]
789
+ },
790
+ "supportedTransports": ["stdio", "sse"],
791
+ "supportsHeaders": true,
792
+ "priority": "low",
793
+ "status": "active",
794
+ "agentSkillsCompatible": false
795
+ },
796
+ "augment": {
797
+ "id": "augment",
798
+ "toolName": "Augment Code",
799
+ "vendor": "Augment",
800
+ "agentFlag": "augment",
801
+ "aliases": ["augment-code"],
802
+ "pathGlobal": "$HOME/.augment",
803
+ "pathProject": ".augment",
804
+ "instructFile": "AGENTS.md",
805
+ "configKey": "mcpServers",
806
+ "configFormat": "json",
807
+ "configPathGlobal": "$HOME/.augment/mcp.json",
808
+ "configPathProject": ".augment/mcp.json",
809
+ "pathSkills": "$HOME/.augment/commands",
810
+ "pathProjectSkills": ".augment/commands",
811
+ "detection": {
812
+ "methods": ["directory"],
813
+ "directories": ["$HOME/.augment"]
814
+ },
815
+ "supportedTransports": ["stdio", "sse", "http"],
816
+ "supportsHeaders": true,
817
+ "priority": "low",
818
+ "status": "active",
819
+ "agentSkillsCompatible": true
820
+ },
821
+ "devin": {
822
+ "id": "devin",
823
+ "toolName": "Devin",
824
+ "vendor": "Cognition",
825
+ "agentFlag": "devin",
826
+ "aliases": [],
827
+ "pathGlobal": "",
828
+ "pathProject": "",
829
+ "instructFile": "AGENTS.md",
830
+ "configKey": "mcpServers",
831
+ "configFormat": "json",
832
+ "configPathGlobal": "",
833
+ "configPathProject": null,
834
+ "pathSkills": "",
835
+ "pathProjectSkills": "",
836
+ "detection": {
837
+ "methods": []
838
+ },
839
+ "supportedTransports": ["stdio", "sse", "http"],
840
+ "supportsHeaders": true,
841
+ "priority": "low",
842
+ "status": "active",
843
+ "agentSkillsCompatible": false
844
+ },
845
+ "mentat": {
846
+ "id": "mentat",
847
+ "toolName": "Mentat",
848
+ "vendor": "AbanteAI",
849
+ "agentFlag": "mentat",
850
+ "aliases": [],
851
+ "pathGlobal": "$HOME/.mentat",
852
+ "pathProject": ".mentat",
853
+ "instructFile": "AGENTS.md",
854
+ "configKey": "mcpServers",
855
+ "configFormat": "json",
856
+ "configPathGlobal": "$HOME/.mentat/mcp.json",
857
+ "configPathProject": ".mentat/mcp.json",
858
+ "pathSkills": "$HOME/.mentat/skills",
859
+ "pathProjectSkills": ".mentat/skills",
860
+ "detection": {
861
+ "methods": ["binary"],
862
+ "binary": "mentat"
863
+ },
864
+ "supportedTransports": ["stdio"],
865
+ "supportsHeaders": false,
866
+ "priority": "low",
867
+ "status": "planned",
868
+ "agentSkillsCompatible": false
869
+ },
870
+ "blackbox-ai": {
871
+ "id": "blackbox-ai",
872
+ "toolName": "Blackbox AI",
873
+ "vendor": "Blackbox",
874
+ "agentFlag": "blackbox-ai",
875
+ "aliases": ["blackbox"],
876
+ "pathGlobal": "$HOME/.blackbox",
877
+ "pathProject": ".blackbox",
878
+ "instructFile": "AGENTS.md",
879
+ "configKey": "mcpServers",
880
+ "configFormat": "json",
881
+ "configPathGlobal": "$HOME/.blackbox/mcp.json",
882
+ "configPathProject": ".blackbox/mcp.json",
883
+ "pathSkills": "$HOME/.blackbox/skills",
884
+ "pathProjectSkills": ".blackbox/skills",
885
+ "detection": {
886
+ "methods": ["binary", "directory"],
887
+ "binary": "blackbox",
888
+ "directories": ["$HOME/.blackbox"]
889
+ },
890
+ "supportedTransports": ["stdio", "sse"],
891
+ "supportsHeaders": true,
892
+ "priority": "low",
893
+ "status": "planned",
894
+ "agentSkillsCompatible": false
895
+ },
896
+ "sourcery": {
897
+ "id": "sourcery",
898
+ "toolName": "Sourcery",
899
+ "vendor": "Sourcery",
900
+ "agentFlag": "sourcery",
901
+ "aliases": [],
902
+ "pathGlobal": "$HOME/.config/sourcery",
903
+ "pathProject": ".sourcery",
904
+ "instructFile": "AGENTS.md",
905
+ "configKey": "mcpServers",
906
+ "configFormat": "json",
907
+ "configPathGlobal": "$HOME/.config/sourcery/mcp.json",
908
+ "configPathProject": ".sourcery/mcp.json",
909
+ "pathSkills": "$HOME/.config/sourcery/skills",
910
+ "pathProjectSkills": ".sourcery/skills",
911
+ "detection": {
912
+ "methods": ["binary"],
913
+ "binary": "sourcery"
914
+ },
915
+ "supportedTransports": ["stdio"],
916
+ "supportsHeaders": false,
917
+ "priority": "low",
918
+ "status": "planned",
919
+ "agentSkillsCompatible": false
920
+ },
921
+ "replit-agent": {
922
+ "id": "replit-agent",
923
+ "toolName": "Replit Agent",
924
+ "vendor": "Replit",
925
+ "agentFlag": "replit-agent",
926
+ "aliases": ["replit"],
927
+ "pathGlobal": "",
928
+ "pathProject": ".replit",
929
+ "instructFile": "AGENTS.md",
930
+ "configKey": "mcpServers",
931
+ "configFormat": "json",
932
+ "configPathGlobal": "",
933
+ "configPathProject": null,
934
+ "pathSkills": "",
935
+ "pathProjectSkills": "",
936
+ "detection": {
937
+ "methods": []
938
+ },
939
+ "supportedTransports": ["sse", "http"],
940
+ "supportsHeaders": true,
941
+ "priority": "low",
942
+ "status": "active",
943
+ "agentSkillsCompatible": false
944
+ },
945
+ "jetbrains-ai": {
946
+ "id": "jetbrains-ai",
947
+ "toolName": "JetBrains AI Assistant",
948
+ "vendor": "JetBrains",
949
+ "agentFlag": "jetbrains-ai",
950
+ "aliases": ["jetbrains"],
951
+ "pathGlobal": "$HOME/.jetbrains",
952
+ "pathProject": ".idea",
953
+ "instructFile": "AGENTS.md",
954
+ "configKey": "mcpServers",
955
+ "configFormat": "json",
956
+ "configPathGlobal": "$HOME/.jetbrains/mcp.json",
957
+ "configPathProject": ".idea/mcp.json",
958
+ "pathSkills": "$HOME/.jetbrains/skills",
959
+ "pathProjectSkills": ".idea/skills",
960
+ "detection": {
961
+ "methods": ["directory"],
962
+ "directories": ["$HOME/.jetbrains"]
963
+ },
964
+ "supportedTransports": ["stdio", "sse", "http"],
965
+ "supportsHeaders": true,
966
+ "priority": "low",
967
+ "status": "active",
968
+ "agentSkillsCompatible": false
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
+ "codegen": {
995
+ "id": "codegen",
996
+ "toolName": "Codegen",
997
+ "vendor": "Codegen",
998
+ "agentFlag": "codegen",
999
+ "aliases": [],
1000
+ "pathGlobal": "$HOME/.codegen",
1001
+ "pathProject": ".codegen",
1002
+ "instructFile": "AGENTS.md",
1003
+ "configKey": "mcpServers",
1004
+ "configFormat": "json",
1005
+ "configPathGlobal": "$HOME/.codegen/mcp.json",
1006
+ "configPathProject": ".codegen/mcp.json",
1007
+ "pathSkills": "$HOME/.codegen/skills",
1008
+ "pathProjectSkills": ".codegen/skills",
1009
+ "detection": {
1010
+ "methods": ["directory"],
1011
+ "directories": ["$HOME/.codegen"]
1012
+ },
1013
+ "supportedTransports": ["stdio", "sse", "http"],
1014
+ "supportsHeaders": true,
1015
+ "priority": "low",
1016
+ "status": "planned",
1017
+ "agentSkillsCompatible": false
1018
+ },
1019
+ "double": {
1020
+ "id": "double",
1021
+ "toolName": "Double",
1022
+ "vendor": "Double",
1023
+ "agentFlag": "double",
1024
+ "aliases": [],
1025
+ "pathGlobal": "$HOME/.double",
1026
+ "pathProject": ".double",
1027
+ "instructFile": "AGENTS.md",
1028
+ "configKey": "mcpServers",
1029
+ "configFormat": "json",
1030
+ "configPathGlobal": "$HOME/.double/mcp.json",
1031
+ "configPathProject": ".double/mcp.json",
1032
+ "pathSkills": "$HOME/.double/skills",
1033
+ "pathProjectSkills": ".double/skills",
1034
+ "detection": {
1035
+ "methods": ["directory"],
1036
+ "directories": ["$HOME/.double"]
1037
+ },
1038
+ "supportedTransports": ["stdio", "sse"],
1039
+ "supportsHeaders": true,
1040
+ "priority": "low",
1041
+ "status": "planned",
1042
+ "agentSkillsCompatible": false
1043
+ },
1044
+ "copilot-cli": {
1045
+ "id": "copilot-cli",
1046
+ "toolName": "GitHub Copilot CLI",
1047
+ "vendor": "GitHub",
1048
+ "agentFlag": "copilot-cli",
1049
+ "aliases": ["ghcopilot"],
1050
+ "pathGlobal": "$HOME/.copilot",
1051
+ "pathProject": "",
1052
+ "instructFile": "AGENTS.md",
1053
+ "configKey": "mcpServers",
1054
+ "configFormat": "json",
1055
+ "configPathGlobal": "$HOME/.copilot/mcp-config.json",
1056
+ "configPathProject": null,
1057
+ "pathSkills": "$HOME/.copilot/skills",
1058
+ "pathProjectSkills": "",
1059
+ "detection": {
1060
+ "methods": ["binary", "directory"],
1061
+ "binary": "copilot",
1062
+ "directories": ["$HOME/.copilot"]
1063
+ },
1064
+ "supportedTransports": ["stdio", "sse", "http"],
1065
+ "supportsHeaders": true,
1066
+ "priority": "medium",
1067
+ "status": "active",
1068
+ "agentSkillsCompatible": true
1069
+ },
1070
+ "swe-agent": {
1071
+ "id": "swe-agent",
1072
+ "toolName": "SWE-Agent",
1073
+ "vendor": "Princeton NLP",
1074
+ "agentFlag": "swe-agent",
1075
+ "aliases": ["sweagent"],
1076
+ "pathGlobal": "$HOME/.swe-agent",
1077
+ "pathProject": "",
1078
+ "instructFile": "AGENTS.md",
1079
+ "configKey": "mcpServers",
1080
+ "configFormat": "yaml",
1081
+ "configPathGlobal": "$HOME/.swe-agent/config.yaml",
1082
+ "configPathProject": null,
1083
+ "pathSkills": "",
1084
+ "pathProjectSkills": "",
1085
+ "detection": {
1086
+ "methods": ["binary"],
1087
+ "binary": "sweagent"
1088
+ },
1089
+ "supportedTransports": ["stdio"],
1090
+ "supportsHeaders": false,
1091
+ "priority": "low",
1092
+ "status": "active",
1093
+ "agentSkillsCompatible": false
1094
+ },
1095
+ "forge": {
1096
+ "id": "forge",
1097
+ "toolName": "Forge",
1098
+ "vendor": "Antinomy",
1099
+ "agentFlag": "forge",
1100
+ "aliases": ["forge-code"],
1101
+ "pathGlobal": "$HOME/.forge",
1102
+ "pathProject": ".forge",
1103
+ "instructFile": "AGENTS.md",
1104
+ "configKey": "mcpServers",
1105
+ "configFormat": "json",
1106
+ "configPathGlobal": "$HOME/.forge/mcp.json",
1107
+ "configPathProject": ".mcp.json",
1108
+ "pathSkills": "$HOME/.forge/skills",
1109
+ "pathProjectSkills": ".forge/skills",
1110
+ "detection": {
1111
+ "methods": ["binary"],
1112
+ "binary": "forge"
1113
+ },
1114
+ "supportedTransports": ["stdio", "sse", "http"],
1115
+ "supportsHeaders": true,
1116
+ "priority": "low",
1117
+ "status": "active",
1118
+ "agentSkillsCompatible": true
1119
+ },
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
+ "gemini-code-assist": {
1146
+ "id": "gemini-code-assist",
1147
+ "toolName": "Gemini Code Assist",
1148
+ "vendor": "Google",
1149
+ "agentFlag": "gemini-code-assist",
1150
+ "aliases": ["gca"],
1151
+ "pathGlobal": "$HOME/.gemini",
1152
+ "pathProject": ".gemini",
1153
+ "instructFile": "GEMINI.md",
1154
+ "configKey": "mcpServers",
1155
+ "configFormat": "json",
1156
+ "configPathGlobal": "$HOME/.gemini/settings.json",
1157
+ "configPathProject": ".gemini/settings.json",
1158
+ "pathSkills": "$HOME/.gemini/skills",
1159
+ "pathProjectSkills": ".gemini/skills",
1160
+ "detection": {
1161
+ "methods": ["directory"],
1162
+ "directories": ["$HOME/.gemini"]
1163
+ },
1164
+ "supportedTransports": ["stdio", "sse", "http"],
1165
+ "supportsHeaders": true,
1166
+ "priority": "low",
1167
+ "status": "active",
1168
+ "agentSkillsCompatible": true
719
1169
  }
720
1170
  }
721
1171
  }