Compare commits
2 commits
c6247aea5a
...
b70923756b
| Author | SHA1 | Date | |
|---|---|---|---|
| b70923756b | |||
| ef1d4644a3 |
2 changed files with 35 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
33
AGENTS.md
Normal file
33
AGENTS.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue