Skip to content

Commit 8f2d15f

Browse files
chitcommitclaude
andcommitted
docs(profile): mandate chittyseed-fractal template for new repos
Adopts the fractal trinity layout (identity / authority / connectivity) as a standards-level requirement and points new repo creation at the chittyseed-fractal template. Refs: - https://github.com/chittyfoundation/chittyseed-fractal - chittycanon://core/services/chittyschema#meta/fractal-layout Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f93dcee commit 8f2d15f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

profile/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,24 @@ Explore our projects organized by purpose and technology:
3838
All our repositories follow consistent standards:
3939

4040
- ✅ Clear documentation (README, CONTRIBUTING, LICENSE)
41-
- ✅ Proper tagging and descriptions
41+
- ✅ Proper tagging and descriptions
4242
- ✅ Code quality practices
4343
- ✅ Community guidelines
44+
-**Fractal trinity layout** (identity / authority / connectivity / scopes)
45+
- ✅ Compliance triad: CHARTER.md + CHITTY.md + CLAUDE.md
46+
- ✅ Canonical entity types: P/L/T/E/A (Person, Location, Thing, Event, Authority)
47+
48+
## Starter Template (BINDING for new repos)
49+
50+
**[chittyseed-fractal](https://github.com/chittyfoundation/chittyseed-fractal)** — every new ChittyApps repo MUST start from this template. Click "Use this template" on the GitHub repo page, or run:
51+
52+
```bash
53+
gh repo create chittyapps/<your-app> --template chittyfoundation/chittyseed-fractal --public
54+
```
55+
56+
The template encodes the fractal trinity layout (identity / authority / connectivity), provides the standard `scope.json` manifest, CHARTER/CHITTY/CLAUDE templates, package.json with `validate:fractal` + `certify` scripts, and a CI workflow that gates merges on fractal-layout compliance.
57+
58+
Validation contract: `chittycanon://core/services/chittyschema#meta/fractal-layout`
4459

4560
---
4661

0 commit comments

Comments
 (0)