Commit Graph

5 Commits

Author SHA1 Message Date
g4borg 4c533c09cb 𝄐 fermata 2026-05-07 22:42:18 +02:00
g4borg 14c679541a docs(fermata): redesign READMEs with polished formatting and examples
Rewrote both the monorepo and export READMEs with a punchy tagline, status
table, realistic before/after scenarios (including the bash bypass case), full
configuration reference, and Claude Code hook integration guide.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-07 22:27:13 +02:00
g4borg d3c082058e fix(fermata): correct install instructions in both READMEs 2026-05-07 22:23:56 +02:00
g4borg 478bf1927b feat(fermata): add cargo publish/install metadata
Adds license (MIT OR Apache-2.0), repository (placeholder TODO URL),
readme, keywords, categories, rust-version, dual LICENSE files, and a
README install section. Adds a regression test asserting these fields
remain present so future edits cannot silently break cargo publish.

`cargo install --path crates/dirigent_fermata --features cli` produces
a working `fermata` binary; `cargo publish --dry-run` is clean.
2026-04-30 22:08:39 +02:00
g4borg 97001e1544 chore: rename packages/ to crates/
Move all 29 workspace members from packages/<name>/ to crates/<name>/.
Updates: workspace Cargo.toml (members + path deps), justfile, root
CLAUDE.md, scripts/build/CARGO_INSTALL.md, docs/architecture/crates.md
(renamed from packages.md), structural references in docs/architecture
and docs/configuration, per-crate CLAUDE.md self-references. Historical
plans, reports, and building/ docs are left untouched.

No behavior change; just check-all stays green and fermata tests pass.
2026-04-30 21:58:57 +02:00