Skip to content

Commit 0ccb6e2

Browse files
committed
docs: retire duplicated package inventories
1 parent d449471 commit 0ccb6e2

5 files changed

Lines changed: 1 addition & 56 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ scenes differently and that is not a defect.
407407

408408
## Style / process
409409

410+
- Keep the root and package READMEs concise: installation, minimal usage, and links to the website docs. Do not duplicate package inventories, renderer internals, Morph runtime details, Gallery/domformat certification procedures, or other guide/reference material already covered by the docs.
410411
- No time estimates in planning docs ("2 days", "1 hour" etc.). This is agentic engineering, not human team scheduling.
411412
- Prune superseded content from long planning docs as you go — don't just append.
412413
- No half-finished features, no speculative abstractions, no defensive code for cases that can't happen.

packages/polycss/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -252,20 +252,6 @@ Each visible polygon is emitted as one leaf element; the renderer chooses the le
252252
- `<i>` clips solid polygons with `border-shape: polygon(...)` when the browser supports it.
253253
- `<s>` maps a packed texture-atlas slice with `background-image`, and is the fallback for textured or unsupported shapes.
254254

255-
<!-- polycss:shared:packages:start -->
256-
## Packages
257-
258-
| Package | Description |
259-
|---|---|
260-
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
261-
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
262-
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
263-
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
264-
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
265-
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
266-
| `@layoutit/polycss-domformat` | Private MIT-licensed producer-neutral `domformat@0` runtime for canonical JSON plus digest-bound sibling resources; conformance and specifications stay repository-side. Not published. |
267-
<!-- polycss:shared:packages:end -->
268-
269255
<!-- polycss:shared:license:start -->
270256
## License
271257

packages/react/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -223,20 +223,6 @@ to place that primitive in 3D space. Polygon count is the dominant cost.
223223
- `<s>` maps a packed texture-atlas slice, and is the fallback for textured or
224224
unsupported shapes.
225225

226-
<!-- polycss:shared:packages:start -->
227-
## Packages
228-
229-
| Package | Description |
230-
|---|---|
231-
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
232-
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
233-
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
234-
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
235-
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
236-
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
237-
| `@layoutit/polycss-domformat` | Private MIT-licensed producer-neutral `domformat@0` runtime for canonical JSON plus digest-bound sibling resources; conformance and specifications stay repository-side. Not published. |
238-
<!-- polycss:shared:packages:end -->
239-
240226
<!-- polycss:shared:license:start -->
241227
## License
242228

packages/skills/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,6 @@ The same content is served at
9696
under `polycss.com/skill/docs/`. Use that when an agent can fetch a URL but
9797
cannot run a command.
9898

99-
<!-- polycss:shared:packages:start -->
100-
## Packages
101-
102-
| Package | Description |
103-
|---|---|
104-
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
105-
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
106-
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
107-
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
108-
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
109-
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
110-
| `@layoutit/polycss-domformat` | Private MIT-licensed producer-neutral `domformat@0` runtime for canonical JSON plus digest-bound sibling resources; conformance and specifications stay repository-side. Not published. |
111-
<!-- polycss:shared:packages:end -->
112-
11399
<!-- polycss:shared:license:start -->
114100
## License
115101

packages/vue/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -245,20 +245,6 @@ to place that primitive in 3D space. Polygon count is the dominant cost.
245245
- `<s>` maps a packed texture-atlas slice, and is the fallback for textured or
246246
unsupported shapes.
247247

248-
<!-- polycss:shared:packages:start -->
249-
## Packages
250-
251-
| Package | Description |
252-
|---|---|
253-
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
254-
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
255-
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
256-
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
257-
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
258-
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
259-
| `@layoutit/polycss-domformat` | Private MIT-licensed producer-neutral `domformat@0` runtime for canonical JSON plus digest-bound sibling resources; conformance and specifications stay repository-side. Not published. |
260-
<!-- polycss:shared:packages:end -->
261-
262248
<!-- polycss:shared:license:start -->
263249
## License
264250

0 commit comments

Comments
 (0)