@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
@@ -10,7 +10,11 @@ Versioning follows [Semantic Versioning](https://semver.org/).
10
10
 
11
11
  ## [Unreleased]
12
12
 
13
- No changes yet.
13
+ ## [1.0.3] - 2026-05-16
14
+
15
+ ### Changed
16
+
17
+ - Fixed agent names across Copilot agent definition files.
14
18
 
15
19
  ## [1.0.2] - 2026-05-15
16
20
 
@@ -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: TSF++ Annotate
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: TSF++ Audit
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: Writes TSF++-compliant TypeScript with ADT-first, pure-core guardrails and per-layer constraints.
3
- name: TSF++ Guarded Coding
3
+ name: tsfpp-guarded-coding
4
4
  argument-hint: "layer: core | api | dal | react | cli"
5
5
  tools:
6
6
  - edit
@@ -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: TSF++ Refactor Engineer
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsfpp/agents",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Workspace AI tooling for TSF++ projects: scoped instructions, coding agents, and reusable prompts",
5
5
  "keywords": [
6
6
  "tsfpp",