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
33 changes: 0 additions & 33 deletions .github/3d-earth-view-progress.md

This file was deleted.

8 changes: 4 additions & 4 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ Three non-component folders under `src/`:
## Context filtering

- For normal implementation work, treat `src/`, `functions/src/`, config files, and active tests as the source of truth.
- Ignore `public/prototypes/` unless the user explicitly asks to work on a prototype or a production file clearly derives from one of those experiments.
- Ignore most of `docs/` during routine code search and edits. Use docs only when the task is explicitly documentation-driven or when this file points to a specific document that is required context.
- Ignore `public/prototypes/` by default. Those files are archival working documents and are no longer used for production implementation unless the user explicitly asks to work on them.
- Ignore `docs/plans/` by default. Those files are archival working plans and should not be treated as the current implementation source of truth unless the user explicitly asks for plan/document work.
- Ignore most of `docs/` during routine code search and edits. Use docs only when the task is explicitly documentation-driven or when this file points to a specific document that is still intentionally maintained.
- When docs and code disagree, follow the code and only use the docs to understand intent or planned follow-up work.

## Plans and Implementation Notes
Expand Down Expand Up @@ -192,8 +193,7 @@ The component layer is easiest to reason about in four groups:

### Concept teaching components

- `src/components/DayNightExplorer.tsx` — time-of-day and world-time teaching widget.
- For the intended separation of clock, calendar, and earth responsibilities, refer to `.github/day-night-explorer-clock-calendar-earth.md`.
- `src/pages/TimeExplorerPage.tsx` — Time Explorer entry page that composes the live 3D earth/solar view, clock, and calendar panel.
- `src/components/SchoolCalendar.tsx` — school-day versus non-school-day calendar teaching widget.

### Chore system components
Expand Down
Loading
Loading