Skip to content

v0.1.8

Choose a tag to compare

@Muizzkolapo Muizzkolapo released this 08 Apr 13:37
· 325 commits to main since this release
0f71cd4

Features

  • feat: enforce context_scope as sole data gate (#199)
  • feat: namespace llm_context by action to prevent version data loss (#208)
  • feat: redesign VS Code data card with 5-section tree view (#215, #216)

Bug Fixes

  • fix: deterministic record matcher — exact node_id join, no fallbacks (#195)
  • fix(vscode): safe JSON injection for card view records (#197)
  • fix(cla): grant contents write permission for signature commits (#200, #201)
  • fix: resolve context_scope field prefix patterns for version_consumption merge (#202)
  • fix: template error hints reference context_scope.observe (#205)
  • fix: guard null context_scope to prevent crash on YAML indentation errors (#211)
  • fix: hint at action namespacing when schema validation fails on tool UDF output (#214)

Refactoring

  • refactor: eliminate field prefix pattern from version resolution (#206)
  • refactor: simplify SKILL.md with Anthropic skill patterns (#210)

Docs

  • docs: align docs with recent PRs — namespaced context, record_limit, guards, prompt traces (#209)

Chores

  • chore: add Contributor License Agreement and CLA bot (#198)