- Merge pull request #528 from kaitranntt/kai/feat/521-cursor-config-dashboard
- fix(config): serialize cursor section in generateYamlWithComments
- chore: sync with dev after PR #527 merge
- fix(cursor): pass all args to handler, use getCursorConfig in routes
- fix(cursor): add enabled field to tests, simplify cursor routing
- fix(cursor): align daemon routes, add enabled field, handle bare command
- fix(cursor): use getCursorConfig(), fix help text and stub messages
- fix(cursor): add subcommand parity comment and raw settings TODO
- fix(cursor): clean up settings validation and route consistency
- fix(cursor): address remaining PR #528 review feedback
- fix(cursor): validate request body on settings endpoints
- fix(cursor): address PR #528 review feedback
- chore: merge dev into cursor-config branch
- fix(cursor): add input validation on dashboard settings routes
- feat(cursor): add config integration and dashboard routes