singularity-forge/packages
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
..
native refactor: remove dead code (unused exports) (#1486) 2026-03-19 15:33:32 -06:00
pi-agent-core refactor: remove dead code (unused exports) (#1486) 2026-03-19 15:33:32 -06:00
pi-ai refactor: remove dead code (unused exports) (#1486) 2026-03-19 15:33:32 -06:00
pi-coding-agent refactor: consolidate theme files and remove manual schema (#1478) 2026-03-19 15:35:56 -06:00
pi-tui refactor: extract overlay layout and compositing from TUI into separate module (#1482) 2026-03-19 15:35:00 -06:00