-
Notifications
You must be signed in to change notification settings - Fork 0
docs(profile): mandate chittyseed-fractal template for new repos #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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/<your-app> --template chittyfoundation/chittyseed-fractal --public | ||
| ``` | ||
|
Comment on lines
+50
to
+54
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid hardcoding Making Suggested doc fix-**[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:
+**[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 (choose visibility explicitly):
```bash
-gh repo create chittyapps/<your-app> --template chittyfoundation/chittyseed-fractal --public
+gh repo create chittyapps/<your-app> --template chittyfoundation/chittyseed-fractal --private
+# or
+gh repo create chittyapps/<your-app> --template chittyfoundation/chittyseed-fractal --public🤖 Prompt for AI Agents |
||
|
|
||
| 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` | ||
|
|
||
| --- | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Align “fractal trinity” terminology across the doc.
trinityis defined with 4 elements at Line 44 but 3 elements at Line 56. Please make both sections use the same definition to avoid compliance ambiguity.Suggested doc fix
Also applies to: 56-56
🤖 Prompt for AI Agents