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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Thumbs.db
# Claude Code - local settings excluded, hooks tracked
.claude/settings.local.json

# Local reference clones (e.g. Stellarium Web Engine) — not part of the sim bundle
# Upstream baselines live in ../Baseline; do not re-clone under reference/
reference/

# CI / local npm audit artifact (must not be linted)
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sim-specific context for AI assistants. General SceneryStack guidance: [OpenPhys

## Project

SceneryStack **first-person planetarium** for the night sky. Observer location, civil time (with derived LST), look direction, and field of view live in `ZenithModel`; `PlanetariumSkyNode` projects the bright-star catalog and solar-system bodies. Architecture: [doc/model.md](doc/model.md), [doc/implementation-notes.md](doc/implementation-notes.md). Upstream reference (not shipped): `reference/stellarium-web-engine/` for projection and sky-rendering ideas.
SceneryStack **first-person planetarium** for the night sky. Observer location, civil time (with derived LST), look direction, and field of view live in `ZenithModel`; `PlanetariumSkyNode` projects the bright-star catalog and solar-system bodies. Architecture: [doc/model.md](doc/model.md), [doc/implementation-notes.md](doc/implementation-notes.md). Upstream reference (not shipped): `../Baseline/Astronomy/stellarium-web-engine` for projection and sky-rendering ideas.

## Key files

Expand Down