@rse/ase 0.0.10 → 0.0.11
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/dst/ase.1 +9 -0
- package/package.json +1 -1
package/dst/ase.1
CHANGED
|
@@ -54,6 +54,15 @@ The following top-level commands exist for service management:
|
|
|
54
54
|
\fBase service stop\fR: Stop the background service via HTTP \fBGET /stop\fR. Exits silently with status 0 on successful stop. If no port is configured or the port is not responding, prints an informational message and exits with status 0.
|
|
55
55
|
.RE 0
|
|
56
56
|
|
|
57
|
+
.P
|
|
58
|
+
The following top-level commands exist for \fIClaude Code\fR hook integration:
|
|
59
|
+
.RS 0
|
|
60
|
+
.IP \(bu 4
|
|
61
|
+
\fBase hook\fR: Entry point group for \fIClaude Code\fR hook events. Without a subcommand, the help text is shown and the command exits with status 1.
|
|
62
|
+
.IP \(bu 4
|
|
63
|
+
\fBase hook session-start\fR: Handle the \fIClaude Code\fR \fBSessionStart\fR hook event. This subcommand is intended to be invoked by \fIClaude Code\fR internally as a configured hook handler only, not directly by end users.
|
|
64
|
+
.RE 0
|
|
65
|
+
|
|
57
66
|
.SH "CONFIGURATION FILES"
|
|
58
67
|
.RS 0
|
|
59
68
|
.IP \(bu 4
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"homepage": "http://github.com/rse/ase",
|
|
7
7
|
"repository": { "url": "git+https://github.com/rse/ase.git", "type": "git" },
|
|
8
8
|
"bugs": { "url": "http://github.com/rse/ase/issues" },
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.11",
|
|
10
10
|
"license": "GPL-3.0-only",
|
|
11
11
|
"author": {
|
|
12
12
|
"name": "Dr. Ralf S. Engelschall",
|