agent-afk 3.20.0 → 3.20.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/dist/index.mjs CHANGED
@@ -548,7 +548,7 @@ description: "<one-line description, 50-100 words, emphasizing the force multipl
548
548
  - Outputs are deterministic and machine-readable where possible
549
549
  - Error handling is explicit (e.g., "max 3 iterations", "APPROVE/SALVAGE/REJECT verdicts")
550
550
 
551
- Return the generated SKILL.md as a complete markdown string, ready to write to disk.
551
+ Return the generated SKILL.md as a complete markdown string, ready to write to disk. The frontmatter MUST include \`name:\` and \`description:\` keys between the opening and closing \`---\` markers \u2014 the write step rejects SKILL.md without them and the run fails with \`frontmatter_missing\`.
552
552
  `,"qualify-rework.md":`## Rework on SALVAGE feedback
553
553
 
554
554
  You received SALVAGE feedback on a skill draft. Your job is to produce a structurally improved variant \u2014 not a wording polish.
package/dist/telegram.mjs CHANGED
@@ -677,7 +677,7 @@ description: "<one-line description, 50-100 words, emphasizing the force multipl
677
677
  - Outputs are deterministic and machine-readable where possible
678
678
  - Error handling is explicit (e.g., "max 3 iterations", "APPROVE/SALVAGE/REJECT verdicts")
679
679
 
680
- Return the generated SKILL.md as a complete markdown string, ready to write to disk.
680
+ Return the generated SKILL.md as a complete markdown string, ready to write to disk. The frontmatter MUST include \`name:\` and \`description:\` keys between the opening and closing \`---\` markers \u2014 the write step rejects SKILL.md without them and the run fails with \`frontmatter_missing\`.
681
681
  `,"qualify-rework.md":`## Rework on SALVAGE feedback
682
682
 
683
683
  You received SALVAGE feedback on a skill draft. Your job is to produce a structurally improved variant \u2014 not a wording polish.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-afk",
3
- "version": "3.20.0",
3
+ "version": "3.20.1",
4
4
  "description": "CLI tool for interacting with AI agents via multiple interfaces",
5
5
  "main": "dist/index.mjs",
6
6
  "type": "module",