Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Repository structure:

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