Skip to content

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 07:05
· 3 commits to main since this release

Fixed

  • npm-installed setup now deploys the full agent skill. The files whitelist only published skills/memoria-memory-sync/deployed/, so the npm tarball was missing SKILL.md, scripts/, and resources/getBundledSkillSourcePath() found no SKILL.md and deployAgentSkill was silently skipped, leaving .agents/memoria-memory-sync/ undeployed. Whitelist now ships the whole skills/memoria-memory-sync/ directory.
  • setup now logs a ✗ [skill] step when the bundled skill source is missing, instead of skipping the step with no output.