Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ scenes differently and that is not a defect.

## Style / process

- 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.
- No time estimates in planning docs ("2 days", "1 hour" etc.). This is agentic engineering, not human team scheduling.
- Prune superseded content from long planning docs as you go — don't just append.
- No half-finished features, no speculative abstractions, no defensive code for cases that can't happen.
Expand Down
14 changes: 0 additions & 14 deletions packages/polycss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,20 +252,6 @@ Each visible polygon is emitted as one leaf element; the renderer chooses the le
- `<i>` clips solid polygons with `border-shape: polygon(...)` when the browser supports it.
- `<s>` maps a packed texture-atlas slice with `background-image`, and is the fallback for textured or unsupported shapes.

<!-- polycss:shared:packages:start -->
## Packages

| Package | Description |
|---|---|
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
| `@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. |
<!-- polycss:shared:packages:end -->

<!-- polycss:shared:license:start -->
## License

Expand Down
14 changes: 0 additions & 14 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,20 +223,6 @@ to place that primitive in 3D space. Polygon count is the dominant cost.
- `<s>` maps a packed texture-atlas slice, and is the fallback for textured or
unsupported shapes.

<!-- polycss:shared:packages:start -->
## Packages

| Package | Description |
|---|---|
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
| `@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. |
<!-- polycss:shared:packages:end -->

<!-- polycss:shared:license:start -->
## License

Expand Down
14 changes: 0 additions & 14 deletions packages/skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,6 @@ The same content is served at
under `polycss.com/skill/docs/`. Use that when an agent can fetch a URL but
cannot run a command.

<!-- polycss:shared:packages:start -->
## Packages

| Package | Description |
|---|---|
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
| `@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. |
<!-- polycss:shared:packages:end -->

<!-- polycss:shared:license:start -->
## License

Expand Down
14 changes: 0 additions & 14 deletions packages/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,20 +245,6 @@ to place that primitive in 3D space. Polygon count is the dominant cost.
- `<s>` maps a packed texture-atlas slice, and is the fallback for textured or
unsupported shapes.

<!-- polycss:shared:packages:start -->
## Packages

| Package | Description |
|---|---|
| `@layoutit/polycss-core` | Pure math, parsers, lighting, camera helpers, mesh optimization. Zero browser globals. |
| `@layoutit/polycss` | Vanilla custom elements and imperative `createPolyScene` API. |
| `@layoutit/polycss-react` | React components, hooks, controls, and core re-exports. |
| `@layoutit/polycss-vue` | Vue 3 components, composables, controls, and core re-exports. |
| `@layoutit/polycss-morph` | Prepared-model loading, retained DOM animation, morph targets, skinning, and playback. |
| `@layoutit/polycss-skills` | `npx @layoutit/polycss-skills` — installs the PolyCSS agent skill into `.claude/skills` or `.agents/skills`. |
| `@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. |
<!-- polycss:shared:packages:end -->

<!-- polycss:shared:license:start -->
## License

Expand Down
Loading