Files
Ghaida Zahran 6d3fe71714 Add Intent website scaffold: Astro project, global CSS, layout, landing page
Astro static site in docs/ with:
- Design tokens (Deep Indigo palette, 4px grid, typography scale)
- Blueprint structural metaphor (dot grid, monospace labels)
- Base layout with nav, footer, theme toggle (light/dark)
- Landing page with hero, philosophy, principles, skills preview,
  anti-pattern preview, and install sections
- Content parsers for skills, patterns, and agents (build-time)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 05:13:28 -07:00

15 lines
242 B
JSON

{
"name": "intent-website",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^6.1.6"
}
}