Skip to content
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


<p align="center">
<img src="./assets/logomark.svg" alt="htmlify logomark" width="72" />
</p>
Expand Down Expand Up @@ -57,7 +59,7 @@ Per-agent recipes, project rules, and hook setup: [agent-integrations.md](skills

1. **Evidence first.** The skill reads the repo, git state, PRs, CI, and logs before designing anything; unverifiable claims are stamped `needs verification`.
2. **One HTML file.** Inline CSS+JS in the Hardcopy design language. No CDNs, no fonts, no analytics, no build.
3. **Prove it.** The bundled validator gates the output — then it opens in your browser.
3. **Prove it.** The bundled validator gates the output; pass the check before opening the file in your browser.

```bash
npx -y @zakelfassi/htmlify htmlify-answer --validate artifact.html --profile auto
Expand Down