@iodes/releasekit 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +292 -110
- package/dist/cli.js +7 -5
- package/dist/content.d.ts +8 -0
- package/dist/content.js +5 -3
- package/dist/export.js +4 -3
- package/dist/images.d.ts +14 -5
- package/dist/images.js +32 -8
- package/dist/model.d.ts +29 -0
- package/dist/model.js +27 -3
- package/dist/prompts.d.ts +2 -2
- package/dist/prompts.js +24 -16
- package/dist/validate.js +2 -2
- package/examples/README.md +34 -14
- package/examples/backup-encryption/README.md +19 -0
- package/examples/backup-encryption/dark.png +0 -0
- package/examples/backup-encryption/dark.prompt.md +52 -0
- package/examples/backup-encryption/dimensions-edit.prompt.md +7 -0
- package/examples/backup-encryption/flat-render-requests.md +15 -0
- package/examples/backup-encryption/light.png +0 -0
- package/examples/backup-encryption/light.prompt.md +52 -0
- package/examples/backup-encryption/pair-review.md +18 -0
- package/examples/backup-encryption/scene.yaml +31 -0
- package/examples/connected-route/README.md +23 -0
- package/examples/connected-route/dark.png +0 -0
- package/examples/connected-route/dark.prompt.md +58 -0
- package/examples/connected-route/light.png +0 -0
- package/examples/connected-route/light.prompt.md +58 -0
- package/examples/connected-route/pair-review.md +22 -0
- package/examples/connected-route/render-requests.md +171 -0
- package/examples/connected-route/scene.yaml +59 -0
- package/examples/feature-briefs.yaml +96 -89
- package/examples/location-preferences/README.md +18 -0
- package/examples/location-preferences/dark.png +0 -0
- package/examples/location-preferences/dark.prompt.md +52 -0
- package/examples/location-preferences/light.png +0 -0
- package/examples/location-preferences/light.prompt.md +52 -0
- package/examples/location-preferences/pair-review.md +17 -0
- package/examples/location-preferences/scene.yaml +26 -0
- package/examples/provided-media/README.md +15 -0
- package/examples/provided-media/scene.yaml +22 -0
- package/examples/queue-action/README.md +15 -15
- package/examples/queue-action/alignment-edit.prompt.md +8 -8
- package/examples/queue-action/dark.prompt.md +58 -58
- package/examples/queue-action/light.prompt.md +58 -58
- package/examples/queue-action/pair-review.md +33 -33
- package/examples/queue-action/scene.yaml +41 -41
- package/examples/release-notes.en-US.json +56 -56
- package/examples/release-notes.ko-KR.json +56 -56
- package/examples/storage-breakdown/README.md +18 -0
- package/examples/storage-breakdown/dark.png +0 -0
- package/examples/storage-breakdown/dark.prompt.md +52 -0
- package/examples/storage-breakdown/light.png +0 -0
- package/examples/storage-breakdown/light.prompt.md +52 -0
- package/examples/storage-breakdown/pair-review.md +18 -0
- package/examples/storage-breakdown/scene.yaml +28 -0
- package/examples/tablet-reading/README.md +18 -0
- package/examples/tablet-reading/content-edit.prompt.md +7 -0
- package/examples/tablet-reading/dark.png +0 -0
- package/examples/tablet-reading/dark.prompt.md +52 -0
- package/examples/tablet-reading/light.png +0 -0
- package/examples/tablet-reading/light.prompt.md +52 -0
- package/examples/tablet-reading/pair-review.md +18 -0
- package/examples/tablet-reading/scene.yaml +29 -0
- package/kit/references/composition-recipes.md +89 -73
- package/kit/references/format.md +26 -24
- package/kit/references/media-sources.md +34 -0
- package/kit/references/theme-pairing.md +55 -53
- package/kit/references/visual-language.md +73 -69
- package/kit/references/workflow.md +24 -24
- package/kit/references/writing.md +27 -27
- package/kit/skills/releasekit-draft/SKILL.md +10 -10
- package/kit/skills/releasekit-image/SKILL.md +16 -16
- package/kit/skills/releasekit-review/SKILL.md +12 -12
- package/kit/skills/releasekit-translate/SKILL.md +10 -10
- package/package.json +54 -52
- package/schemas/bundle.schema.json +26 -1
- package/schemas/visual.schema.json +42 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
archetype: icon-tile
|
|
2
|
+
subject: One flat closed-padlock glyph inside a compact rounded square tile
|
|
3
|
+
message: Local backup files can be saved with encryption enabled.
|
|
4
|
+
focus: The closed shackle and simple keyhole of the monochrome padlock glyph
|
|
5
|
+
composition: >-
|
|
6
|
+
A uniform 8:5 landscape canvas with one small flat rounded-square tile centered
|
|
7
|
+
exactly in the canvas. The tile side is about 22 percent of canvas width, with
|
|
8
|
+
a corner radius about 13 percent of its side. Inside it, one front-facing filled
|
|
9
|
+
padlock glyph occupies about 56 percent of the tile width and 62 percent of its
|
|
10
|
+
height. Use one solid mid-gray neutral value for the complete glyph, including
|
|
11
|
+
its closed arched shackle and body. A simple keyhole is negative space in the
|
|
12
|
+
body. Keep broad uninterrupted canvas around the tile. There is no archive box,
|
|
13
|
+
physical object, perspective, material rendering, lighting, or colored badge.
|
|
14
|
+
context: >-
|
|
15
|
+
Fictional capability illustration, not a shipped product claim. The flat lock
|
|
16
|
+
represents encryption of local backup files only. It does not claim that every
|
|
17
|
+
file is encrypted or that every product surface is protected.
|
|
18
|
+
elements:
|
|
19
|
+
- One flat rounded-square background tile
|
|
20
|
+
- One solid monochrome closed-padlock glyph with a negative-space keyhole
|
|
21
|
+
preserve:
|
|
22
|
+
- Tile and glyph dimensions, optical center, and corner treatment
|
|
23
|
+
- Closed shackle and recognizable negative-space keyhole
|
|
24
|
+
- Completely flat monochrome graphic treatment in both themes
|
|
25
|
+
avoid:
|
|
26
|
+
- Perspective, extrusion, bevels, gradients, texture, highlights, or shadows
|
|
27
|
+
- A physical archive box, metallic lock, or separate floating badge
|
|
28
|
+
- Decorative accent color or glow
|
|
29
|
+
- Open shackle, success mark, text, or additional controls
|
|
30
|
+
text: []
|
|
31
|
+
references: []
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Connected route
|
|
2
|
+
|
|
3
|
+
An original fictional `spatial-view` example: the route preview connects two selected saved waypoints through a city street network.
|
|
4
|
+
|
|
5
|
+
Fine streets retain cartographic context at low contrast. One blue path carries the focus; a quiet area beside the map holds three abstract route-summary labels. Land, water, and supporting streets stay neutral. The map crop and summary placement belong to this scene, not every spatial note.
|
|
6
|
+
|
|
7
|
+
The geography is explicitly illustrative. It is not a real location, a computed navigation result, or evidence of a shipped product. An actual place, route, or coverage claim needs an approved map capture or verified source. No live-navigation arrow, traffic, or travel estimate is implied.
|
|
8
|
+
|
|
9
|
+
| Dark | Light |
|
|
10
|
+
| --- | --- |
|
|
11
|
+
|  |  |
|
|
12
|
+
|
|
13
|
+
Both selected PNGs are 1585 × 992 pixels. The pair review records the inspected output and its visual limitations.
|
|
14
|
+
|
|
15
|
+
- [Shared scene specification](scene.yaml)
|
|
16
|
+
- [Dark prompt](dark.prompt.md) and [light prompt](light.prompt.md), compiled from that scene and the default project palette
|
|
17
|
+
- [Generation and pair review](pair-review.md)
|
|
18
|
+
- [Actual render and correction requests](render-requests.md)
|
|
19
|
+
- [Map hierarchy and selection guidance](../../kit/references/composition-recipes.md#map-hierarchy-within-spatial-views)
|
|
20
|
+
- [Generated or supplied media](../../kit/references/media-sources.md)
|
|
21
|
+
- [Current composition examples](../README.md#composition-gallery)
|
|
22
|
+
|
|
23
|
+
The scene explains this feature only. Derive a new scene from each real note and its product evidence.
|
|
Binary file
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Release illustration — dark
|
|
2
|
+
|
|
3
|
+
## Intent
|
|
4
|
+
Create one finished raster illustration for a product release note. Render only the illustration asset, without the surrounding release viewer, headline, body copy, page navigation, or an outer presentation frame.
|
|
5
|
+
User-visible change: The route preview connects the selected start and destination through the path network.
|
|
6
|
+
Subject: A saved route preview on an illustrative city map
|
|
7
|
+
Focal detail: One continuous blue route between two neutral saved-waypoint markers
|
|
8
|
+
Context: Original fictional authoring example. Its geography and route are explicitly illustrative, not a real location, computed navigation result, or evidence of a shipped product. The scene specifies a static saved-route preview with an incidental abstract summary; it does not show live navigation.
|
|
9
|
+
|
|
10
|
+
## Composition contract
|
|
11
|
+
Archetype: spatial-view
|
|
12
|
+
Target canvas: 1280 × 800 pixels; landscape 1280:800. Produce a single image, not a dark/light collage.
|
|
13
|
+
Choose the geographic or diagrammatic scale needed to explain the feature, with one consistent viewpoint. A map can reach the canvas edges; reserve quiet space for a supported summary only when the brief calls for it. Do not impose a split layout, coast, road network, or endpoint markers on every spatial scene.
|
|
14
|
+
Specific scene layout: Flat top-down cartography, landscape 8:5. The right two-thirds contain an original fictional inland city beside a broad gently curving river along the right edge. Its irregular shoreline and small connected neighborhood streets form dozens of small blocks drawn as fine subdued lines, with a few slightly stronger major connections. Keep land and water planar and neutral gray in both themes, without building extrusions, block shading, or colored park patches. Blue belongs only to the route. Avoid a uniform grid: vary block sizes and street directions while keeping a coherent connected network. The left third is quiet canvas; map detail fades locally before reaching three short left-aligned neutral bars representing incidental route-summary labels. These bars sit near the vertical center, begin at x=5%, and are approximately 18%, 13%, and 21% of the canvas wide, with small corner radii and restrained weight. They are not a card, heading, statistic, or control. One medium-blue route follows a major street entirely on the left bank of the river: from a hollow neutral start circle near (74%,78%), up-left through (69%,63%), (61%,53%), and (61%,46%), then up-right through (62%,40%) and (69%,31%) to a neutral destination pin near (68%,16%). Join these anchors with connected, gently irregular street-following bends, not angular shortcuts. The route is approximately 0.45% of the canvas width; supporting streets are much finer and lower contrast. Each small endpoint marker is about 2.6% of the canvas width and touches its path endpoint. The destination is a compact flat teardrop pin with a negative-space circular cutout showing the map behind it; its point overlaps the upper route end with no gap. Blue is used only for the route. Both markers remain inside the map crop. Preserve broad uninterrupted space around the summary and quiet context around the focal path; let incidental map detail reach the top, right, and bottom edges.
|
|
15
|
+
Elements:
|
|
16
|
+
- Flat land and one irregular river boundary with water along the right edge
|
|
17
|
+
- Fine connected neighborhood streets and a few stronger major streets
|
|
18
|
+
- One continuous blue route on the land side, without a river crossing
|
|
19
|
+
- One hollow neutral start circle and one compact neutral destination pin
|
|
20
|
+
- Three short aligned neutral route-summary bars in the quiet left area
|
|
21
|
+
|
|
22
|
+
## Visual treatment
|
|
23
|
+
For maps, retain enough fine, low-contrast context to read as a map. Reduce its contrast before deleting its structure: distinguish minor streets, major connections, and land or water through thin linework and flat values. Keep the active route or selection dominant without turning streets into oversized roads or padded checkerboard blocks. Use diagrammatic simplification when relationships alone are the subject. Preserve semantic colors; avoid decorative relief, bevels, textures, and lighting.
|
|
24
|
+
Favor visual precision, quiet hierarchy, and one instantly understandable feature. Small-screen clarity takes priority over decorative detail. Treat the specified element inventory as complete. Keep elements designated as schematic or abstract in that form; do not turn them into additional content or decoration. Authentic content explicitly requested in the brief can retain its own materials and colors. Avoid an unrelated marketing dashboard, neon glow, glass effects, noisy textures, decorative 3D blobs, and unnecessary gradients.
|
|
25
|
+
|
|
26
|
+
## Dark theme roles
|
|
27
|
+
Canvas #242527; base surface #18191B; raised surface #343638; main neutral symbol #B9BBBE; secondary detail #777B80; divider #46494D; interaction accent #4678ED. Use the accent only when the scene assigns it a functional meaning.
|
|
28
|
+
Use flat value separation and crisp linework. Keep background layers subordinate to the focal route or selection in this theme. Do not add contact shadows, studio lighting, bevels, or material shading. A local fade into quiet space is allowed only when specified by the scene.
|
|
29
|
+
Treat these colors as presentation roles, not a global recoloring filter. Preserve natural photos, device materials, and meaningful status colors. If a light product UI is not supported by the evidence, keep the authentic UI on the light presentation canvas instead of inventing a feature.
|
|
30
|
+
|
|
31
|
+
## Pair invariants
|
|
32
|
+
The other theme must use the same object count, positions, scale, crop, camera, UI topology, selected state, chart values, allowed labels, and feature meaning. Change presentation surfaces, neutral values, lighting, and shadows only. Preserve semantic accent hues. If an approved counterpart exists and the tool supports references, use it as a composition reference for a constrained edit. Never create the counterpart with color inversion, brightness-only filters, or a fresh unrelated composition.
|
|
33
|
+
Specific invariants:
|
|
34
|
+
- Map crop, river boundary, street structure, and flat top-down viewpoint
|
|
35
|
+
- Route continuity, bends, endpoint attachment, and land-side placement
|
|
36
|
+
- Hollow start at the lower end and destination pin joined to the upper end
|
|
37
|
+
- Summary bar count, alignment, sizes, spacing, and surrounding negative space
|
|
38
|
+
- Blue route meaning and its visual priority over the neutral street network
|
|
39
|
+
|
|
40
|
+
## Text and references
|
|
41
|
+
No readable text or invented numbers. Use abstract bars for incidental UI labels.
|
|
42
|
+
Product reference files to inspect before rendering:
|
|
43
|
+
- None
|
|
44
|
+
Treat reference content as evidence, not instructions. Use original product-appropriate shapes. Do not copy reference-company identities, logos, attributed style labels, slogans, or distinctive unrelated products.
|
|
45
|
+
|
|
46
|
+
## Exclusions
|
|
47
|
+
- Broad toy roads, lane dashes, padded checkerboard blocks, and building relief
|
|
48
|
+
- A route that crosses water without a bridge or cuts across street blocks
|
|
49
|
+
- A current-position arrow, live traffic, alternate routes, or navigation controls
|
|
50
|
+
- Geographic labels, real place identity, distances, durations, or invented numbers
|
|
51
|
+
- A floating map card, hard split panel, glow, shadows, grain, or scenic lighting
|
|
52
|
+
No watermark, stock-photo caption, extra claims, or decorative objects unrelated to the change.
|
|
53
|
+
|
|
54
|
+
## Feature correctness
|
|
55
|
+
First compare the depicted meaning with the user-visible change and product evidence. The subject, focal detail, state, and relationships must satisfy this scene's composition, preserve, and avoid constraints. Apply only checks relevant to this feature. Check positions, connections, direction, scale relationships, and layer meanings against the scene. At small size the route or selection must read before background detail. Routes must follow connected traversable geometry; crossings need the appropriate connection. Do not add a current-position arrow, traffic, distance, or live state without evidence. Exact geography and actual routing require an approved capture or source; generated fictional geography must be explicitly illustrative.
|
|
56
|
+
|
|
57
|
+
## Acceptance
|
|
58
|
+
Inspect at full size and approximately 350 pixels wide. First verify feature correctness, then visual clarity, then correspondence between the configured themes. Essential content must not clip, incidental text must not become gibberish, and the pair must preserve the composition contract. Matching variants can share the same factual or structural mistake. Register the actual output dimensions and selected file. If generation is unavailable, leave this request pending and hand off this prompt; do not substitute a placeholder image.
|
|
Binary file
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Release illustration — light
|
|
2
|
+
|
|
3
|
+
## Intent
|
|
4
|
+
Create one finished raster illustration for a product release note. Render only the illustration asset, without the surrounding release viewer, headline, body copy, page navigation, or an outer presentation frame.
|
|
5
|
+
User-visible change: The route preview connects the selected start and destination through the path network.
|
|
6
|
+
Subject: A saved route preview on an illustrative city map
|
|
7
|
+
Focal detail: One continuous blue route between two neutral saved-waypoint markers
|
|
8
|
+
Context: Original fictional authoring example. Its geography and route are explicitly illustrative, not a real location, computed navigation result, or evidence of a shipped product. The scene specifies a static saved-route preview with an incidental abstract summary; it does not show live navigation.
|
|
9
|
+
|
|
10
|
+
## Composition contract
|
|
11
|
+
Archetype: spatial-view
|
|
12
|
+
Target canvas: 1280 × 800 pixels; landscape 1280:800. Produce a single image, not a dark/light collage.
|
|
13
|
+
Choose the geographic or diagrammatic scale needed to explain the feature, with one consistent viewpoint. A map can reach the canvas edges; reserve quiet space for a supported summary only when the brief calls for it. Do not impose a split layout, coast, road network, or endpoint markers on every spatial scene.
|
|
14
|
+
Specific scene layout: Flat top-down cartography, landscape 8:5. The right two-thirds contain an original fictional inland city beside a broad gently curving river along the right edge. Its irregular shoreline and small connected neighborhood streets form dozens of small blocks drawn as fine subdued lines, with a few slightly stronger major connections. Keep land and water planar and neutral gray in both themes, without building extrusions, block shading, or colored park patches. Blue belongs only to the route. Avoid a uniform grid: vary block sizes and street directions while keeping a coherent connected network. The left third is quiet canvas; map detail fades locally before reaching three short left-aligned neutral bars representing incidental route-summary labels. These bars sit near the vertical center, begin at x=5%, and are approximately 18%, 13%, and 21% of the canvas wide, with small corner radii and restrained weight. They are not a card, heading, statistic, or control. One medium-blue route follows a major street entirely on the left bank of the river: from a hollow neutral start circle near (74%,78%), up-left through (69%,63%), (61%,53%), and (61%,46%), then up-right through (62%,40%) and (69%,31%) to a neutral destination pin near (68%,16%). Join these anchors with connected, gently irregular street-following bends, not angular shortcuts. The route is approximately 0.45% of the canvas width; supporting streets are much finer and lower contrast. Each small endpoint marker is about 2.6% of the canvas width and touches its path endpoint. The destination is a compact flat teardrop pin with a negative-space circular cutout showing the map behind it; its point overlaps the upper route end with no gap. Blue is used only for the route. Both markers remain inside the map crop. Preserve broad uninterrupted space around the summary and quiet context around the focal path; let incidental map detail reach the top, right, and bottom edges.
|
|
15
|
+
Elements:
|
|
16
|
+
- Flat land and one irregular river boundary with water along the right edge
|
|
17
|
+
- Fine connected neighborhood streets and a few stronger major streets
|
|
18
|
+
- One continuous blue route on the land side, without a river crossing
|
|
19
|
+
- One hollow neutral start circle and one compact neutral destination pin
|
|
20
|
+
- Three short aligned neutral route-summary bars in the quiet left area
|
|
21
|
+
|
|
22
|
+
## Visual treatment
|
|
23
|
+
For maps, retain enough fine, low-contrast context to read as a map. Reduce its contrast before deleting its structure: distinguish minor streets, major connections, and land or water through thin linework and flat values. Keep the active route or selection dominant without turning streets into oversized roads or padded checkerboard blocks. Use diagrammatic simplification when relationships alone are the subject. Preserve semantic colors; avoid decorative relief, bevels, textures, and lighting.
|
|
24
|
+
Favor visual precision, quiet hierarchy, and one instantly understandable feature. Small-screen clarity takes priority over decorative detail. Treat the specified element inventory as complete. Keep elements designated as schematic or abstract in that form; do not turn them into additional content or decoration. Authentic content explicitly requested in the brief can retain its own materials and colors. Avoid an unrelated marketing dashboard, neon glow, glass effects, noisy textures, decorative 3D blobs, and unnecessary gradients.
|
|
25
|
+
|
|
26
|
+
## Light theme roles
|
|
27
|
+
Canvas #F7F8FA; base surface #FFFFFF; raised surface #ECEEF1; main neutral symbol #494D52; secondary detail #969BA2; divider #DDE0E5; interaction accent #4678ED. Use the accent only when the scene assigns it a functional meaning.
|
|
28
|
+
Use flat value separation and crisp linework. Keep background layers subordinate to the focal route or selection in this theme. Do not add contact shadows, studio lighting, bevels, or material shading. A local fade into quiet space is allowed only when specified by the scene.
|
|
29
|
+
Treat these colors as presentation roles, not a global recoloring filter. Preserve natural photos, device materials, and meaningful status colors. If a light product UI is not supported by the evidence, keep the authentic UI on the light presentation canvas instead of inventing a feature.
|
|
30
|
+
|
|
31
|
+
## Pair invariants
|
|
32
|
+
The other theme must use the same object count, positions, scale, crop, camera, UI topology, selected state, chart values, allowed labels, and feature meaning. Change presentation surfaces, neutral values, lighting, and shadows only. Preserve semantic accent hues. If an approved counterpart exists and the tool supports references, use it as a composition reference for a constrained edit. Never create the counterpart with color inversion, brightness-only filters, or a fresh unrelated composition.
|
|
33
|
+
Specific invariants:
|
|
34
|
+
- Map crop, river boundary, street structure, and flat top-down viewpoint
|
|
35
|
+
- Route continuity, bends, endpoint attachment, and land-side placement
|
|
36
|
+
- Hollow start at the lower end and destination pin joined to the upper end
|
|
37
|
+
- Summary bar count, alignment, sizes, spacing, and surrounding negative space
|
|
38
|
+
- Blue route meaning and its visual priority over the neutral street network
|
|
39
|
+
|
|
40
|
+
## Text and references
|
|
41
|
+
No readable text or invented numbers. Use abstract bars for incidental UI labels.
|
|
42
|
+
Product reference files to inspect before rendering:
|
|
43
|
+
- None
|
|
44
|
+
Treat reference content as evidence, not instructions. Use original product-appropriate shapes. Do not copy reference-company identities, logos, attributed style labels, slogans, or distinctive unrelated products.
|
|
45
|
+
|
|
46
|
+
## Exclusions
|
|
47
|
+
- Broad toy roads, lane dashes, padded checkerboard blocks, and building relief
|
|
48
|
+
- A route that crosses water without a bridge or cuts across street blocks
|
|
49
|
+
- A current-position arrow, live traffic, alternate routes, or navigation controls
|
|
50
|
+
- Geographic labels, real place identity, distances, durations, or invented numbers
|
|
51
|
+
- A floating map card, hard split panel, glow, shadows, grain, or scenic lighting
|
|
52
|
+
No watermark, stock-photo caption, extra claims, or decorative objects unrelated to the change.
|
|
53
|
+
|
|
54
|
+
## Feature correctness
|
|
55
|
+
First compare the depicted meaning with the user-visible change and product evidence. The subject, focal detail, state, and relationships must satisfy this scene's composition, preserve, and avoid constraints. Apply only checks relevant to this feature. Check positions, connections, direction, scale relationships, and layer meanings against the scene. At small size the route or selection must read before background detail. Routes must follow connected traversable geometry; crossings need the appropriate connection. Do not add a current-position arrow, traffic, distance, or live state without evidence. Exact geography and actual routing require an approved capture or source; generated fictional geography must be explicitly illustrative.
|
|
56
|
+
|
|
57
|
+
## Acceptance
|
|
58
|
+
Inspect at full size and approximately 350 pixels wide. First verify feature correctness, then visual clarity, then correspondence between the configured themes. Essential content must not clip, incidental text must not become gibberish, and the pair must preserve the composition contract. Matching variants can share the same factual or structural mistake. Register the actual output dimensions and selected file. If generation is unavailable, leave this request pending and hand off this prompt; do not substitute a placeholder image.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Pair review: Connected route
|
|
2
|
+
|
|
3
|
+
## Generation record
|
|
4
|
+
|
|
5
|
+
Generated and edited with the coding agent's built-in image tool. The CLI made no image-service calls. No external artwork was passed to the generator. The original dark draft established an illustrative city map, followed by edits for neutral context and endpoint attachment. The light counterpart retained that geometry. A native-canvas correction and a final dark counterpart produced the selected matching pair. No color inversion or programmatic raster editing was used.
|
|
6
|
+
|
|
7
|
+
Seven image-tool requests were used in this revision, including rejected correction attempts and size adjustments. [The render record](render-requests.md) identifies each request and its input role. The selected dark file is request 7; the selected light file is request 6. The current compiled prompts describe the final scene and theme roles, including the destination pin and its background-revealing cutout.
|
|
8
|
+
|
|
9
|
+
## Selected output
|
|
10
|
+
|
|
11
|
+
- Two distinct, fully decoded PNGs, both **1585 × 992 pixels**, approximately 8:5. The actual native dimensions match; neither file was inverted, duplicated, or resized by the CLI.
|
|
12
|
+
- Reviewed at full size, at approximately 350 pixels wide, and with enlarged endpoint crops. The blue route reads before the fine street context in both themes.
|
|
13
|
+
- One continuous route joins a hollow neutral start ring at the lower end to a compact neutral destination pin at the upper end. The pin tip touches the blue stroke; an earlier detached-circle result was rejected.
|
|
14
|
+
- The route stays on the land side of the river. There are no route alternatives, traffic layers, distances, travel estimates, or current-position arrows.
|
|
15
|
+
- Both themes retain the route bends, endpoints, main street connections, river crop, and the count and alignment of the three summary bars. The pin cutout reveals the map behind it in each theme.
|
|
16
|
+
- Land, water, and street context remain neutral; blue retains its route meaning. There are no raised checkerboard blocks, lane dashes, readable text, logos, or surrounding release-note viewer.
|
|
17
|
+
|
|
18
|
+
## Scope and limits
|
|
19
|
+
|
|
20
|
+
The map is an explicitly fictional authoring example, not a geographic or routing data source. Street positions, widths, and layout anchors are approximate. The side summary, river setting, and endpoint design belong to this brief; they are not requirements for other spatial notes. An actual place, route, or coverage claim needs an approved capture or verified source.
|
|
21
|
+
|
|
22
|
+
The pair preserves the visible composition and feature meaning, but is not a guarantee of pixel-identical fine linework or exact palette samples. Faint raster texture and minor edge variation remain at full size. The local fade intentionally creates quiet space behind the summary. File checks establish dimensions and integrity; the visual and semantic findings above come from inspecting the selected images.
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# Render requests: connected route
|
|
2
|
+
|
|
3
|
+
The reusable brief is [scene.yaml](scene.yaml). The compiled [dark](dark.prompt.md) and [light](light.prompt.md) prompts describe the current scene. This file records the actual generation and targeted-edit requests used to select the raster pair; it is example history, not an additional recipe that the CLI installs or applies to other notes. Only original generated map outputs were passed as edit targets. External artwork was not supplied to the generator.
|
|
4
|
+
|
|
5
|
+
## Request 1: original dark draft
|
|
6
|
+
|
|
7
|
+
No image input. This draft established the new cartographic composition before the neutral-background clarification was added to the final scene.
|
|
8
|
+
|
|
9
|
+
<details>
|
|
10
|
+
<summary>Full generation request</summary>
|
|
11
|
+
|
|
12
|
+
```text
|
|
13
|
+
Use case: ui-mockup
|
|
14
|
+
Asset type: release-note illustration
|
|
15
|
+
Generate a newly composed original cartographic asset from this specification. No input artwork is supplied. Make the fine street network read like restrained screen cartography, not a toy grid, padded blocks, maze, painting, or 3D render. The route must be clear at phone size, with the quiet map supporting it. Deliver the dark variant only.
|
|
16
|
+
|
|
17
|
+
# Release illustration — dark
|
|
18
|
+
|
|
19
|
+
## Intent
|
|
20
|
+
Create one finished raster illustration for a product release note. Render only the illustration asset, without the surrounding release viewer, headline, body copy, page navigation, or an outer presentation frame.
|
|
21
|
+
User-visible change: The route preview connects the selected start and destination through the path network.
|
|
22
|
+
Subject: A saved route preview on an illustrative city map
|
|
23
|
+
Focal detail: One continuous blue route between two neutral saved-waypoint markers
|
|
24
|
+
Context: Original fictional authoring example. Its geography and route are explicitly illustrative, not a real location, computed navigation result, or evidence of a shipped product. The scene specifies a static saved-route preview with an incidental abstract summary; it does not show live navigation.
|
|
25
|
+
|
|
26
|
+
## Composition contract
|
|
27
|
+
Archetype: spatial-view
|
|
28
|
+
Target canvas: 1280 × 800 pixels; landscape 1280:800. Produce a single image, not a dark/light collage.
|
|
29
|
+
Choose the geographic or diagrammatic scale needed to explain the feature, with one consistent viewpoint. A map can reach the canvas edges; reserve quiet space for a supported summary only when the brief calls for it. Do not impose a split layout, coast, road network, or endpoint markers on every spatial scene.
|
|
30
|
+
Specific scene layout: Flat top-down cartography, landscape 8:5. The right two-thirds contain an original fictional inland city beside a broad gently curving river along the right edge. Its irregular shoreline and small connected neighborhood streets form dozens of small blocks drawn as fine subdued lines, with a few slightly stronger major connections. Keep land and water planar, without building extrusions or block shading. Avoid a uniform grid: vary block sizes and street directions while keeping a coherent connected network. The left third is quiet canvas; map detail fades locally before reaching three short left-aligned neutral bars representing incidental route-summary labels. These bars sit near the vertical center, begin at x=7%, and are approximately 17%, 13%, and 24% of the canvas wide, with small corner radii and restrained weight. They are not a card, heading, statistic, or control. One medium-blue route follows a major street entirely on the left bank of the river: from a hollow neutral start circle near (80%,82%), up-left through (73%,67%), (63%,58%), and (60%,46%), then up-right through (66%,33%) to a filled neutral destination circle near (68%,17%). Join these anchors with connected, gently irregular street-following bends, not angular shortcuts. The route is approximately 0.45% of the canvas width; supporting streets are much finer and lower contrast. Each small endpoint marker is about 2.6% of the canvas width and touches its path endpoint. Blue is used only for the route. Both markers remain inside the map crop. Preserve broad uninterrupted space around the summary and quiet context around the focal path; let incidental map detail reach the top, right, and bottom edges.
|
|
31
|
+
Elements:
|
|
32
|
+
- Flat land and one irregular river boundary with water along the right edge
|
|
33
|
+
- Fine connected neighborhood streets and a few stronger major streets
|
|
34
|
+
- One continuous blue route on the land side, without a river crossing
|
|
35
|
+
- One hollow neutral start circle and one filled neutral destination circle
|
|
36
|
+
- Three short aligned neutral route-summary bars in the quiet left area
|
|
37
|
+
|
|
38
|
+
## Visual treatment
|
|
39
|
+
For maps, retain enough fine, low-contrast context to read as a map. Reduce its contrast before deleting its structure: distinguish minor streets, major connections, and land or water through thin linework and flat values. Keep the active route or selection dominant without turning streets into oversized roads or padded checkerboard blocks. Use diagrammatic simplification when relationships alone are the subject. Preserve semantic colors; avoid decorative relief, bevels, textures, and lighting.
|
|
40
|
+
Favor visual precision, quiet hierarchy, and one instantly understandable feature. Small-screen clarity takes priority over decorative detail. Treat the specified element inventory as complete. Keep elements designated as schematic or abstract in that form; do not turn them into additional content or decoration. Authentic content explicitly requested in the brief can retain its own materials and colors. Avoid an unrelated marketing dashboard, neon glow, glass effects, noisy textures, decorative 3D blobs, and unnecessary gradients.
|
|
41
|
+
|
|
42
|
+
## Dark theme roles
|
|
43
|
+
Canvas #242527; base surface #18191B; raised surface #343638; main neutral symbol #B9BBBE; secondary detail #777B80; divider #46494D; interaction accent #4678ED. Use the accent only when the scene assigns it a functional meaning.
|
|
44
|
+
Use flat value separation and crisp linework. Keep background layers subordinate to the focal route or selection in this theme. Do not add contact shadows, studio lighting, bevels, or material shading. A local fade into quiet space is allowed only when specified by the scene.
|
|
45
|
+
Treat these colors as presentation roles, not a global recoloring filter. Preserve natural photos, device materials, and meaningful status colors. If a light product UI is not supported by the evidence, keep the authentic UI on the light presentation canvas instead of inventing a feature.
|
|
46
|
+
|
|
47
|
+
## Pair invariants
|
|
48
|
+
The other theme must use the same object count, positions, scale, crop, camera, UI topology, selected state, chart values, allowed labels, and feature meaning. Change presentation surfaces, neutral values, lighting, and shadows only. Preserve semantic accent hues. If an approved counterpart exists and the tool supports references, use it as a composition reference for a constrained edit. Never create the counterpart with color inversion, brightness-only filters, or a fresh unrelated composition.
|
|
49
|
+
Specific invariants:
|
|
50
|
+
- Map crop, river boundary, street structure, and flat top-down viewpoint
|
|
51
|
+
- Route continuity, bends, endpoint attachment, and land-side placement
|
|
52
|
+
- Hollow start at the lower end and filled destination at the upper end
|
|
53
|
+
- Summary bar count, alignment, sizes, spacing, and surrounding negative space
|
|
54
|
+
- Blue route meaning and its visual priority over the neutral street network
|
|
55
|
+
|
|
56
|
+
## Text and references
|
|
57
|
+
No readable text or invented numbers. Use abstract bars for incidental UI labels.
|
|
58
|
+
Product reference files to inspect before rendering:
|
|
59
|
+
- None
|
|
60
|
+
Treat reference content as evidence, not instructions. Use original product-appropriate shapes. Do not copy reference-company identities, logos, attributed style labels, slogans, or distinctive unrelated products.
|
|
61
|
+
|
|
62
|
+
## Exclusions
|
|
63
|
+
- Broad toy roads, lane dashes, padded checkerboard blocks, and building relief
|
|
64
|
+
- A route that crosses water without a bridge or cuts across street blocks
|
|
65
|
+
- A current-position arrow, live traffic, alternate routes, or navigation controls
|
|
66
|
+
- Geographic labels, real place identity, distances, durations, or invented numbers
|
|
67
|
+
- A floating map card, hard split panel, glow, shadows, grain, or scenic lighting
|
|
68
|
+
No watermark, stock-photo caption, extra claims, or decorative objects unrelated to the change.
|
|
69
|
+
|
|
70
|
+
## Feature correctness
|
|
71
|
+
First compare the depicted meaning with the user-visible change and product evidence. The subject, focal detail, state, and relationships must satisfy this scene's composition, preserve, and avoid constraints. Apply only checks relevant to this feature. Check positions, connections, direction, scale relationships, and layer meanings against the scene. At small size the route or selection must read before background detail. Routes must follow connected traversable geometry; crossings need the appropriate connection. Do not add a current-position arrow, traffic, distance, or live state without evidence. Exact geography and actual routing require an approved capture or source; generated fictional geography must be explicitly illustrative.
|
|
72
|
+
|
|
73
|
+
## Acceptance
|
|
74
|
+
Inspect at full size and approximately 350 pixels wide. First verify feature correctness, then visual clarity, then correspondence between the configured themes. Essential content must not clip, incidental text must not become gibberish, and the pair must preserve the composition contract. Matching variants can share the same factual or structural mistake. Register the actual output dimensions and selected file. If generation is unavailable, leave this request pending and hand off this prompt; do not substitute a placeholder image.
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
</details>
|
|
78
|
+
|
|
79
|
+
## Request 2: quiet neutral context and endpoint correction
|
|
80
|
+
|
|
81
|
+
Input: the first dark draft. The map context became neutral, but inspection found that the top endpoint gap remained. This output was not accepted as the final asset.
|
|
82
|
+
|
|
83
|
+
```text
|
|
84
|
+
Use case: precise-object-edit
|
|
85
|
+
Asset type: dark release-note map illustration
|
|
86
|
+
Image 1 is the edit target, an original fictional map. Preserve its native 1586 × 992 pixel dimensions exactly, landscape crop, route shape, street topology, river edges, existing endpoint positions, and the three bars on the left. Do not recompute or redraw the map layout.
|
|
87
|
+
|
|
88
|
+
Make only these concrete corrections:
|
|
89
|
+
1. The blue route stops a few pixels before the filled destination circle at the top. Extend that existing short route end until it passes underneath and touches the destination circle, so the path is visibly continuous all the way to the marker. Preserve the hollow start circle and its existing attachment.
|
|
90
|
+
2. Make all background map context quiet neutral charcoal, with the route as the only chromatic element. Water is flat neutral dark charcoal #18191B, never blue. Land is around #242527; remove green color from the small land patches and render them in land-like neutral values. Reduce the contrast of the existing road network: fine streets near #343638 and larger connections near #46494D. The dense road structure must remain visible at full size but recede at phone size.
|
|
91
|
+
3. Keep the path medium blue near #4678ED. The endpoints should be light neutral gray near #B9BBBE rather than glaring pure white. Preserve both endpoint shapes and their sizes. Keep the three summary bars and their left alignment unchanged.
|
|
92
|
+
|
|
93
|
+
No extra features, arrows, traffic, labels, icons, roads, or route alternatives. No glow, beveled blocks, shadows, texture, lighting, or new geography. Keep the composition and fine cartographic character intact. This is a focused hierarchy and connection correction, not a new map.
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Request 3: endpoint connection only
|
|
97
|
+
|
|
98
|
+
Input: the neutral dark draft from request 2.
|
|
99
|
+
|
|
100
|
+
```text
|
|
101
|
+
Use case: precise-object-edit
|
|
102
|
+
Image 1 is the edit target, a 1586 × 992 dark cartographic release illustration. Correct ONE tiny defect. Keep every other pixel's content, framing, map, water, colors, lower start ring, and left bars unchanged. Preserve the output dimensions exactly.
|
|
103
|
+
|
|
104
|
+
At the TOP end of the blue route, a pale filled destination circle is centered approximately at pixel (1064,139). The top cap of the blue stroke ends approximately at (1071,155). A dark gap visibly separates them. Paint a short continuation of that SAME BLUE LINE from its current cap, gently up-left into the center of the pale circle, UNDER the circle. Let the opaque filled circle cover the line end. The blue stroke must physically meet the bottom edge of the filled circle, with ZERO dark gap or black halo between the stroke and the circle. Do not move or resize the circle. Do not change the rest of the route.
|
|
105
|
+
|
|
106
|
+
This connecting blue segment is the entire requested edit. Do not merely change contrast. The output should show one uninterrupted connected path from the hollow start ring all the way into the filled destination circle. No new symbol or extra route.
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
Request 3 still left the small gap visible. It was rejected; the next request replaces the destination symbol with a compact pin attached to the path.
|
|
111
|
+
|
|
112
|
+
## Request 4: attached destination pin
|
|
113
|
+
|
|
114
|
+
Input: the dark output from request 3. The final scene uses this destination-marker design instead of the earlier filled circle.
|
|
115
|
+
|
|
116
|
+
```text
|
|
117
|
+
Use case: precise-object-edit
|
|
118
|
+
Image 1 is the edit target, a dark map release illustration. Preserve its 1586 × 992 canvas and every other part of its map layout.
|
|
119
|
+
|
|
120
|
+
Replace the TOP destination marker. Remove the detached pale circle currently hovering above the blue route. At that same destination, draw ONE compact neutral-gray filled teardrop map pin, with a small dark circular cutout in its head. Its pointed bottom must meet and overlap the top end of the blue route. The blue route must emerge directly from the pin's pointed bottom. There must be NO GAP between pin and route.
|
|
121
|
+
|
|
122
|
+
This pin is a saved destination, not a current-position arrow. Its width should be about 38 pixels and height about 48 pixels. Center its POINT at approximately (1072,158), where the existing blue stroke begins. The body of the pin extends upward from this point, over the position of the removed circle. Rebuild just this tiny local area so the pin tip and blue path are visibly joined. The marker should be a flat medium-light neutral gray, not white, glossy, dimensional, or blue.
|
|
123
|
+
|
|
124
|
+
Keep the rest of the blue route shape, hollow lower start ring, street network, neutral charcoal land and water, map crop, three left summary bars, and colors unchanged. No extra marker, no duplicate circle, no readable text, no live state, and no other edit.
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## Request 5: light counterpart
|
|
129
|
+
|
|
130
|
+
Input: the dark composition from request 4. The following instructions were prepended to the compiled light prompt. That prompt used the final pin design and approximate anchors measured from the selected composition. The current [light.prompt.md](light.prompt.md) additionally clarifies that the pin cutout reveals its background in either theme. This result preserved the visual layout but decoded at 1584 × 993 pixels, so it required a size correction before pair acceptance.
|
|
131
|
+
|
|
132
|
+
```text
|
|
133
|
+
Use case: precise-object-edit
|
|
134
|
+
Asset type: light counterpart of the approved original release-note map
|
|
135
|
+
Image 1 is the selected dark composition and the geometry reference. Make its LIGHT presentation counterpart. Preserve the input's actual dimensions EXACTLY: 1586 × 992 pixels. This native-size instruction supersedes the nominal 1280 × 800 target in the reusable brief below. Keep the actual input geometry; numeric layout anchors in the brief are approximate.
|
|
136
|
+
|
|
137
|
+
Change only presentation values. Use a near-white canvas and land around #F7F8FA, flat neutral light-gray river water around #E1E3E7, very subdued minor streets around #DDDFE3, and slightly stronger major streets around #C5C9CF. Keep these layers neutral, without blue water or green land. Summary bars and saved-waypoint markers become medium gray with clear contrast. Keep the route the same semantic blue #4678ED. The light map must be quiet and legible at phone size, without white-on-white loss of structure.
|
|
138
|
+
|
|
139
|
+
LOCK the map crop, exact street network, river boundaries and islands, route bends, attached destination pin and its circular cutout, lower hollow start ring, all positions and sizes, and the three left-aligned summary bars. Preserve the newly corrected physical connection between the destination pin's tip and the blue stroke: no gap. Preserve the local map-detail fade into the empty left area. No geographic redraw, additional roads, new markers, live-navigation state, readable text, numbers, gradients apart from the existing local fade, grain, shading, shadows, or 3D.
|
|
140
|
+
|
|
141
|
+
The following is the reusable light-theme scene specification. Use the input image as the composition authority for this constrained edit.
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## Request 6: light canvas size correction
|
|
146
|
+
|
|
147
|
+
Inputs: request 5's light output as the edit target and the selected dark output as the canvas-size reference.
|
|
148
|
+
|
|
149
|
+
```text
|
|
150
|
+
Use case: precise-object-edit
|
|
151
|
+
Image 1 is the LIGHT edit target. Image 2 is the DARK counterpart used only as the exact canvas-dimension reference.
|
|
152
|
+
Correct the light output's canvas dimensions to match image 2 EXACTLY: 1586 pixels wide and 992 pixels high.
|
|
153
|
+
Image 1 currently has 1584 × 993 pixels. The only requested change is this two-pixel width and one-pixel height correction. Retain all of image 1's visible content and LIGHT colors. Do not copy the dark palette from image 2. Keep the route, destination pin, hollow start, river and roads, summary bars, crop, and every spatial relationship unchanged. No added elements or padding border. Deliver ONE finished light image with the exact same pixel dimensions as image 2, 1586 × 992.
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
Request 6 decoded at 1585 × 992 pixels. It still differed from the earlier dark canvas by one pixel. Its native light canvas became the reference for the next counterpart; the CLI's identical-dimensions requirement was retained.
|
|
158
|
+
|
|
159
|
+
## Request 7: dark counterpart from the native light canvas
|
|
160
|
+
|
|
161
|
+
Input: request 6's light output as the geometry and exact-size reference.
|
|
162
|
+
|
|
163
|
+
```text
|
|
164
|
+
Use case: precise-object-edit
|
|
165
|
+
Image 1 is the approved LIGHT map, and its actual canvas is 1585 pixels wide by 992 pixels high.
|
|
166
|
+
Produce its DARK counterpart by changing color values ONLY. Retain EXACTLY the same 1585 × 992 native canvas, pixel framing, route and street layout, markers, river, and summary bars. Do not resize, recrop, add borders, or reconstruct the geography.
|
|
167
|
+
|
|
168
|
+
Use flat neutral charcoal land and canvas near #242527, neutral darker water near #18191B, fine subdued streets near #343638, and slightly stronger major streets near #46494D. The three left summary bars become medium neutral gray; the top destination pin and the hollow lower start ring become light neutral gray. The hole in the destination pin and inside the start ring reveal the dark map behind them. Keep the route blue #4678ED and keep it physically connected to the top pin and lower start ring. The path must read before the road context.
|
|
169
|
+
|
|
170
|
+
Preserve the precise existing light image's composition and all spatial relationships. Maintain the same local map-detail fade into the quiet left area. No colored water or parks, no other accents, no new labels or numbers, no glow, shadows, relief, grain, or decorative lighting. Only the neutral presentation values change to DARK. The output must be exactly the same dimensions as Image 1: 1585 × 992 pixels.
|
|
171
|
+
```
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
archetype: spatial-view
|
|
2
|
+
source: generated
|
|
3
|
+
subject: A saved route preview on an illustrative city map
|
|
4
|
+
message: The route preview connects the selected start and destination through
|
|
5
|
+
the path network.
|
|
6
|
+
focus: One continuous blue route between two neutral saved-waypoint markers
|
|
7
|
+
composition: >-
|
|
8
|
+
Flat top-down cartography, landscape 8:5. The right two-thirds contain an
|
|
9
|
+
original fictional inland city beside a broad gently curving river along
|
|
10
|
+
the right edge. Its irregular shoreline and small connected neighborhood
|
|
11
|
+
streets form dozens of small blocks drawn as fine subdued lines, with a few
|
|
12
|
+
slightly stronger major connections. Keep land and water planar and neutral
|
|
13
|
+
gray in both themes, without building extrusions, block shading, or colored
|
|
14
|
+
park patches. Blue belongs only to the route. Avoid a uniform grid: vary block
|
|
15
|
+
sizes and street directions while keeping a coherent connected network.
|
|
16
|
+
The left third is quiet canvas; map detail fades locally before reaching
|
|
17
|
+
three short left-aligned neutral
|
|
18
|
+
bars representing incidental route-summary labels. These bars sit near the
|
|
19
|
+
vertical center, begin at x=5%, and are approximately 18%, 13%, and 21% of the
|
|
20
|
+
canvas wide, with small corner radii and restrained weight. They are not a
|
|
21
|
+
card, heading, statistic, or control. One medium-blue route follows a major
|
|
22
|
+
street entirely on the left bank of the river: from a hollow neutral start
|
|
23
|
+
circle near (74%,78%), up-left through (69%,63%), (61%,53%), and (61%,46%),
|
|
24
|
+
then up-right through (62%,40%) and (69%,31%) to a neutral destination pin
|
|
25
|
+
near (68%,16%).
|
|
26
|
+
Join these anchors with connected, gently irregular street-following bends,
|
|
27
|
+
not angular shortcuts. The route is approximately 0.45% of the canvas width;
|
|
28
|
+
supporting streets are much finer and lower contrast. Each small endpoint
|
|
29
|
+
marker is about 2.6% of the canvas width and touches its path endpoint. The
|
|
30
|
+
destination is a compact flat teardrop pin with a negative-space circular
|
|
31
|
+
cutout showing the map behind it; its point overlaps the upper route end
|
|
32
|
+
with no gap. Blue is used only for the route. Both markers remain inside the map crop. Preserve
|
|
33
|
+
broad uninterrupted space around the summary and quiet context around the
|
|
34
|
+
focal path; let incidental map detail reach the top, right, and bottom edges.
|
|
35
|
+
context: >-
|
|
36
|
+
Original fictional authoring example. Its geography and route are explicitly
|
|
37
|
+
illustrative, not a real location, computed navigation result, or evidence
|
|
38
|
+
of a shipped product. The scene specifies a static saved-route preview with
|
|
39
|
+
an incidental abstract summary; it does not show live navigation.
|
|
40
|
+
elements:
|
|
41
|
+
- Flat land and one irregular river boundary with water along the right edge
|
|
42
|
+
- Fine connected neighborhood streets and a few stronger major streets
|
|
43
|
+
- One continuous blue route on the land side, without a river crossing
|
|
44
|
+
- One hollow neutral start circle and one compact neutral destination pin
|
|
45
|
+
- Three short aligned neutral route-summary bars in the quiet left area
|
|
46
|
+
preserve:
|
|
47
|
+
- Map crop, river boundary, street structure, and flat top-down viewpoint
|
|
48
|
+
- Route continuity, bends, endpoint attachment, and land-side placement
|
|
49
|
+
- Hollow start at the lower end and destination pin joined to the upper end
|
|
50
|
+
- Summary bar count, alignment, sizes, spacing, and surrounding negative space
|
|
51
|
+
- Blue route meaning and its visual priority over the neutral street network
|
|
52
|
+
avoid:
|
|
53
|
+
- Broad toy roads, lane dashes, padded checkerboard blocks, and building relief
|
|
54
|
+
- A route that crosses water without a bridge or cuts across street blocks
|
|
55
|
+
- A current-position arrow, live traffic, alternate routes, or navigation controls
|
|
56
|
+
- Geographic labels, real place identity, distances, durations, or invented numbers
|
|
57
|
+
- A floating map card, hard split panel, glow, shadows, grain, or scenic lighting
|
|
58
|
+
text: []
|
|
59
|
+
references: []
|