You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+25-40Lines changed: 25 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,52 +9,29 @@ Entry point for AI coding agents working on this repository.
9
9
**Live:**https://radioastronomy.io
10
10
**Purpose:** Public website for the radioastronomyio GitHub organization. Showcases computational astronomy research projects, infrastructure documentation, governance practices, and the organization's open-science approach. Deployed on Azure Static Web Apps.
-`v2-02-research.md` — Research overview and 7 project pages
35
-
-`v2-03-infrastructure-cutover.md` — Infrastructure page, SEO/accessibility polish, cutover from v1 to v2 (two-phase, Phase B requires explicit user approval)
36
-
37
-
While the refresh is in progress, `src/` remains the deployed site. V2 lives under `site-v2/` until cutover. Cutover will rename `src/` → `legacy-v1/` and promote `site-v2/` → `src/`.
26
+
-**Legacy redirects:**`staticwebapp.config.json` maps old `repos/*.html` URLs to new `/projects/<slug>` routes
38
27
39
28
## Architecture
40
29
41
-
**V1 (live):** Static site with no build step. Azure SWA serves files directly from `src/`.
42
-
43
-
**V2 (in progress):** Astro site under `site-v2/`. Builds to `site-v2/dist/` via `npm run build`. Azure SWA serves the build output after cutover.
30
+
**V2 (live):** Astro site under `src/`. Builds to `src/dist/` via `npm run build`. Azure SWA serves the build output.
31
+
**V1 (archived):** Static site preserved under `legacy-v1/` for reference. No longer deployed.
44
32
45
33
```
46
-
src/ → v1 (live) - Deployed to Azure Static Web Apps
47
-
├── index.html → Landing page
48
-
├── research.html → Research overview
49
-
├── infrastructure.html → Infrastructure overview
50
-
├── repos/ → 6 repository detail pages
51
-
├── css/styles.css → Stylesheet with CSS custom properties
-**Org framing.** RadioAstronomy.io is founder-led (Don Fountain) with volunteer contributors. It is NOT a "six-person team," NOT an employer, and public copy does not describe it with formalized team language. Contributors are not named on the public site unless explicitly added to a future content collection.
76
64
-**Separation of hats.** Don's professional work (systems engineering for high-compliance environments) is distinct from RadioAstronomy.io (citizen science research). The site describes what the org does and mentions the founder's background briefly with a link to donaldfountain.ai. The site does NOT describe RadioAstronomy.io operations in terms of Don's professional compliance work.
77
65
-**V1 site immutable during v2 refresh.** Do not modify anything under `src/` until Spec 03 Phase B cutover.
0 commit comments