-
Notifications
You must be signed in to change notification settings - Fork 0
fix: align org profile README with foundation vision #1
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,49 +1,49 @@ | ||
| # Chitty Foundation | ||
| # ChittyFoundation | ||
|
|
||
| > Technology for Social Good | ||
| > Making proof as frictionless as speech | ||
|
|
||
| Non-profit technology initiatives creating positive community impact | ||
| Independent non-profit stewarding **ChittyChain** trust infrastructure and **ChittyDNA** human rights standards for the AI age. Separate from commercial applications by design — like IETF for protocols, but for trust and verification. | ||
|
|
||
| ## Focus Areas | ||
| ## What We Build | ||
|
|
||
| - **Civic Technology** | ||
| - **Social Impact** | ||
| - **Community Projects** | ||
| - **Open Source** | ||
| **Trust Infrastructure** — ChittyChain provides foundational, blockchain-backed trust infrastructure: immutable audit trails, cryptographic verification, and governance standards that serve the ecosystem without commercial bias. | ||
|
|
||
| ## Our Repositories | ||
| **Human x AI Rights** — ChittyDNA establishes standards for attribution, compensation, and worker protection as AI transforms every industry. The world's first Human x AI Rights framework. | ||
|
|
||
| Explore our projects organized by purpose and technology: | ||
| ## Core Projects | ||
|
|
||
| ### 🔍 Discover Projects | ||
| | Project | Purpose | | ||
| |---------|---------| | ||
| | [ChittyChain](https://github.com/chittyfoundation/chittychain) | Trust infrastructure blockchain — consensus, verification, immutability | | ||
| | [ChittyID](https://github.com/chittyfoundation/chittyid) | Universal identity management with P/L/T/E/A entity ontology | | ||
| | [ChittyChronicle](https://github.com/chittyfoundation/chittychronicle) | Event logging and audit trail system | | ||
| | [ChittyOps](https://github.com/chittyfoundation/chittyops) | Operational governance primitives and cross-organizational territories | | ||
| | [ChittyAdvocate](https://github.com/chittyfoundation/chittyadvocate) | Doctrine narrative bootstrap for AI substrate alignment | | ||
|
|
||
| - **By Language**: Use repository topics to filter by programming language | ||
| - **By Purpose**: Look for repositories tagged with specific use cases | ||
| - **By Status**: Active development vs. archived projects | ||
| ## Governance | ||
|
|
||
| ### 🚀 Getting Started | ||
| ChittyFoundation operates as a 501(c)(3) non-profit with structural independence: | ||
|
|
||
| 1. **Browse**: Check out our pinned repositories for key projects | ||
| 2. **Contribute**: See individual repository CONTRIBUTING.md files | ||
| 3. **Connect**: Reach out via repository issues or discussions | ||
| - **Independent Board** — academics, protocol architects, legal/ethics experts, community representatives | ||
| - **Endowment-funded** — no commercial P&L pressure, no equity investments, no data monetization | ||
| - **RFC-style standards** — 30-day public comment, 3+ expert reviews, reference implementation required | ||
| - **Transparent operations** — all decisions publicly auditable, quarterly reports, annual third-party audits | ||
|
|
||
| ## Community | ||
| ## Standards | ||
|
|
||
| - **Issues**: Report bugs and request features in individual repositories | ||
| - **Discussions**: Join conversations in repository discussion sections | ||
| - **Contributing**: We welcome contributions! See our contribution guidelines | ||
| All repositories follow the ChittyCanon governance framework: | ||
|
|
||
| ## Standards | ||
| - Compliance triad: CHARTER.md (contract) + CHITTY.md (architecture) + CLAUDE.md (dev guide) | ||
| - Canonical entity types: Person, Location, Thing, Event, Authority (P/L/T/E/A) | ||
| - Reusable CI via [centralized workflows](.github/workflows/) | ||
|
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. Fix the workflows link path (likely broken from this file location). On Line 38, Suggested fix-- Reusable CI via [centralized workflows](.github/workflows/)
+- Reusable CI via [centralized workflows](../.github/workflows/)🤖 Prompt for AI Agents |
||
| - Claude-powered code review + governance checks | ||
|
|
||
| All our repositories follow consistent standards: | ||
| ## Get Involved | ||
|
|
||
| - ✅ Clear documentation (README, CONTRIBUTING, LICENSE) | ||
| - ✅ Proper tagging and descriptions | ||
| - ✅ Code quality practices | ||
| - ✅ Community guidelines | ||
| - **Explore**: Browse repositories and read their CHARTER.md for scope | ||
| - **Contribute**: See individual CONTRIBUTING.md files | ||
| - **Discuss**: Open issues or discussions in any repository | ||
|
|
||
| --- | ||
|
|
||
| **Building quality software that makes a difference** ✨ | ||
|
|
||
| *This organization is part of the broader Chitty ecosystem of technology solutions.* | ||
| [foundation.thechitty.com](https://foundation.thechitty.com) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Avoid unverified “world’s first” claims.
Line 11 uses an absolute superlative. Without citation, this introduces avoidable legal/reputation risk for org-profile copy. Prefer a scoped, factual statement or add a supporting source.
Suggested wording
📝 Committable suggestion
🤖 Prompt for AI Agents