mirror of
https://github.com/ghaida/intent.git
synced 2026-09-14 20:16:55 +08:00
6d3fe71714
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>
15 lines
242 B
JSON
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"
|
|
}
|
|
}
|