From 8f2d15f464f392580e0ede3765c346a2ea4894dc Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Sat, 18 Apr 2026 07:13:50 +0000 Subject: [PATCH] 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 --- profile/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index e875b36..64cac45 100644 --- a/profile/README.md +++ b/profile/README.md @@ -38,9 +38,24 @@ Explore our projects organized by purpose and technology: All our repositories follow consistent standards: - ✅ Clear documentation (README, CONTRIBUTING, LICENSE) -- ✅ Proper tagging and descriptions +- ✅ Proper tagging and descriptions - ✅ Code quality practices - ✅ Community guidelines +- ✅ **Fractal trinity layout** (identity / authority / connectivity / scopes) +- ✅ Compliance triad: CHARTER.md + CHITTY.md + CLAUDE.md +- ✅ Canonical entity types: P/L/T/E/A (Person, Location, Thing, Event, Authority) + +## Starter Template (BINDING for new repos) + +**[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: + +```bash +gh repo create chittyapps/ --template chittyfoundation/chittyseed-fractal --public +``` + +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. + +Validation contract: `chittycanon://core/services/chittyschema#meta/fractal-layout` ---