@yamo/memory-mesh 2.0.1 → 2.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skills/SKILL.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamo/memory-mesh",
3
- "version": "2.0.1",
3
+ "version": "2.0.5",
4
4
  "description": "Portable semantic memory system with Layer 0 Scrubber for YAMO agents",
5
5
  "type": "module",
6
6
  "main": "lib/memory/index.js",
package/skills/SKILL.md CHANGED
@@ -3,7 +3,7 @@ name: yamo-super
3
3
  description: YamoSuper is a comprehensive AI coding workflow system that orchestrates the complete software development lifecycle through specialized agents managing brainstorming, git worktree isolation, implementation planning, dual execution modes (fresh-subagent-per-task with two-stage review or batch with checkpoints), strict test-driven development, systematic debugging, and pre-merge quality gates—all designed to enable autonomous execution while maintaining human oversight and enforcing YAGNI/DRY best practices.
4
4
  ---
5
5
 
6
- when improving or creating new code follow the this yamo-skill:
6
+ For all code improvement or creation tasks, strictly adhere to the logic, agents, and constraints defined in this Yamo Skill:
7
7
 
8
8
  metadata:
9
9
  name;YamoSuper;