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
Codex IDE support -- full --target codex support across all commands: init, skill-install, skill-uninstall, uninstall, check, pin, unpin, diff (Python + TypeScript)
skill-uninstall command -- remove individual skills by name, with cross-target lookup (all 3 IDEs)
uninstall command -- fully remove LAP from your IDE: skills, hooks, metadata, CLAUDE.md/AGENTS.md/Cursor rules
Codex curl-first workflow -- generated skills and builtin Codex SKILL.md use curl for registry operations (search, get, check) instead of npx, which is unusably slow in Codex sandbox
Python --hook flag -- lapsh check --hook claude/cursor/codex outputs structured JSON for SessionStart hook injection (cross-language parity with TypeScript)
Output sanitization -- TypeScript CLI strips ANSI escapes and control chars from registry data (matches Python)