liteagents 2.17.0 → 2.17.1

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
@@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
  - Enhanced testing capabilities
16
16
  - Performance optimizations
17
17
 
18
+ ## [2.17.1] - 2026-08-25
19
+
20
+ ### Fixed
21
+ - **`AGENT_RULES.md`'s table of contents linked to an anchor that does not exist** in the
22
+ droid, opencode and ampcode kits. Entry 9 pointed at `#claudemd-stub` while the heading it
23
+ names is `## AGENTS.md Stub` / `## AGENT.md Stub` — anchors `#agentsmd-stub` /
24
+ `#agentmd-stub`. The per-tool rename substituted the visible heading text and the link
25
+ label and left the anchor on the claude spelling, so the link was dead in three of four
26
+ kits. Claude's was correct and is untouched. Cosmetic, but it is the mention-form this repo
27
+ already has a rule about: a rename sweep must cover every form, and an anchor is one. Every
28
+ TOC anchor in all four copies was audited against every heading; this was the only
29
+ mismatch. Found while diffing the agentic-toolkit mirror, which carried the correct anchor
30
+ and the *wrong* settings path — each side right about a different line.
31
+
18
32
  ## [2.17.0] - 2026-08-24
19
33
 
20
34
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liteagents",
3
- "version": "2.17.0",
3
+ "version": "2.17.1",
4
4
  "description": "AI development toolkit with 11 specialized agents and 18 commands including live-canvas UI design with click-to-annotate feedback. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -9,7 +9,7 @@
9
9
  6. [Environment](#environment)
10
10
  7. [Development Workflow](#development-workflow)
11
11
  8. [Twelve-Factor Checklist](#twelve-factor-checklist)
12
- 9. [AGENT.md Stub](#claudemd-stub)
12
+ 9. [AGENT.md Stub](#agentmd-stub)
13
13
  10. [AI Agent Instructions](#ai-agent-instructions)
14
14
 
15
15
  ---
@@ -9,7 +9,7 @@
9
9
  6. [Environment](#environment)
10
10
  7. [Development Workflow](#development-workflow)
11
11
  8. [Twelve-Factor Checklist](#twelve-factor-checklist)
12
- 9. [AGENTS.md Stub](#claudemd-stub)
12
+ 9. [AGENTS.md Stub](#agentsmd-stub)
13
13
  10. [AI Agent Instructions](#ai-agent-instructions)
14
14
 
15
15
  ---
@@ -9,7 +9,7 @@
9
9
  6. [Environment](#environment)
10
10
  7. [Development Workflow](#development-workflow)
11
11
  8. [Twelve-Factor Checklist](#twelve-factor-checklist)
12
- 9. [AGENTS.md Stub](#claudemd-stub)
12
+ 9. [AGENTS.md Stub](#agentsmd-stub)
13
13
  10. [AI Agent Instructions](#ai-agent-instructions)
14
14
 
15
15
  ---