Commit graph

3 commits

Author SHA1 Message Date
jedarden
3f79378e87 docs(bf-1ae5): document local claude-print binary build 2026-07-02 15:48:26 -04:00
jedarden
1d0799531c chore(bf-3k2): remove repo cruft
- Remove notes/bf-1ae5.md (per-bead scratch file, not in Module Layout)
- Add .gitignore to exclude:
  - target/ (Rust build artifacts)
  - .beads/beads.db.backup.* (database backups)
  - .needle-predispatch-sha (NEEDLE worker artifact)

Root now contains only files specified in plan Module Layout:
AGENTS.md, build.rs, CI YAMLs, docs/, scripts/, src/, tests/,
Cargo.toml/lock, claude-print.yaml, install.sh, README.md
2026-07-02 14:59:36 -04:00
jedarden
076056b239 docs(bf-1ae5): document local build of claude-print binary
- Successfully built claude-print 0.2.0 using cargo build --release
- Binary created at /home/coding/target/release/claude-print (1014K, stripped)
- Build completed with only minor unused import warnings
- Verified binary runs correctly and reports correct version

Bead-Id: bf-1ae5
2026-07-02 14:55:34 -04:00