buenosairesam 9bcd439266 Normalise line endings to LF
spr had no .gitattributes at all, despite shipping ctrl/*.sh and generating
gen/<room>/ctrl/*.sh. A checkout on Windows/WSL rewrites those to CRLF, and a
shell script with CRLF fails as `bad interpreter: /usr/bin/env bash^M` — which
reads as a broken installer rather than a line-ending problem.

Copied verbatim from rig/.gitattributes and deliberately duplicated rather than
shared: rig/ has to carry its own so it survives being handed over alone.

No tracked file in either repo currently has CRLF, so `git add --renormalize .`
rewrote nothing. Landing it now, while that is true, keeps it off the diff of
whatever lands next.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-19 02:55:06 -03:00
2026-08-11 07:30:27 -03:00
2026-08-11 07:30:27 -03:00
2026-08-11 07:30:27 -03:00
2026-04-12 12:34:25 -03:00
2026-08-11 07:30:27 -03:00
2026-08-19 02:55:06 -03:00
2026-08-11 07:30:27 -03:00
2026-08-10 09:19:19 -03:00
2026-08-11 07:30:27 -03:00
2026-05-06 12:04:19 -03:00
2026-08-10 09:19:19 -03:00

soleprint

Development workflow platform. Wraps existing applications with tools, testing, and documentation — without touching source code.

Cada paso deja huella.


Docs

cd docs && python -m http.server 8080

Visit http://localhost:8080. Start with Concepts for the mental model, then Quickstart to run your first room.

Description
No description provided
Readme 13 MiB
Languages
Python 54%
HTML 21.7%
Shell 17.1%
CSS 2%
Vue 1.5%
Other 3.6%