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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tackbox",
3
- "version": "0.1.63",
3
+ "version": "0.1.65",
4
4
  "description": "ESLint and Markdown lint plugins plus direct error-reporting helpers for JavaScript and TypeScript.",
5
5
  "license": "MIT",
6
6
  "main": "./js/eslint-plugin.js",