Skip to content

Commit 430aaab

Browse files
Tidy repository root (#88)
* Tidy repository root * Add empty changeset for repository cleanup
1 parent d9c81ca commit 430aaab

74 files changed

Lines changed: 100 additions & 68 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/silent-cougars-brush.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Posecode
22
Copyright 2026 Posecode contributors
33

44
This product includes software developed by Posecode contributors.
5-
See THIRD_PARTY_NOTICES.md for third-party materials.
5+
See docs/legal/THIRD_PARTY_NOTICES.md for third-party materials.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="https://www.npmjs.com/package/posecode-parser">
3030
<img src="https://img.shields.io/npm/v/posecode-parser.svg?color=emerald" alt="npm version" />
3131
</a>
32-
<a href="https://github.com/posecode-dev/posecode/blob/main/LICENSING.md">
32+
<a href="https://github.com/posecode-dev/posecode/blob/main/docs/legal/LICENSING.md">
3333
<img src="https://img.shields.io/badge/license-Apache--2.0%20%2B%20AGPL--3.0-blue.svg" alt="Apache 2.0 and AGPL 3.0 licenses" />
3434
</a>
3535
<a href="https://github.com/posecode-dev/posecode/tree/main/packages/posecode-mcp">
@@ -627,7 +627,7 @@ See:
627627

628628
## Character assets
629629

630-
The hosted playground currently uses an Adobe Mixamo character and one showcase animation under the applicable Adobe terms. These binary assets are not covered by Posecode's software licenses. See [third-party notices](THIRD_PARTY_NOTICES.md).
630+
The hosted playground currently uses an Adobe Mixamo character and one showcase animation under the applicable Adobe terms. These binary assets are not covered by Posecode's software licenses. See [third-party notices](docs/legal/THIRD_PARTY_NOTICES.md).
631631

632632
The renderer also includes a zero-asset procedural figure and accepts compatible humanoid GLB characters through `characterUrl`.
633633

@@ -644,7 +644,7 @@ Posecode is open source with a clear standard and product boundary:
644644

645645
Organizations that need to use an AGPL component in a closed-source product may contact [hello@posecode.org](mailto:hello@posecode.org?subject=Posecode%20commercial%20license) about a separate commercial agreement.
646646

647-
Earlier grants are unchanged. MIT revisions remain MIT, and the 0.2.2 npm packages remain Apache-2.0. See [LICENSING.md](LICENSING.md), [COMMERCIAL-LICENSE.md](COMMERCIAL-LICENSE.md), and [TRADEMARK.md](TRADEMARK.md).
647+
Earlier grants are unchanged. MIT revisions remain MIT, and the 0.2.2 npm packages remain Apache-2.0. See [licensing](docs/legal/LICENSING.md), [commercial licensing](docs/legal/COMMERCIAL-LICENSE.md), and [trademark policy](docs/legal/TRADEMARK.md).
648648

649649
---
650650

docs/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Documentation
2+
3+
Supporting project documentation lives here so the repository root stays focused on the codebase and its primary README.
4+
5+
## Project
6+
7+
- [Roadmap](../ROADMAP.md)
8+
- [Coverage gaps](coverage-gap.md)
9+
- [Market research](market-research.md)
10+
- [Brand assets](brand/README.md)
11+
12+
## Legal
13+
14+
- [Licensing overview](legal/LICENSING.md)
15+
- [Commercial licensing](legal/COMMERCIAL-LICENSE.md)
16+
- [Trademark policy](legal/TRADEMARK.md)
17+
- [Third-party notices](legal/THIRD_PARTY_NOTICES.md)
18+
- [Legal review notes](legal/LEGAL_REVIEW.md)
19+
20+
The repository root retains the canonical [`LICENSE`](../LICENSE) and [`NOTICE`](../NOTICE) files expected by package and compliance tooling.
21+
22+
## Releases
23+
24+
- [Release process](releases/RELEASING.md)
25+
- [0.3.0 release notes](releases/0.3.0.md)
26+
27+
## Development references
28+
29+
- [Vercel agent notes](development/VERCEL_AGENTS.md)
30+
- [Pose diagnostics summary](diagnostics/pose-summary.json)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)