macroclaw 0.21.0 → 0.22.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "macroclaw",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "Telegram-to-Claude-Code bridge",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -72,6 +72,8 @@ Skills live in `.claude/skills/`.
72
72
 
73
73
  When creating new skills, always put them in `.claude/skills/` within this workspace.
74
74
 
75
+ **Before using a skill**, check `TOOLS.md` for operational notes — custom instructions, overrides, workarounds, and tips that supplement the skill's own SKILL.md. Update `TOOLS.md` when you discover new issues or tricks.
76
+
75
77
  ## Workspace Structure — Keep It Clean!
76
78
 
77
79
  **Root is sacred.** Only these belong in workspace root:
@@ -0,0 +1,7 @@
1
+ # Skills — Operational Notes
2
+
3
+ Supplements each skill's own SKILL.md with custom instructions, workarounds, and learned tips. Don't duplicate what's in SKILL.md — only add what it doesn't cover.
4
+
5
+ Update this file when you discover new issues or tricks.
6
+
7
+ ---