diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..73a02f7 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,27 @@ +# Code of Conduct + +## Standard + +Respectful, constructive, focused on the work. + +## Acceptable + +- Technical disagreements with arguments +- Constructive criticism of code and architecture +- Diverse perspectives and approaches + +## Not Acceptable + +- Personal attacks, harassment +- Exposing private information +- Attempting to manipulate access controls or governance +- Political/religious content unrelated to the project +- Ban evasion + +## Enforcement + +1. Warning (craton admin) +2. Temporary ban (craton admin decision) +3. Permanent ban (founder decision) + +Report: Elmadani.SALKA@proton.me diff --git a/ONBOARDING.md b/ONBOARDING.md new file mode 100644 index 0000000..11e6e7c --- /dev/null +++ b/ONBOARDING.md @@ -0,0 +1,41 @@ +# Welcome to Inference-X Community + +## What This Is + +A 305KB binary that runs any AI model on any hardware. +Built in Morocco. Maintained by 11 continental regions (cratons). Open forever. + +## Quick Start + +```bash +curl -fsSL https://inference-x.com/install.sh | bash +ix download llama3.2-1b +ix --model ~/.inference-x/models/llama3.2-1b.gguf +``` + +Or try the free cloud demo: https://build.inference-x.com (no install) + +## How to Contribute + +1. Fork any repo at git.inference-x.com +2. Build your change on a feature branch +3. Open a PR with a clear description +4. Your regional craton admin reviews +5. Founder approves core changes to protected branches + +## Repository Map + +| Repo | Purpose | +|------|---------| +| inference-x | The engine (C++, 305KB) | +| ix-tools | CLI, forge, installer, organ packer | +| .community | This hub - onboarding, discussions | +| governance | Rules, roles, voting protocols | +| ix-roadmap | What comes next | + +## Questions + +Open an issue. Your craton admin will route it correctly. + +--- +Built by many. For all.