Skip to content

Aphrodite/v1.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 05:38
Aphrodite/v1.0.4
20cdf11

Compare v1.0.3...v1.0.4

Summary

Documentation overhaul + Unicode normalization sweep + CI fix. All four READMEs rewritten with install instructions, post-install fs trees, and crate-level API docs. 41 files normalized (em dashes → ASCII hyphens). Pyright CI passing.

Changes

  • Rewrite monorepo README — add install section, modern Under the Hood (dylib-based), fix stale versions
  • Rewrite plugin README — add post-install ~/.hermes tree, config reference, verify/uninstall steps
  • New: crates/aphrodite/README.md — C ABI reference (17 functions), pipeline architecture
  • New: crates/aphrodite-hermes/README.md — bridge architecture, tool dispatch table
  • Restructure .hermes/ — 56→17 files into audits/ plans/ reports/ scripts/
  • Normalize all Unicode dashes → ASCII hyphens (41 files, 241 replacements)
  • Fix pyright: _read_str handle c_char_p.value possibly None (CI: 0 errors)
  • Remove headroom-core from workspace + Publish (vendored bundled dep)

Infrastructure

  • Build: cargo build --release ✅
  • Tests: cargo test --workspace ✅ (all suites, 0 failures)
  • Pyright: 0 errors, 0 warnings ✅