singularity-forge/packages/pi-coding-agent/src/modes/interactive
Juan Francisco Lebrero 988ef61488 refactor: consolidate theme files and remove manual schema (#1478)
- Delete theme-schema.json (335 lines): redundant with the TypeBox
  schema already defined in theme.ts, only referenced via $schema URLs
  in the JSON files for editor autocomplete.
- Delete dark.json (85 lines) and light.json (84 lines): move built-in
  theme definitions into themes.ts as TypeScript objects, eliminating
  runtime filesystem reads and the getThemesDir() dependency.
- Export ThemeJson type from theme.ts so themes.ts can reference it.
- Net reduction: ~319 lines removed.
2026-03-19 15:35:56 -06:00
..
components refactor: remove dead code (unused exports) (#1486) 2026-03-19 15:33:32 -06:00
theme refactor: consolidate theme files and remove manual schema (#1478) 2026-03-19 15:35:56 -06:00
interactive-mode.ts refactor: extract slash command handlers from interactive-mode (#1485) 2026-03-19 15:34:14 -06:00
slash-command-handlers.ts refactor: extract slash command handlers from interactive-mode (#1485) 2026-03-19 15:34:14 -06:00