From 5b9c4960cc6e64c1e25212bba093ec0d3e7a150f Mon Sep 17 00:00:00 2001 From: martin veillette Date: Fri, 31 Jul 2026 22:31:20 -0400 Subject: [PATCH] Point NAAP/reference tooling at the sibling Baseline repo. Decompile scripts and docs resolve Flash and other upstream sources under ../Baseline; local nested clones are no longer used. Co-authored-by: Cursor --- .gitignore | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 333447a..dfa1d45 100644 --- a/.gitignore +++ b/.gitignore @@ -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) diff --git a/CLAUDE.md b/CLAUDE.md index e9d641a..72a9e21 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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