Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/garden-home-v1.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
.floor .garden-motion-note{font-size:12px;line-height:1.6;margin:14px 0 0;color:#d3decf;}
@media(min-width:1800px){.hero{margin-top:52px;margin-bottom:82px;min-height:355px;}.primary-tools .cw{font-size:14px;}.primary-tools .card{padding:24px;}}
@media(max-width:1000px){.home-page>.wrap{padding-inline:24px;}.hero{width:min(465px,100%);min-height:330px;margin-top:34px;margin-bottom:56px;padding:27px 30px;}.hero .headline{font-size:40px;}.garden-tools{padding:21px 20px 15px;}.primary-tools{gap:12px;}.primary-tools .card{padding:19px 16px;}.primary-tools .cn{font-size:18px;}.floor{margin-inline:-24px;padding-inline:26px;}}
/* Compact unused hero space so desktop task cards and their scope note arrive
together. Keep the wide garden mapping and readable phone flow unchanged. */
/* A smaller left-aligned introduction leaves more of the garden visible.
Keep the task cards and their scope note together below the open scenery. */
@media(min-width:721px){
.hero{min-height:0;margin-top:24px;margin-bottom:24px;padding:22px 30px;}
.hero{width:min(390px,100%);min-height:0;margin-top:24px;margin-bottom:112px;padding:20px 24px;}
.hero .logo{font-size:14px;}
.hero .headline{font-size:40px;line-height:1.12;margin:13px 0;}
.hero .headline{font-size:34px;line-height:1.12;margin:13px 0;}
.hero .tagline{font-size:14px;line-height:1.6;}
.garden-tools{padding:18px 22px 14px;}
.garden-tools h2.sec{font-size:25px;margin-bottom:12px;}
Expand All @@ -67,7 +67,7 @@
.home-page>.wrap{padding-inline:15px;}
.hero{width:100%;min-height:0;margin:calc(56.2799vw + 14px) 0 26px;padding:25px 24px 27px;border-radius:3px 18px 18px 18px;background:#0a140f;}
.hero .logo{font-size:14px;}
.hero .headline{font-size:38px;max-width:100%;margin:18px 0;}
.hero .headline{font-size:34px;max-width:100%;margin:18px 0;}
.hero .tagline{font-size:14px;max-width:100%;}
.garden-motion-toggle{font-size:11px;padding-inline:11px;}
.garden-tools{padding:21px 18px 15px;background:#0a140f;}
Expand Down
2 changes: 1 addition & 1 deletion governance/harnesses/verify-atlas-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fail=m=>{throw new Error(m);};
const contract=JSON.parse(read('governance/contracts/atlas-runtime-contract.v1.json'));
if(contract.type!=='delta-atlas-runtime-contract'||contract.version!==1) fail('contract identity');
const sw=read('sw.js');
if(!sw.includes("const CACHE='aaig-v94'")) fail('cache version');
if(!sw.includes("const CACHE='aaig-v95'")) fail('cache version');
if(/allSettled/.test(sw)) fail('install must not accept partial cache');
if(!/Promise\.all\(CORE\.map\(u=>c\.add\(u\)\)\)/.test(sw)) fail('install is not fail-closed');
const coreMatch=sw.match(/const CORE=\[([\s\S]*?)\];/); if(!coreMatch) fail('CORE not found');
Expand Down
23 changes: 23 additions & 0 deletions proposals.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,29 @@
"action": "queued"
}
]
},
{
"id": "reveal-more-garden-around-the-homepage-introduct",
"date": "2026-09-05",
"source": {
"kind": "model",
"name": "Owner requested smaller left-aligned introduction and lower task cards; preserve wording, wide image framing, controls and tool behavior."
},
"stream": "site-tools",
"type": "tool",
"title": "Reveal more garden around the homepage introduction",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-09-05",
"action": "queued"
}
]
}
]
}
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// and does not collect application inputs.
// Installation is all-or-nothing: a claimed offline shell must have every
// declared core dependency, not a silently partial cache.
const CACHE='aaig-v94';
const CACHE='aaig-v95';
const CORE=[
'index.html','manifest.webmanifest','evaluate.html','404.html','terms.enriched.json',
'Agentic-AI-Governance-Chat.html','Agentic-AI-Governance-GroundTruth.html','Delta-Atlas-Start.html','Delta-Atlas-Field.html',
Expand Down
Loading