tackbox 0.1.63 → 0.1.65
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,6 +376,11 @@ Direct reporting helpers ship per language; their shared runtime behavior -
|
|
|
376
376
|
lane routing, telemetry dedup, panic grouping, and capture isolation - is
|
|
377
377
|
specified in [docs/report-contracts.md](docs/report-contracts.md).
|
|
378
378
|
|
|
379
|
+
- [Go](go/report/README.md)
|
|
380
|
+
- [JavaScript / TypeScript](js/README.md)
|
|
381
|
+
- [Python](py/tackbox_report/README.md)
|
|
382
|
+
- [Java](java/report/README.md)
|
|
383
|
+
|
|
379
384
|
## Agent hook (Claude Code)
|
|
380
385
|
|
|
381
386
|
`tackbox hook` wires the rules into an agent's edit loop. It reads a
|
package/package.json
CHANGED