cngkit 1.1.17 → 1.1.19
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 +100 -7
- package/dist/chunk-3A6GRNEV.js +1590 -0
- package/dist/chunk-3A6GRNEV.js.map +1 -0
- package/dist/{chunk-HRFI2IEP.js → chunk-7SO75QXJ.js} +886 -68
- package/dist/chunk-7SO75QXJ.js.map +1 -0
- package/dist/chunk-DBA3BZXP.js +231 -0
- package/dist/chunk-DBA3BZXP.js.map +1 -0
- package/dist/{chunk-5ZNV3FDG.js → chunk-GBONV6XP.js} +16 -4
- package/dist/chunk-GBONV6XP.js.map +1 -0
- package/dist/chunk-L6ZVQRSY.js +569 -0
- package/dist/chunk-L6ZVQRSY.js.map +1 -0
- package/dist/{chunk-VCWNKNUE.js → chunk-NGEWD4BW.js} +10 -1
- package/dist/chunk-NGEWD4BW.js.map +1 -0
- package/dist/chunk-TYDIBWZV.js +35 -0
- package/dist/chunk-TYDIBWZV.js.map +1 -0
- package/dist/{chunk-GT2MTS6E.js → chunk-X4E7NAN4.js} +2 -2
- package/dist/cli.js +82 -16
- package/dist/cli.js.map +1 -1
- package/dist/commands/coderoom/index.js +6 -6
- package/dist/commands/coderoom/index.js.map +1 -1
- package/dist/commands/coderoom/join.js +5 -5
- package/dist/commands/coderoom/share.js +5 -5
- package/dist/commands/hookify/index.js +25 -0
- package/dist/commands/hookify/index.js.map +1 -0
- package/dist/commands/hookify/ingest.js +127 -0
- package/dist/commands/hookify/ingest.js.map +1 -0
- package/dist/commands/hooks/index.js +25 -0
- package/dist/commands/hooks/index.js.map +1 -0
- package/dist/commands/hooks/install.js +40 -0
- package/dist/commands/hooks/install.js.map +1 -0
- package/dist/commands/hooks/uninstall.js +40 -0
- package/dist/commands/hooks/uninstall.js.map +1 -0
- package/dist/commands/index.js +5 -5
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/knowledges/audiences.js +6 -6
- package/dist/commands/knowledges/cat.js +31 -0
- package/dist/commands/knowledges/cat.js.map +1 -0
- package/dist/commands/knowledges/files.js +6 -6
- package/dist/commands/knowledges/find.js +66 -0
- package/dist/commands/knowledges/find.js.map +1 -0
- package/dist/commands/knowledges/glob.js +6 -6
- package/dist/commands/knowledges/grep.js +6 -6
- package/dist/commands/knowledges/head.js +41 -0
- package/dist/commands/knowledges/head.js.map +1 -0
- package/dist/commands/knowledges/index.js +6 -6
- package/dist/commands/knowledges/index.js.map +1 -1
- package/dist/commands/knowledges/list.js +7 -7
- package/dist/commands/knowledges/list.js.map +1 -1
- package/dist/commands/knowledges/ls.js +40 -0
- package/dist/commands/knowledges/ls.js.map +1 -0
- package/dist/commands/knowledges/read.js +6 -6
- package/dist/commands/knowledges/realpath.js +31 -0
- package/dist/commands/knowledges/realpath.js.map +1 -0
- package/dist/commands/knowledges/search.js +6 -6
- package/dist/commands/knowledges/stat.js +31 -0
- package/dist/commands/knowledges/stat.js.map +1 -0
- package/dist/commands/knowledges/status.js +6 -6
- package/dist/commands/knowledges/tail.js +41 -0
- package/dist/commands/knowledges/tail.js.map +1 -0
- package/dist/commands/knowledges/tree.js +46 -0
- package/dist/commands/knowledges/tree.js.map +1 -0
- package/dist/commands/login.js +3 -3
- package/dist/commands/scrub.js +3 -3
- package/dist/commands/transcripts.js +6 -6
- package/dist/commands/transcripts.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-5ZNV3FDG.js.map +0 -1
- package/dist/chunk-BL3XMLIH.js +0 -573
- package/dist/chunk-BL3XMLIH.js.map +0 -1
- package/dist/chunk-HRFI2IEP.js.map +0 -1
- package/dist/chunk-K36DKQWH.js +0 -327
- package/dist/chunk-K36DKQWH.js.map +0 -1
- package/dist/chunk-VCWNKNUE.js.map +0 -1
- package/dist/chunk-WYJTGGMN.js +0 -222
- package/dist/chunk-WYJTGGMN.js.map +0 -1
- /package/dist/{chunk-GT2MTS6E.js.map → chunk-X4E7NAN4.js.map} +0 -0
package/README.md
CHANGED
|
@@ -42,15 +42,19 @@ cngkit coderoom join <room-code>
|
|
|
42
42
|
cngkit scrub [path]
|
|
43
43
|
cngkit transcripts list --limit 12
|
|
44
44
|
cngkit knowledges search Cloudflare --limit 3
|
|
45
|
-
cngkit knowledges
|
|
45
|
+
cngkit knowledges cat /libraries/lib-cloudflare/TOPIC.md
|
|
46
|
+
cngkit hooks install
|
|
47
|
+
printf '{"hook":"PreToolUse"}' | cngkit hookify ingest --event PreToolUse
|
|
46
48
|
```
|
|
47
49
|
|
|
48
|
-
The CLI currently has
|
|
50
|
+
The CLI currently has six main jobs:
|
|
49
51
|
|
|
50
52
|
- **Coderoom**: start or join a live shared working-tree room.
|
|
51
53
|
- **Scrub**: scan local files for secrets and optionally mask them inline.
|
|
52
54
|
- **Transcripts**: inspect local Claude and Codex transcript files from the terminal.
|
|
53
|
-
- **Knowledges**: search and read the hosted Harness knowledge catalog.
|
|
55
|
+
- **Knowledges**: traverse, search, and read the hosted Harness knowledge catalog.
|
|
56
|
+
- **Hooks**: install Hookify forwarding hooks into supported AI-assisted coding tools.
|
|
57
|
+
- **Hookify**: forward local hook events to Curly.ng for server-side hook processing.
|
|
54
58
|
|
|
55
59
|
## Coderoom
|
|
56
60
|
|
|
@@ -91,6 +95,17 @@ Check catalog health:
|
|
|
91
95
|
cngkit knowledges status
|
|
92
96
|
```
|
|
93
97
|
|
|
98
|
+
Browse the catalog like a remote filesystem:
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
cngkit knowledges ls /
|
|
102
|
+
cngkit knowledges ls /libraries/lib-cloudflare -l
|
|
103
|
+
cngkit knowledges tree /libraries --depth 2
|
|
104
|
+
cngkit knowledges ls /libraries/lib-cloudflare
|
|
105
|
+
cngkit knowledges stat /libraries/lib-cloudflare/TOPIC.md
|
|
106
|
+
cngkit knowledges realpath /libraries/lib-cloudflare
|
|
107
|
+
```
|
|
108
|
+
|
|
94
109
|
Find relevant knowledge:
|
|
95
110
|
|
|
96
111
|
```bash
|
|
@@ -100,7 +115,16 @@ cngkit knowledges search Cloudflare --limit 3
|
|
|
100
115
|
Read a catalog file:
|
|
101
116
|
|
|
102
117
|
```bash
|
|
103
|
-
cngkit knowledges
|
|
118
|
+
cngkit knowledges cat /libraries/lib-cloudflare/TOPIC.md
|
|
119
|
+
cngkit knowledges head /libraries/lib-cloudflare/TOPIC.md -n 20
|
|
120
|
+
cngkit knowledges tail /libraries/lib-cloudflare/TOPIC.md -n 20
|
|
121
|
+
cngkit knowledges read /libraries/lib-cloudflare/TOPIC.md --limit 80
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Find paths by shell-style filters:
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
cngkit knowledges find /libraries -name "*cloudflare*" -type f
|
|
104
128
|
```
|
|
105
129
|
|
|
106
130
|
List matching files:
|
|
@@ -119,21 +143,37 @@ Return JSON for another tool:
|
|
|
119
143
|
|
|
120
144
|
```bash
|
|
121
145
|
cngkit knowledges status --json
|
|
146
|
+
cngkit --format json knowledges ls /
|
|
147
|
+
cngkit --format json knowledges tree /libraries --depth 2
|
|
148
|
+
cngkit --format json knowledges find /libraries -name "*cloudflare*" -type f
|
|
149
|
+
cngkit --format json knowledges stat /libraries/lib-cloudflare/TOPIC.md
|
|
122
150
|
cngkit --format json knowledges search "vector search" --limit 5
|
|
123
151
|
```
|
|
124
152
|
|
|
125
153
|
Catalog path shortcuts are supported. For example:
|
|
126
154
|
|
|
127
155
|
```text
|
|
128
|
-
/libraries/lib-cloudflare/
|
|
156
|
+
/libraries/lib-cloudflare/TOPIC.md
|
|
129
157
|
```
|
|
130
158
|
|
|
131
159
|
maps to:
|
|
132
160
|
|
|
133
161
|
```text
|
|
134
|
-
skills/knowledges/
|
|
162
|
+
skills/knowledges/topics/libraries/lib-cloudflare/TOPIC.md
|
|
135
163
|
```
|
|
136
164
|
|
|
165
|
+
The `knowledges` command set is stateless. It does not keep a working directory and does
|
|
166
|
+
not provide interactive traversal commands; pass the path explicitly on each command.
|
|
167
|
+
|
|
168
|
+
Text output is shell-friendly:
|
|
169
|
+
|
|
170
|
+
- `ls` prints one entry name per line; directories end with `/`. Use `--long` or `-l`
|
|
171
|
+
for the older metadata-heavy tab-separated output.
|
|
172
|
+
- `tree` prints a deterministic plain-text tree; directories end with `/`.
|
|
173
|
+
- `cat`, `head`, and `tail` print raw file content only.
|
|
174
|
+
- `find`, `glob`, and `grep --output-mode files_with_matches` print one path per line.
|
|
175
|
+
- `read`, `glob`, and `realpath` remain useful agent/API-oriented helper commands.
|
|
176
|
+
|
|
137
177
|
## Secret Scrubbing
|
|
138
178
|
|
|
139
179
|
`scrub` scans a file or directory with TruffleHog and prints a redacted report.
|
|
@@ -168,6 +208,41 @@ Safety notes:
|
|
|
168
208
|
- Raw secret values are never printed.
|
|
169
209
|
- `--mask` is accepted as a compatibility alias, but inline changes still require `--yes`.
|
|
170
210
|
|
|
211
|
+
## Hookify
|
|
212
|
+
|
|
213
|
+
Use `hooks install` to configure supported local AI-assisted coding tools:
|
|
214
|
+
|
|
215
|
+
```bash
|
|
216
|
+
cngkit hooks install --dry-run
|
|
217
|
+
cngkit hooks install
|
|
218
|
+
cngkit hooks install --tool codex
|
|
219
|
+
cngkit hooks uninstall --dry-run
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
The installer currently writes user-level hook configuration for Claude Code and Codex.
|
|
223
|
+
It preserves existing non-cngkit hook handlers, replaces older cngkit Hookify handlers,
|
|
224
|
+
and installs `cngkit hookify ingest --event <EventName>` for every supported hook event
|
|
225
|
+
in each tool. Hook commands use the already-installed `cngkit` binary so hook execution
|
|
226
|
+
does not resolve `cngkit@latest` through npm on every event.
|
|
227
|
+
`hooks uninstall` removes current direct cngkit Hookify handlers and older npm/npx
|
|
228
|
+
`cngkit@latest` handlers, then reports the exact files, handler counts, and event names
|
|
229
|
+
it changed.
|
|
230
|
+
|
|
231
|
+
`hookify` is the Curly.ng hook processing surface. The first command is intentionally
|
|
232
|
+
small: it reads stdin and forwards the raw payload to the backend. The backend can return
|
|
233
|
+
the hook result immediately or return a request id for workflow-backed processing; the CLI
|
|
234
|
+
polls until the final stdout, stderr, and exit code are ready.
|
|
235
|
+
|
|
236
|
+
```bash
|
|
237
|
+
cngkit hookify ingest --event PreToolUse < hook-payload.json
|
|
238
|
+
cngkit hookify ingest --event Stop --async < hook-payload.json
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
The backend response controls stdout and the process exit code. `--async` means the server
|
|
242
|
+
may defer the result behind a request id; it does not mean the local hook returns before the
|
|
243
|
+
final result is known. If the backend request or polling fails, the command falls back to
|
|
244
|
+
exit code `0` so local hooks do not block work because the remote service is unavailable.
|
|
245
|
+
|
|
171
246
|
## Local Agent Transcripts
|
|
172
247
|
|
|
173
248
|
`transcripts` reads local JSONL files from:
|
|
@@ -216,7 +291,7 @@ source text:
|
|
|
216
291
|
```bash
|
|
217
292
|
cngkit --format text --help
|
|
218
293
|
cngkit --format json knowledges status
|
|
219
|
-
cngkit --format markdown knowledges read /libraries/lib-cloudflare/
|
|
294
|
+
cngkit --format markdown knowledges read /libraries/lib-cloudflare/TOPIC.md
|
|
220
295
|
cngkit --no-color knowledges status
|
|
221
296
|
```
|
|
222
297
|
|
|
@@ -235,6 +310,11 @@ cngkit help knowledges
|
|
|
235
310
|
cngkit coderoom --help
|
|
236
311
|
cngkit knowledges read --help
|
|
237
312
|
cngkit transcripts --help
|
|
313
|
+
cngkit hooks --help
|
|
314
|
+
cngkit hooks install --help
|
|
315
|
+
cngkit hooks uninstall --help
|
|
316
|
+
cngkit hookify --help
|
|
317
|
+
cngkit hookify ingest --help
|
|
238
318
|
```
|
|
239
319
|
|
|
240
320
|
Help uses terminal Markdown rendering in interactive terminals and pipes. Status, warnings,
|
|
@@ -262,9 +342,22 @@ src/commands/
|
|
|
262
342
|
share.tsx cngkit coderoom share
|
|
263
343
|
join.tsx cngkit coderoom join
|
|
264
344
|
knowledges/
|
|
345
|
+
ls.tsx cngkit knowledges ls
|
|
346
|
+
tree.tsx cngkit knowledges tree
|
|
347
|
+
cat.tsx cngkit knowledges cat
|
|
348
|
+
head.tsx cngkit knowledges head
|
|
349
|
+
tail.tsx cngkit knowledges tail
|
|
350
|
+
find.tsx cngkit knowledges find
|
|
351
|
+
stat.tsx cngkit knowledges stat
|
|
352
|
+
realpath.tsx cngkit knowledges realpath
|
|
265
353
|
read.tsx cngkit knowledges read
|
|
266
354
|
grep.tsx cngkit knowledges grep
|
|
267
355
|
glob.tsx cngkit knowledges glob
|
|
356
|
+
hooks/
|
|
357
|
+
install.tsx cngkit hooks install
|
|
358
|
+
uninstall.tsx cngkit hooks uninstall
|
|
359
|
+
hookify/
|
|
360
|
+
ingest.tsx cngkit hookify ingest
|
|
268
361
|
```
|
|
269
362
|
|
|
270
363
|
The CLI does not hand-roll ANSI escape codes. Status styles go through Ink's built-in
|