Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions profile/README.md
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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

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
- **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.
+ **Human x AI Rights** — ChittyDNA establishes standards for attribution, compensation, and worker protection as AI transforms every industry.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
**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.
**Human x AI Rights** — ChittyDNA establishes standards for attribution, compensation, and worker protection as AI transforms every industry.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@profile/README.md` at line 11, The sentence in the README that reads "**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." uses an unverified superlative; either remove or qualify
"the world's first" or provide a reliable citation. Edit the README string
containing "**Human x AI Rights**" and replace "The world's first Human x AI
Rights framework." with a scoped claim (e.g., "a Human x AI Rights framework" or
"one of the first") or add a sourced reference supporting the "world's first"
assertion.


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/)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix the workflows link path (likely broken from this file location).

On Line 38, .github/workflows/ is relative to profile/, so it likely resolves incorrectly. Use a repo-absolute URL or correct relative parent path.

Suggested fix
-- Reusable CI via [centralized workflows](.github/workflows/)
+- Reusable CI via [centralized workflows](../.github/workflows/)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@profile/README.md` at line 38, The markdown link "Reusable CI via
[centralized workflows](.github/workflows/)" uses a relative path from the
profile/ directory and will break; update the link target in profile/README.md
by replacing the ".github/workflows/" link target with a repo-absolute path
(e.g. "/.github/workflows/") or the correct relative parent path (e.g.
"../.github/workflows/") so the link resolves correctly from this file location.

- 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)
Loading