Skip to content

Commit d7210e2

Browse files
committed
docs: advance buildout plan
1 parent d1966c5 commit d7210e2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CURRENT_STATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ The pinned build path is now committed in-repo, so local build instructions are
6464

6565
## Immediate Next Moves
6666

67-
1. Implement the responsive polish pass in `feat/responsive-polish`, focusing on mobile and small-laptop typography and spacing without changing content.
67+
1. Implement historical artifact governance in the next feature branch, focusing on the final treatment of `README.CRAWL.md` and any similar repo-only files.
6868
2. Keep `scripts/render_heatmap.py` and `Figure2-Teeth_v4.1.pdf` in sync if the figure changes.
6969
3. Run `python scripts/check_homepage.py` against `_site/index.html` after a local build if you need a homepage smoke check.

docs/agentic-first-buildout-plan.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,23 @@ Start the remaining buildout here:
4444

4545
### 1. Browser smoke test for the home page
4646

47+
- Status: merged to main.
4748
- Goal: add a browser-driven verification path that opens the local site, checks the title, the main heatmap image, the download link, and the image alt text.
4849
- Merge boundary: the test harness and its docs only.
4950
- Verification: browser screenshot or a scripted browser run against the local preview.
5051
- Why first: it gives every later feature a stable visual baseline.
5152

5253
### 2. Responsive polish pass
5354

55+
- Status: merged to main.
5456
- Goal: harden the layout for mobile and small laptop widths without changing content.
5557
- Merge boundary: CSS and minimal markup only.
5658
- Verification: browser screenshots at desktop and mobile breakpoints.
5759
- Why second: it keeps later content changes from conflating with layout regressions.
5860

5961
### 3. Historical artifact governance
6062

63+
- Status: next.
6164
- Goal: decide the final treatment of `README.CRAWL.md` and any other historical artifacts.
6265
- Merge boundary: docs and navigation only.
6366
- Verification: non-UI validation plus live site check that the artifact is not surfaced publicly.

0 commit comments

Comments
 (0)