What problem does it solve? Project conventions can become stale or missing after stack changes, failed initialization hooks, or legacy format migrations, leaving AI assistants without accurate coding guidance. ## Core Features & Use Cases - Conventions Bundle Rebuild: Regenerates .conventions/index.md and .conventions/manifest.yaml from the stack defined in .specs/stacks/_default.md. - Legacy Migration: Detects and removes the legacy compiled .conventions/conventions.md format, migrating to the new index plus manifest layout. - Signal Extraction: Reads stack and project files to extract technology signals (e.g., typescript, bun, react) that drive sub-domain detection. - Use Case: After switching your project from Node to Bun, run this command to rebuild the conventions bundle so all subsequent LiveSpec commands load conventions matching the new stack. ## Quick Start Ask the AI to run /spec-refresh-conventions to rebuild the project conventions bundle from the current LiveSpec stack. Supports --full (default rebuild), --force (alias), and --dry-run (report only, no writes).