From ef1d4644a35cf0506fcfd8a6cea83b4f83c18982 Mon Sep 17 00:00:00 2001 From: Vigilio Desto Date: Wed, 22 Apr 2026 06:00:37 +0200 Subject: [PATCH 1/2] chore: add root public/ to .gitignore (Hugo build output) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ecdc3c3..991b134 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ build.log postcss.dev.config.js dev.sh -# Hugo output and cache (all under site/) +# Hugo output and cache +public/ site/public/ site/resources/ site/hugo_stats.json From b70923756bd46704bee8dd91bb1c3dff403b40c9 Mon Sep 17 00:00:00 2001 From: Vigilio Desto Date: Fri, 24 Apr 2026 11:19:29 +0200 Subject: [PATCH 2/2] =?UTF-8?q?vigo:=20add=20AGENTS.md=20descriptor=20?= =?UTF-8?q?=E2=80=94=20structural=20identity=20file=20for=20asw=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..c74cb40 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,33 @@ +# AGENTS.md — asw + +Agentic Semantic Web — CSS framework for agent-generated web content. Semantic HTML + data-attributes. Zero classes. + +## What lives here +- `README.md` — project overview +- `src/` — source stylesheets +- `dist/` — built distribution files +- `docs/` — documentation +- `examples/` — usage examples +- `packs/` — style packs +- `package.json` / `package-lock.json` — Node.js dependencies +- `postcss.config.js` — build configuration +- `vendor/` — vendored dependencies +- `deploy.sh` — deployment script +- `openspec/` — OpenSpec specifications + +## Agent: Vigo + +Vigo monitors this release: +- Tracks build health and deployment status +- Notes structural drift (e.g., stray build artifacts) +- No direct modification — this is an active development study promoted to release + +## Rules +- This is an active development release (unstable but functional) +- Changes originate upstream in the source study repo; this release mirrors the published state +- Build artifacts in `dist/` and `public/` are generated — do not edit manually + +## Status +- **Type:** agent-system / CSS framework +- **Status:** unstable but promising (active development) +- Origin: projects/asw study