mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
Fast-follow to v1.1 (#16). Three consistency fixes: - Gate count: the slop test has 58 numbered gates (1–57 plus 38a, the italic-headers gate added in v1.1), but the header, pre-emit note, load guidance, and every "57 / 57" preview stamp still said 57. Counting 38a as the 58th gate avoids cascade-renumbering 39–57 and all their cross-references. Updated SKILL.md, slop-test.md, preview-examples.md, and redesign.md. Genuine gate number 57 and the 50–57 ranges untouched. - Gate 42 (Nav fingerprint) still referenced the pre-rename "N1" and an outdated rotation set; updated to N1a and the current N1b–N13 catalogue. - editorial.md "Acceptable also" N1 → N1a. - .gitignore comment listed the tracked featured Hum build as hum-02; the tracked build is hum-07 (hum-02 is ignored). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
70 lines
1.5 KiB
Plaintext
70 lines
1.5 KiB
Plaintext
# macOS
|
||
.DS_Store
|
||
.AppleDouble
|
||
.LSOverride
|
||
|
||
# Editor
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
|
||
# Node (in case future tooling lands)
|
||
node_modules/
|
||
npm-debug.log*
|
||
yarn-debug.log*
|
||
yarn-error.log*
|
||
.pnpm-debug.log*
|
||
|
||
# Build / temp
|
||
dist/
|
||
build/
|
||
.cache/
|
||
*.log
|
||
.vercel
|
||
|
||
# Environment + secrets
|
||
.env
|
||
.env.local
|
||
.env.*.local
|
||
|
||
# Generation pipeline artifacts (raw outputs before commit)
|
||
.image-cache/
|
||
|
||
# Runtime state from Hallmark's own runs (per-project log, never publish)
|
||
.hallmark/
|
||
|
||
# `skills` CLI install lockfile — generated whenever 'skills add' runs in this
|
||
# directory, not part of the skill source.
|
||
skills-lock.json
|
||
.agents/
|
||
|
||
# Local agent / preview tooling config (Claude Code, etc.) — not skill source
|
||
.claude/
|
||
|
||
# Launch-day comparison artifacts — one-off, not referenced from the marketing
|
||
# site or README. Kept locally if useful.
|
||
site/_launch-comparison/
|
||
|
||
# Local example explorations — kept on disk, never published. The landing
|
||
# carousel links only the featured builds (carnival-01, cobalt-01, custom-01–05,
|
||
# hum-07, lumen-01); those stay tracked. Everything below is scratch: extra
|
||
# generations, the private gallery/worked indexes, and component demos.
|
||
site/examples/index.html
|
||
site/examples/worked.html
|
||
site/examples/lumen-index.html
|
||
site/examples/_diagnostic.html
|
||
site/examples/nav-demo/
|
||
site/examples/hum-buttons/
|
||
site/examples/gallery-0[12]/
|
||
site/examples/carnival-0[2-9]/
|
||
site/examples/cobalt-02/
|
||
site/examples/hum-01/
|
||
site/examples/hum-02/
|
||
site/examples/hum-0[3-8]/
|
||
!site/examples/hum-07/
|
||
site/_tests/_thumbs/hum-02.jpg
|
||
|
||
site/examples/lumen-0[2-4]/
|