Commit 490a663
authored
docs: license pack, public agent guides, community templates (#105)
## Summary
Phase A of the OSS-ready program (approved plan, 7 Codex review rounds):
adds the repository's licensing posture and rewrites the public
contributor surface.
- **LICENSE**: official PolyForm Noncommercial 1.0.0 text with the
Required Notice line — code is free for noncommercial use; commercial
use requires a separate license.
- **NOTICE**: separates first-party excluded assets (all rights
reserved) from third-party materials governed by their own embedded
terms (fonts, the four proprietary skills, the shared office tree);
nominative-use statement; commercial contact.
- **29 manifests** gain `license` fields; root description now says
*source-available*; the five skills that claimed MIT now carry the
repository license.
- **AGENTS.md** rewritten from scratch as the canonical public
contributor/agent guide (agents.md convention) — stack, layout, gates,
house naming contracts, BYOK and DB-role boundaries, migration safety,
neutral verification policy. All private operator prose removed.
**CLAUDE.md** is now a thin `@AGENTS.md` import.
- **Community files**: Contributor Covenant 2.1, bug/feature issue
forms, PR template with a verification-notes checklist.
- One UI comment reworded to describe its real constraint.
## Verification notes
- [x] `pnpm lint`
- [x] `pnpm typecheck`
- [x] `pnpm turbo build --force`
- [x] `pnpm deadcode`
- [x] `pnpm architecture:check`
- [x] `pnpm turbo skills:build`
Docs-only + comment reword + manifest metadata: no runtime behavior
changes, so no browser QA applies. LICENSE body verified against the
official polyformproject.org plain text (wrap-insensitive match); every
path asserted in AGENTS.md verified to exist.1 parent b25b97d commit 490a663
43 files changed
Lines changed: 709 additions & 381 deletions
File tree
- .github
- ISSUE_TEMPLATE
- apps
- agent-worker
- gateway-worker
- preview-proxy
- webhooks-worker
- web
- src/components/skills
- infra/containers/sandbox
- app-generators
- app-templates
- expo
- next
- browser-driver
- doc-runtime
- extension-overrides/parquet-viewer
- package-manager
- runtime-security-overrides
- skill-runtime
- packages
- agent-core
- auth
- billing
- byok
- composio
- db
- durable-storage
- env
- observability
- preview-bridge
- sandbox-contracts
- skills
- tsconfig
- types
- skills
- connected-apps
- csv-analyst
- deep-research
- mobile-app
- pitch-deck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments