AGENTS.md · git:20260708.6e4061e · 2026-07-08 · sha256 ef401c63b4058305
AGENTS.md git:20260708.6e4061eA
Immutable. This exact content is served forever at /api/v1/blob/ef401c63b4058305.
# Repository Guidelines ## Scope This repository owns the canonical OpenClaw web design contract: - framework-neutral CSS tokens and themes - a thin Tailwind 4 token adapter - shared base behavior proven across consumers - agent skills that explain how to use and audit the system Consumer-specific components, routes, and layouts stay in their repositories until at least two consumers share the same interface and behavior. ## Commands - `bun install` - install development dependencies. - `bun run test` - parse CSS and verify token/theme contracts. - `bun run skills:check` - validate skill metadata and references. - `bun run pack:check` - verify package exports and packed contents. - `bun run check` - run all validation. ## Release - Use Conventional Commits. - Release tags are stable semantic versions: `vX.Y.Z`. - The tag must match `package.json`. - Runtime assets and skills always release together. - npm publication is not required; consumers install the Git tag.