@a5c-ai/hooks-adapter-cli 5.1.1-staging.52898ebfc24f
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 +27 -0
- package/dist/cli/a5c-hooks-adapter.d.ts +3 -0
- package/dist/cli/a5c-hooks-adapter.d.ts.map +1 -0
- package/dist/cli/a5c-hooks-adapter.js +15 -0
- package/dist/cli/a5c-hooks-adapter.js.map +1 -0
- package/dist/cli/adapter-loader.d.ts +38 -0
- package/dist/cli/adapter-loader.d.ts.map +1 -0
- package/dist/cli/adapter-loader.js +165 -0
- package/dist/cli/adapter-loader.js.map +1 -0
- package/dist/cli/bootstrap-runtime.d.ts +18 -0
- package/dist/cli/bootstrap-runtime.d.ts.map +1 -0
- package/dist/cli/bootstrap-runtime.js +108 -0
- package/dist/cli/bootstrap-runtime.js.map +1 -0
- package/dist/cli/commands/bootstrap.d.ts +18 -0
- package/dist/cli/commands/bootstrap.d.ts.map +1 -0
- package/dist/cli/commands/bootstrap.js +89 -0
- package/dist/cli/commands/bootstrap.js.map +1 -0
- package/dist/cli/commands/clear-session.d.ts +13 -0
- package/dist/cli/commands/clear-session.d.ts.map +1 -0
- package/dist/cli/commands/clear-session.js +34 -0
- package/dist/cli/commands/clear-session.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +16 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -0
- package/dist/cli/commands/doctor.js +321 -0
- package/dist/cli/commands/doctor.js.map +1 -0
- package/dist/cli/commands/exec.d.ts +18 -0
- package/dist/cli/commands/exec.d.ts.map +1 -0
- package/dist/cli/commands/exec.js +104 -0
- package/dist/cli/commands/exec.js.map +1 -0
- package/dist/cli/commands/invoke.d.ts +30 -0
- package/dist/cli/commands/invoke.d.ts.map +1 -0
- package/dist/cli/commands/invoke.js +322 -0
- package/dist/cli/commands/invoke.js.map +1 -0
- package/dist/cli/commands/show-session.d.ts +13 -0
- package/dist/cli/commands/show-session.d.ts.map +1 -0
- package/dist/cli/commands/show-session.js +53 -0
- package/dist/cli/commands/show-session.js.map +1 -0
- package/dist/cli/hooks-logger.d.ts +12 -0
- package/dist/cli/hooks-logger.d.ts.map +1 -0
- package/dist/cli/hooks-logger.js +118 -0
- package/dist/cli/hooks-logger.js.map +1 -0
- package/dist/cli/main.d.ts +3 -0
- package/dist/cli/main.d.ts.map +1 -0
- package/dist/cli/main.js +42 -0
- package/dist/cli/main.js.map +1 -0
- package/dist/cli/stdin.d.ts +9 -0
- package/dist/cli/stdin.d.ts.map +1 -0
- package/dist/cli/stdin.js +24 -0
- package/dist/cli/stdin.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/package.json +65 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stdin.js","sourceRoot":"","sources":["../../src/cli/stdin.ts"],"names":[],"mappings":";AAAA;;GAEG;;AAMH,8BAcC;AAlBD;;;GAGG;AACH,SAAgB,SAAS;IACvB,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QACrC,MAAM,MAAM,GAAa,EAAE,CAAC;QAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;QAE5B,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;YAChB,OAAO,CAAC,EAAE,CAAC,CAAC;YACZ,OAAO;QACT,CAAC;QAED,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;QACxD,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACxE,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;IAC5B,CAAC,CAAC,CAAC;AACL,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.main = void 0;
|
|
4
|
+
var main_1 = require("./cli/main");
|
|
5
|
+
Object.defineProperty(exports, "main", { enumerable: true, get: function () { return main_1.main; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mCAAkC;AAAzB,4FAAA,IAAI,OAAA"}
|
package/package.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@a5c-ai/hooks-adapter-cli",
|
|
3
|
+
"version": "5.1.1-staging.52898ebfc24f",
|
|
4
|
+
"description": "CLI entrypoint for the hooks-adapter system",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "commonjs",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"bin": {
|
|
10
|
+
"adapters-hooks": "dist/cli/main.js",
|
|
11
|
+
"a5c-hooks-adapter": "dist/cli/a5c-hooks-adapter.js"
|
|
12
|
+
},
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/a5c-ai/babysitter.git",
|
|
19
|
+
"directory": "packages/adapters/hooks/cli"
|
|
20
|
+
},
|
|
21
|
+
"homepage": "https://github.com/a5c-ai/babysitter/tree/main/packages/adapters/hooks/cli#readme",
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/a5c-ai/babysitter/issues"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist",
|
|
27
|
+
"README.md"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build": "tsc -p tsconfig.json",
|
|
31
|
+
"clean": "rimraf dist",
|
|
32
|
+
"lint": "eslint \"src/**/*.ts\" --max-warnings=0",
|
|
33
|
+
"test": "vitest run",
|
|
34
|
+
"test:watch": "vitest"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@a5c-ai/hooks-adapter-claude": "5.1.1-staging.52898ebfc24f",
|
|
38
|
+
"@a5c-ai/hooks-adapter-antigravity": "5.1.1-staging.52898ebfc24f",
|
|
39
|
+
"@a5c-ai/hooks-adapter-codex": "5.1.1-staging.52898ebfc24f",
|
|
40
|
+
"@a5c-ai/hooks-adapter-copilot": "5.1.1-staging.52898ebfc24f",
|
|
41
|
+
"@a5c-ai/hooks-adapter-cursor": "5.1.1-staging.52898ebfc24f",
|
|
42
|
+
"@a5c-ai/hooks-adapter-gemini": "5.1.1-staging.52898ebfc24f",
|
|
43
|
+
"@a5c-ai/hooks-adapter-hermes": "5.1.1-staging.52898ebfc24f",
|
|
44
|
+
"@a5c-ai/hooks-adapter-oh-my-pi": "5.1.1-staging.52898ebfc24f",
|
|
45
|
+
"@a5c-ai/hooks-adapter-openclaw": "5.1.1-staging.52898ebfc24f",
|
|
46
|
+
"@a5c-ai/hooks-adapter-opencode": "5.1.1-staging.52898ebfc24f",
|
|
47
|
+
"@a5c-ai/hooks-adapter-pi": "5.1.1-staging.52898ebfc24f",
|
|
48
|
+
"@a5c-ai/hooks-adapter-core": "5.1.1-staging.52898ebfc24f",
|
|
49
|
+
"yargs": "^17.0.0"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@types/yargs": "^17.0.0",
|
|
53
|
+
"rimraf": "^6.0.0",
|
|
54
|
+
"typescript": "^5.7.0",
|
|
55
|
+
"vitest": "^4.1.8"
|
|
56
|
+
},
|
|
57
|
+
"atlas": {
|
|
58
|
+
"layers": [
|
|
59
|
+
"cross-cutting"
|
|
60
|
+
],
|
|
61
|
+
"muxes": [
|
|
62
|
+
"hooks-adapter"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
}
|