Skip to content

v0.2.0

Choose a tag to compare

@XelHaku XelHaku released this 25 May 00:23
· 372 commits to main since this release

Changed

  • Added package documentation trust-boundary guidance for pkg.go.dev readers embedding Goncho in host agents.
  • Added a README trust-boundary guide for pkg.go.dev readers embedding Goncho in host agents.
  • Added package documentation host integration checklist guidance for pkg.go.dev readers embedding Goncho in an agent host.
  • Added a README host integration checklist for pkg.go.dev readers embedding Goncho in an agent host.
  • Added package documentation import path guidance for pkg.go.dev readers choosing between the root library package, memory, and cmd/goncho-bench.
  • Added a README import path guide for pkg.go.dev readers choosing between the root library package, memory, and cmd/goncho-bench.
  • Added package documentation versioning and adoption notes for pkg.go.dev readers evaluating Stable version and Imported by metadata.
  • Added README versioning and adoption notes for pkg.go.dev readers evaluating pre-1.0 stability and Imported by metadata.
  • Added package documentation that maps go.dev package signals to local smoke checks.
  • Added a README go.dev signal map that ties public package metadata to local smoke checks.
  • Added a README minimal embedded skeleton for pkg.go.dev readers who want the shortest host setup shape.
  • Added package documentation that maps pkg.go.dev readers to the primary service methods and public tool constructors.
  • Added package documentation install guidance that separates the library go get path from the goncho-bench command install path.
  • Added a README API map for pkg.go.dev readers that links common evaluation goals to public Goncho entry points.
  • Pointed the root package overview at compiled pkg.go.dev examples for setup, orientation packs, and scoped retrieval.
  • Added a compiled Service.Search package example for pkg.go.dev readers evaluating scoped retrieval.
  • Added a compiled Service.Context package example for pkg.go.dev readers evaluating orientation-pack assembly.
  • Added a compiled NewService package example for pkg.go.dev readers evaluating embedded service setup.
  • Added a README At a Glance section for pkg.go.dev readers evaluating installation, use cases, first calls, and trust boundaries.
  • Expanded the root package documentation shown by go doc and pkg.go.dev with use cases, quick start, and trust-boundary guidance.
  • Updated public @latest release metadata docs and smoke guards after v0.2.0 tag publication.
  • Split the importable library surface into github.com/TrebuchetDynamics/goncho/service, keeping the root module as the release module and cmd/goncho-bench as the installable benchmark command.
  • Added local memory roadmap APIs for vector-store fusion, host hook capture, query expansion provenance, memory resources/prompts, memory slots, four-tier consolidation, local action graphs, snapshots, and image references.