You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.