mirror of
https://github.com/blackboxprogramming/new_world.git
synced 2026-03-17 05:57:17 -05:00
- Update LICENSE to proprietary (NOT for commercial resale) - Add/enhance README with BlackRoad branding - Add copyright notice (© 2026 BlackRoad OS, Inc.) - Add CONTRIBUTING.md with brand compliance guidelines - Add GitHub Actions workflow with brand checks - CEO: Alexa Amundson - Designed for 30k agents + 30k employees - Part of 578-repo BlackRoad Empire Core Product: API layer above Google/OpenAI/Anthropic managing AI model memory and continuity, enabling companies to operate exclusively by AI. ✨ Repository now enterprise-grade and legally protected 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
59 lines
1.4 KiB
Markdown
59 lines
1.4 KiB
Markdown
# Contributing to BlackRoad OS
|
|
|
|
## 🔒 Proprietary Notice
|
|
|
|
This is a **PROPRIETARY** repository owned by BlackRoad OS, Inc.
|
|
|
|
All contributions become the property of BlackRoad OS, Inc.
|
|
|
|
## 🎨 BlackRoad Brand System
|
|
|
|
**CRITICAL:** All UI/design work MUST follow the official brand system!
|
|
|
|
### Required Colors:
|
|
- **Hot Pink:** #FF1D6C (primary accent)
|
|
- **Amber:** #F5A623
|
|
- **Electric Blue:** #2979FF
|
|
- **Violet:** #9C27B0
|
|
- **Background:** #000000 (black)
|
|
- **Text:** #FFFFFF (white)
|
|
|
|
### Forbidden Colors (DO NOT USE):
|
|
❌ #FF9D00, #FF6B00, #FF0066, #FF006B, #D600AA, #7700FF, #0066FF
|
|
|
|
### Golden Ratio Spacing:
|
|
φ (phi) = 1.618
|
|
|
|
**Spacing scale:** 8px → 13px → 21px → 34px → 55px → 89px → 144px
|
|
|
|
### Gradients:
|
|
```css
|
|
background: linear-gradient(135deg, #FF1D6C 38.2%, #F5A623 61.8%);
|
|
```
|
|
|
|
### Typography:
|
|
- **Font:** SF Pro Display, -apple-system, sans-serif
|
|
- **Line height:** 1.618
|
|
|
|
## 📝 How to Contribute
|
|
|
|
1. Fork the repository (for testing purposes only)
|
|
2. Create a feature branch
|
|
3. Follow BlackRoad brand guidelines
|
|
4. Submit PR with detailed description
|
|
5. All code becomes BlackRoad OS, Inc. property
|
|
|
|
## ⚖️ Legal
|
|
|
|
By contributing, you agree:
|
|
- All code becomes property of BlackRoad OS, Inc.
|
|
- You have rights to contribute the code
|
|
- Contributions are NOT for commercial resale
|
|
- Testing and educational purposes only
|
|
|
|
## 📧 Contact
|
|
|
|
**Email:** blackroad.systems@gmail.com
|
|
**CEO:** Alexa Amundson
|
|
**Organization:** BlackRoad OS, Inc.
|