Skip to content

scry v0.6.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 23:29
· 126 commits to main since this release

Changelog

Features

  • baa25c7 feat(api): read path for mirrored pages — unified search, pages/ endpoints
  • 9211bab feat(confluence): collect page labels — schema v13, PageLite exposure
  • 674c124 feat(demo): snapshot carries the Nimbus wiki — 71 pages beside 519 issues
  • a8298a5 feat(seed-demo): --docs mode seeds the Nimbus wiki into Confluence
  • d11262a feat(seed-demo): --epics mode — epic hierarchy for the demo backlog
  • c78366c feat(seed-demo): wiki labels — authored dataset labels, idempotent apply
  • 8bb224f feat(store): honest epic_key — nearest level-1 ancestor, not a parent alias
  • 1d7488c feat(sync): Confluence page mirror — second source on the items spine
  • 62eb131 feat(tui): docs navigator — D toggles a space-grouped page tree
  • 7659ca9 feat(web): epic hierarchy in the UI — group labels, row chips, breadcrumb, rollup
  • f50f1c1 feat(web): mirrored wiki pages in the UI — sidebar tree, document panel, unified search

Fixes

  • ce39dc7 fix(mcp): schema hints an agent actually needs — measured against a live take
  • 297bdba fix(web): phones render the desktop layout, not a squeezed column

Other

  • 608fb8f chore(demo): refresh snapshot — epic hierarchy and page bodies
  • 385697d chore(demo): snapshot with wiki labels — 50/69 pages, v13
  • ea26b4f docs(agents): web-UI waves require a TUI follow-up in the same version
  • 3593922 docs(media): reshoot all three clips — lower logical resolution, bigger text

Install / upgrade

brew install midagedev/tap/scry     # first install
brew upgrade midagedev/tap/scry     # upgrade
# or
curl -fsSL https://raw.githubusercontent.com/midagedev/scry/main/scripts/install.sh | sh

Or download the archive for your OS/arch from this release, unpack it, and run:

./scry init && ./scry serve --sync

The web UI is embedded — the binary is the whole install. See the README for Docker and source builds. Running installs notice new releases on their own (daily anonymous check, updateCheck: false to opt out — see SECURITY.md).