Stub out previous undo implementation; update docs.

- Remove outdated `undo-state.md`
- Add two code quality/optimization reports that were used to guide previous work:
  - `code-report.md` (optimization)
  - `code-report-quality.md` (stability and code health)
- Add `themes.md`.
- Update undo system docs and roadmap.
This commit is contained in:
2025-12-03 15:12:28 -08:00
parent 45b2b88623
commit cbbde43dc2
12 changed files with 1746 additions and 664 deletions

View File

@@ -141,6 +141,9 @@
<pair source="c++m" header="" fileNamingConvention="NONE" />
</extensions>
</files>
<codeStyleSettings language="Markdown">
<option name="RIGHT_MARGIN" value="72" />
</codeStyleSettings>
<codeStyleSettings language="ObjectiveC">
<indentOptions>
<option name="INDENT_SIZE" value="8" />