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
--content is now optional on note create - When omitted, creates a note with frontmatter and title heading only, returning the path. Callers can use their own tools to write the body. This enables a cleaner two-step flow for Claude Code plugins: short sb command for metadata, Write tool for content.
Fix describe command schema - The required field now correctly reflects whether an option was registered with .requiredOption() vs .option() (uses Commander's opt.mandatory instead of opt.required).