Skip to content

v0.1.13

Choose a tag to compare

@Muizzkolapo Muizzkolapo released this 25 Apr 12:12
· 185 commits to main since this release
51c82fd

Framework v0.1.13

Architectural Unification

  • Guard evaluation: 5 entry points → 1 unified evaluate() with GuardBehavior enum
  • RecordProcessor: 4 independent instantiations → single create() factory
  • Lineage building: deduplicated across exhausted/passthrough builders
  • Context builder: 235-line monolith → 4 focused functions (59-line orchestrator)
  • Dead code deleted: HistoricalNodeDataLoader, BatchProcessor, apply_observe_filter (-2992 lines)

Data Model Fixes

  • Fan-in merges all dependency branches via bus model (not just primary)
  • Guard-skipped FILE-mode records get proper null namespace
  • Guard-skip flat field leak fixed (pre-observe records used for tombstones)

UI Improvements

  • Action Output shows only this action's fields, not the entire data bus
  • Nested JSON renders as expandable tree nodes with syntax highlighting
  • Guard-skipped records show clear indicator instead of dumping 25 namespaces
  • Single unwrap path: scanner unwraps, frontend renders (no duplicate logic)

Skills

  • Rewritten from ban-list to tool guide (positive teaching style)
  • All 15 agentic patterns with copyable YAML configs
  • Scaffolding templates for adding LLM, Record tool, and FILE tool actions

VS Code Extension v0.1.19

Examples

  • All 6 example workflows validated on gemini-flash-lite-latest