Relay: Cross-session State Handoff as a Graphify Plugin

The code-relay-mcp concept evolved into graphify-plugin-handoff — a Graphify embedded plugin that implements the GraphifyPlugin trait for cross-session agent state handoff, eliminating the standalone MCP server in favour of in-process integration with Graphify Core.

Read more  ↩︎

Graphify Plugin Architecture Roadmap

Graphify's plugin system partitions into embedded v1 traits, in-development review pipeline, and planned MCP-native external layer. Core implements synchronous workspace routing with GraphifyPlugin trait, WorkspaceContext, and GraphUpdateEvent kinds. The external layer remains a roadmap for third-party plugins.

Read more  ↩︎

Tapedeck: A Scriptable Recording Deck for Terminal Demos

Tapedeck is a Rust proof of concept for turning declarative .roll scripts into repeatable terminal recordings. This first look covers the VHS/native engine split, XDG configuration, dry runs, and the small TUI that makes CLI demos reproducible.

Read more  ↩︎

When a Markdown Editor Remembers LOGO

zago brings Editor LOGO commands, pen-down drawing, and automatic Unicode junctions into a terminal Markdown editor. I tried its turtle-style text drawing and recorded the repeatable session with Tapedeck, while keeping zonble's authorship and my downstream Arch packaging separate.

Read more  ↩︎

Porting Terminimal to Zola 0.23: When Tera Deleted Macros

Zola 0.23 moved to Tera 2 and broke macro-based themes. This article documents the Terminimal migration to globally registered components and the syntax changes that followed.

Read more  ↩︎