Skip to content
Open
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
16 changes: 16 additions & 0 deletions axis/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# AXIS Project Instructions (Standing)

This repository area is a contractor-facing modular-home visualization and blueprint-generation tool, not a marketing website.

## Rules for Codex

1. Keep the project plain HTML/CSS/JS unless explicitly told otherwise.
2. Do not convert to React yet.
3. Do not redesign the UI until data, blueprint, render, floor-plan, and 3D logic are stabilized.
4. Treat `AXIS_CONFIGS` as the source of truth for model/configuration data.
5. Keep diffs small and focused.
6. Preserve current behavior unless the task explicitly asks to change it.
7. Do not delete blueprint, render, or floor-plan assets unless explicitly instructed.
8. Flag conflicting dimensions, square footage, bed/bath counts, render paths, blueprint routing, and duplicated hardcoded values.
9. Prefer incremental refactors over large rewrites.
10. After every task, summarize changed files, behavior impact, remaining risks, and next recommended step.
Loading