diff --git a/AGENTS.md b/AGENTS.md index c645ce0..a154484 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -# Yard Map Agent Notes +# A Plot of Plants Agent Notes This file is a fast handoff for future coding agents working in this repo. diff --git a/README.md b/README.md index 0624186..edc1a4f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Yard Map +# A Plot of Plants -Static yard mapping site built with Leaflet and plain browser modules. +Static garden and yard mapping site built with Leaflet and plain browser modules. ## Status @@ -14,7 +14,7 @@ The project currently has: - Feature relationship metadata (`id`, `parentId`, `groupIds`) and a top-level group catalog for future visibility controls. - Example yard data mostly copied from `buildings.gpkg` and then preserved as JS modules. -The next likely product direction is map-layer visibility controls driven by the existing feature groups and parent-child relationships. +The next likely product direction is layer visibility controls driven by the existing feature groups and parent-child relationships. ## Authoring model diff --git a/index.html b/index.html index 9d61ed1..25ae2c2 100644 --- a/index.html +++ b/index.html @@ -3,32 +3,21 @@ - Yard Map + A Plot of Plants
diff --git a/package.json b/package.json index 6f987e6..2b3d64b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "yardmap", + "name": "a-plot-of-plants", "private": true, "type": "module" -} \ No newline at end of file +}