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
|
@@ -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:
|