38c2cfe50f6f92935e0d427bf462d8d9b9ff0a29
Live .env files (with real OAuth secrets) were tracked. Replaced with .env.example templates. Existing .env files kept on disk so the sample still runs. NOTE: prior history (8c5deb7,88c2860) on gitea/main still contains the leaked GOOGLE_CLIENT_SECRET. Rotate the credential in Google Cloud Console and decide whether to rewrite history. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
soleprint
Development workflow platform. Wraps existing applications with tools, testing, and documentation — without touching source code.
Cada paso deja huella.
Quick Start
# Create a room
python -m init.cli myroom
# Build
python build.py --cfg myroom
# Run
cd gen/myroom/soleprint && docker compose up
# Visit http://localhost:12000
Or use the browser wizard: python -m init.web → http://localhost:9000
Docs
cd docs && python -m http.server 8080
# http://localhost:8080
Structure
spr/
├── soleprint/ # Core framework
│ ├── artery/ # Connectors (veins, shunts, pulses)
│ ├── atlas/ # Documentation (books, templates)
│ └── station/ # Tools (tester, datagen, modelgen)
├── cfg/ # Room configurations
├── init/ # Room setup (CLI + web wizard)
├── docs/ # Documentation site
├── ctrl/ # Build/deploy scripts
├── build.py # Build tool: cfg/ → gen/
└── gen/ # Built instances (gitignored)
Description
Languages
Python
53%
HTML
37.8%
Vue
3.7%
Shell
2%
TypeScript
2%
Other
1.4%