Skip to content

Commit 73436ac

Browse files
refactor: improvements with styles and gh syncs. (#82)
1 parent bb2704b commit 73436ac

19 files changed

Lines changed: 1163 additions & 149 deletions

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Repository structure:
4040

4141
- Preserve current project formatting: single quotes, no semicolons, print width 90, arrowParens avoid.
4242
- Do not use index files or barrel-file architecture; prefer explicit file names and explicit import paths.
43+
- Prefer modular, colocated architecture; split focused features into nearby files and avoid monolithic modules.
4344
- Keep UI changes intentional and lightweight; avoid broad visual rewrites unless requested.
4445
- Keep runtime logic defensive for flaky/slow CDN conditions.
4546
- Preserve progressive loading behavior (lazy-load optional compilers/runtime pieces where possible).

0 commit comments

Comments
 (0)