| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-27 | 2.6 kB | |
| v0.12.0 -- tldraw visual canvas source code.tar.gz | 2026-04-27 | 2.5 MB | |
| v0.12.0 -- tldraw visual canvas source code.zip | 2026-04-27 | 2.6 MB | |
| Totals: 3 Items | 5.2 MB | 0 | |
Minor release. Adds the opt-in tldraw seed skill for live canvas diagrams
and a skill-local snapshot store. The feature stays beta and off by default.
Added
tldrawseed skill — live canvas diagrams. Adds.agent/skills/tldraw/SKILL.mdwith MCP tool guidance, shape constraints, and a self-rewrite hook for diagram, sketch, wireframe, flowchart, whiteboard, and architecture visualization prompts.- Skill-local snapshot store. Adds
.agent/skills/tldraw/store.pywithsnapshot,list,load, andarchiveCLI/API support. Runtime output is local and gitignored under.agent/skills/tldraw/:snapshots.jsonl,snapshots/, andINDEX.md. - Opt-in feature flag. Onboarding now writes a
tldrawbeta feature flag, default off. The skill loader skips flagged skills unless.agent/memory/.features.jsonexplicitly enables them. - Manual MCP config source. Adds
adapters/_shared/tldraw-mcp.jsonas the canonical tldraw MCP config block users can merge into Claude Code, Cursor, or Antigravity after enabling the feature.
Changed
- Seed skill count is now nine:
skillforge,memory-manager,git-proxy,debug-investigator,deploy-checklist,design-md,data-layer,data-flywheel, andtldraw. - tldraw persistence is intentionally skill-local storage, not a fifth memory layer: it has no dream-cycle, clustering, recall, or semantic-memory lifecycle.
- Default adapter installs no longer wire beta tldraw MCP config automatically.
Fixed
- Updated the tldraw validation suite to target
.agent/skills/tldraw/store.pyinstead of the removed.agent/memory/visual/visual_memory.py. store.pyrendersINDEX.mdwhile holding the JSONL lock so concurrent snapshots cannot leave the index stale.- Added coverage for feature-gated skill loading, no default MCP install, path traversal rejection, malformed JSONL recovery, same-second snapshot ids, and concurrent snapshots.
Migration
No migration required. Existing installs keep tldraw disabled until users opt
in through onboarding reconfiguration or .agent/memory/.features.json.
Credits
- PR [#11] by @Siddharth11Roy, with review fixes and release prep by Codex.
Release
- Tag
v0.12.0cut from master. - GitHub release: https://github.com/codejunkie99/agentic-stack/releases/tag/v0.12.0
Formula/agentic-stack.rbbumped to v0.12.0 in a follow-up commit after the tag tarball existed and its sha256 could be computed.- Tarball sha256:
cd18a0cf82e027390ef10a102ec4bfed26fc45114f6ce96c0787e5a1cf0dce26.