Troubleshooting
Site Build Fails
- Check if sidebar links correspond to existing files
- Run
npm run docs:buildto see specific errors
Page 404
- Check if links in
docs/.vitepress/config.tsare correct - Check markdown file paths and naming
Language Switch Issues
- Check
localesconfiguration - Check if corresponding pages under
/en/exist
Command Has No Response
Ensure executing in project root and OpenSpec is initialized (openspec init).
Spec and Code Out of Sync
After each change, run verify + sync specification documents.