forked from ChelseaKR/permit-bearings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprepare.html
More file actions
134 lines (127 loc) · 5.15 KB
/
Copy pathprepare.html
File metadata and controls
134 lines (127 loc) · 5.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="referrer" content="no-referrer">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self'; form-action 'self'; base-uri 'none'">
<title>Packet sample | Permit Bearings</title>
<meta name="description" content="Review a made-up Woodland preapproved ADU packet against a source-bound City checklist.">
<meta property="og:title" content="Packet sample | Permit Bearings">
<meta property="og:description" content="See reported gaps and staff questions in a made-up Woodland preapproved ADU packet.">
<meta property="og:type" content="website">
<link rel="stylesheet" href="assets/site.css?v=20260729c">
</head>
<body data-page="readiness">
<a class="skip-link" href="#mainContent">Skip to main content</a>
<header class="site-header">
<div class="header-inner">
<div class="site-identity">
<a class="brand" href="index.html" aria-label="Permit Bearings home">
Permit Bearings
</a>
<span class="prototype-label">Prototype</span>
</div>
<nav class="site-nav" aria-label="Primary">
<a href="index.html">Home</a>
<a href="check.html">Check a project</a>
<a href="prepare.html" aria-current="page">Packet sample</a>
<a href="review.html">Review local rules</a>
<a href="evidence.html">Evidence & updates</a>
</nav>
</div>
</header>
<main id="mainContent">
<header class="tool-hero readiness-hero">
<div class="page-shell readiness-hero-grid">
<div>
<p class="eyebrow">Woodland packet-presence sample</p>
<h1>Review reported packet gaps before the permit counter</h1>
<p class="lede">Walk through a made-up detached ADU packet compared
with the City of Woodland’s published checklist for projects using
a City preapproved plan. This sample does not accept uploads.</p>
</div>
<p class="boundary-note"><strong>This is a synthetic packet.</strong>
The prototype compares reported items with one checklist. It does not
open plan files, verify a parcel, decide legal sufficiency, certify
completeness, or predict approval.</p>
</div>
</header>
<div class="page-shell readiness-main">
<section class="packet-cover" aria-labelledby="packetHeading">
<div>
<p class="section-kicker">Made-up application record</p>
<h2 id="packetHeading">Woodland preapproved detached ADU</h2>
</div>
<dl class="packet-facts">
<div>
<dt>Jurisdiction</dt>
<dd>City of Woodland</dd>
</div>
<div>
<dt>Workflow</dt>
<dd>Detached ADU using a City preapproved plan</dd>
</div>
<div>
<dt>Packet record</dt>
<dd id="readinessPacketId">Loading</dd>
</div>
<div>
<dt>Checked</dt>
<dd id="readinessDate">Loading</dd>
</div>
</dl>
</section>
<div id="dataLoadError" class="hidden"></div>
<div id="readinessOutput" aria-live="polite" aria-busy="true">
<p>Loading the generated packet record.</p>
</div>
<section class="readiness-method" aria-labelledby="readinessMethodHeading">
<p class="section-kicker">Technical boundary</p>
<h2 id="readinessMethodHeading">What AI does, and what it does not do</h2>
<div class="decision-record">
<dl>
<div>
<dt>Official checklist source</dt>
<dd>The published City checklist is retained with a dated content
fingerprint.</dd>
</div>
<div>
<dt>AI-assisted draft</dt>
<dd>AI proposed the checklist mapping and plain-language actions.
Those drafts are still awaiting named human review.</dd>
</div>
<div>
<dt>Deterministic check</dt>
<dd>Versioned code compares explicit project facts and packet
inventory statuses with the source-bound requirement list.
Unknown facts stay unknown.</dd>
</div>
<div>
<dt>Published output</dt>
<dd>The generated evidence record lists each finding, source
locator, content fingerprint, and prototype boundary. No model
runs in the public browser.</dd>
</div>
</dl>
</div>
<p class="small">No applicant data is sent to an AI provider. This page
uses a made-up record bundled with the site.</p>
</section>
</div>
</main>
<footer class="site-footer">
<div class="footer-inner">
<p>Packet-presence prototype only. The City’s checklist is a summary, and
staff may request other material. This is not legal advice, a
completeness certification, or a permit decision.</p>
<div class="footer-links">
<a href="evidence.html">Inspect sources and limits</a>
<a href="check.html?sample=adu">Open the routing example</a>
</div>
</div>
</footer>
<script src="data/demo-data.js"></script>
<script src="assets/demo.js?v=20260729c"></script>
</body>
</html>