@tsfpp/agents 1.0.2 → 1.0.3
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/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Adds missing JSDoc, DEVIATION comments, eslint-disable annotations, and code markers to target files. Never changes runtime behaviour.
|
|
3
|
-
name:
|
|
3
|
+
name: tsfpp-annotate
|
|
4
4
|
argument-hint: "Path(s) to annotate, e.g. src/domain/track.ts or src/domain/"
|
|
5
5
|
tools:
|
|
6
6
|
- edit/editFiles
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: TSF++ standards compliance auditor. Produces a structured markdown report in docs/audits/ with per-slice checkboxes.
|
|
3
|
-
name:
|
|
3
|
+
name: tsfpp-audit
|
|
4
4
|
argument-hint: "target=<path|package|layer> focus=<all|types|boundary|complexity|loc|annotations|security>"
|
|
5
5
|
tools:
|
|
6
6
|
- edit/createFile
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Fixes TSF++ violations from an audit report. Works slice by slice, updates the report as it goes, and never introduces new violations.
|
|
3
|
-
name:
|
|
3
|
+
name: tsfpp-refactor-engineer
|
|
4
4
|
argument-hint: "Path to audit report, e.g. docs/audits/src-domain-20260514-1430.md"
|
|
5
5
|
tools:
|
|
6
6
|
- edit
|