aboutsummaryrefslogtreecommitdiff
path: root/Zig.novaextension/Scripts/normalize-zig-issues.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Cache compiler errorsDavid Czihak2 days1-0/+40
| | | | Cache compiler errors instead of passing them directly to Nova. This removes the possibility for outdated old errors not going away.
* Chore: Move extension bundle into Zig.novaextension/ subdirectoryDavid Czihak3 days1-0/+93
Separates Nova extension resources from development-only items. Development items (ISSUES.md, vendor/, examples/) remain at the repo root. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>