Skip to content

v0.6.0

Choose a tag to compare

@JoshuaRamirez JoshuaRamirez released this 13 Apr 02:17
· 8 commits to main since this release

Added

  • Synthesis/guidance layer in construction bridge (Stage 8): dominant dimensions, neglected dimensions with gap statements, strongest harmonization pair with cube pair concern, plain-language summary.
  • Focused output mode: create_prompt_basis(focused=true) returns ~3KB guidance-centric output instead of ~695KB full pipeline data.
  • interpret_basis MCP tool: takes construction basis JSON and returns markdown-formatted interpretation with dominant dimensions, gaps, and strongest resonance.
  • ape://examples MCP resource: 4 annotated example intents demonstrating engine output interpretation.
  • Per-face action guidance in ape://axiom_manifest resource: "If strongly activated: X. If weak: consider Y."
  • docs/GEOMETRY-NOTES.md: latent polyhedral properties and structural capacities.
  • 27 new tests: phase weighting, question position, disambiguation, phrase detection, MCP tool handlers.

Changed

  • MCP prompts rewritten with face definitions, interpretation guidance, and usage instructions.
  • External surface: 4 tools (was 3), 4 resources (was 3), 4 prompts.
  • 327 tests (up from 300).

Fixed

  • Dead causal propagation code removed (~40 lines).
  • Float equality guard in gem computation (== 0< 1e-10).
  • Raw discriminative scores captured before phase mutation in intent parser.
  • Test fixture expanded SYMMETRIC_RELATIONS for production graph parity.
  • Consistent ALL_FACES fallback in face_relevance no-match paths.