Scaffold inicial: workspace Rust + SDDs completos

Arranque del proyecto hammer (distro AI-nativa: laboratorio funcional en el
sótano, terminal mutable clásica arriba, integración de IA programadora).

- Workspace Rust (compila, tests verdes): hammer-core, hammer-build,
  hammer-cli (bin `hammer`), hammerd.
- SDDs 00-10 + 6 ADRs en docs/ con toda la arquitectura.
- Esqueletos navegables mapeados a las fases del roadmap; Fase 0/1 listas
  para implementar el sandbox real.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sergio
2026-06-06 19:06:04 +00:00
co-authored by Claude Opus 4.8
commit 8bf1623044
37 changed files with 2746 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[toolchain]
# Pin a channel for reproducible local builds. Bump deliberately.
channel = "stable"
components = ["rustfmt", "clippy"]
# musl target for static userland binaries (install with: rustup target add x86_64-unknown-linux-musl)
targets = ["x86_64-unknown-linux-musl"]