-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPROGRESS.json
More file actions
19 lines (19 loc) · 1.47 KB
/
Copy pathPROGRESS.json
File metadata and controls
19 lines (19 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"schema": "d7460n-progress/1",
"read_order": ["PROGRESS.json", "newest shard in shards[]"],
"meta": {
"repo": "autocss-com/react",
"what": "Framework reference demo for the AutoCSS remote-rendering phase: a standard/idiomatic React app that renders its OWN data inside the remotely-loaded AutoCSS UI (https://autocss.com). NOT tied to a product yet; a real product + its own CLAUDE.md come later.",
"rules": [
"README stays MINIMAL — only what a developer changes from the default scaffold. Developers move fast; a long changelog reads as 'lots of work' when it isn't. Full change history lives HERE, mirroring the autocss repo's memory system.",
"AutoCSS is loaded REMOTELY from https://autocss.com — do not vendor/copy it.",
"Framework build tooling (npm/Vite) is fine here — AutoCSS's zero-dependency rule applies to AutoCSS itself, not to this back-end."
],
"cross_repo_master": "The authoritative cross-repo accounting lives in autocss-com/autocss (PROGRESS.json + progress/log-001.ndjson). This file is the react-specific mirror."
},
"shards": ["progress/log-001.ndjson"],
"cursor": {
"phase": "Stage 2 (styles) DONE: renders its own data inside the AutoCSS scaffold, styled solely by remote autocss.com CSS. Live at https://autocss-com.github.io/react/.",
"next": "Wire the remote AutoCSS JS runtime (app.js/oninput) so AutoCSS RENDERS the data (not the framework). Later: assign a real product + add a per-repo CLAUDE.md."
}
}