Posts 264 entriesPage 11 of 27

Posts

Development Journey

CAD Agent Zero to v0.1.0, Intent Scout Economics, and Perception Auto-Ingestion

A full greenfield CAD agent from DXF parser to desktop UI shell in 17 commits, plus an economics layer for Intent Scout and stale-feed filtering for Perception.

Read
Technical Deep-Dive

git-with-intent v0.9 to v0.10: Docker Upgrades, README Rewrites, and Strategic Research

Two releases in one week: Docker Node 22 LTS upgrades across 7 services, an interactive README overhaul, and strategic research on Automaton integration.

Read
Development Journey

IRSB Security Audit: Pausable Patterns, Invariant Tests, and an Envio Indexer That Fought PostgreSQL

Three new invariant test suites, a Pausable guard on DisputeModule, dead code removal, and the Envio HyperIndex port conflict that wasted an hour.

Read
Technical Deep-Dive

Session Cookie Auth, Forgot-Password Timeouts, and Killing Flaky E2E Tests

Why session cookies beat raw ID tokens, how dynamic imports caused 504 timeouts on forgot-password, and the 17-commit saga to stabilize a Playwright E2E test suite.

Read
Technical Deep-Dive

IRSB Monorepo v1.0.0: Extracting Shared Packages and Unifying a Blockchain Platform

How I extracted @irsb/kms-signer and @irsb/types into shared packages, unified a blockchain platform under one monorepo, dealt with port conflicts, and split CI tests for 3x faster runs.

Read
Technical Deep-Dive

Fixing Provider Registry Mutations and Sandbox Permissions in git-with-intent

How a mutable global registry caused shared state corruption across tenants, and how Zod validation caught LLM response bugs that TypeScript types couldn't.

Read
Technical Deep-Dive

Shipping a CAD Agent from Zero: DXF Parsing, Edit Engines, and LLM Planner Interfaces

How I built a local-first desktop application that lets a structural engineer edit 2D DXF drawings with natural language prompts — from DXF parser to LLM planner interface to v0.1.0 release.

Read
Development Journey

git-with-intent Competitive Strategy and Perception Real Ingestion Pipeline

git-with-intent gets competitive strategy docs and a model selection rubric. Perception wires real store_articles, a trigger endpoint, and dashboard button to complete the ingestion pipeline.

Read
Development Journey

git-with-intent Vitest 4 Migration Pain and IRSB Governance with 104 Moloch Tests

Seven Vitest 4 migration CI fixes for git-with-intent v0.8.0 — mock patterns, process.exit at import, vi.hoisted — plus IRSB v1.4.0 with TimelockController, volume-proportional bonds, and 104 Moloch DAO-style governance tests.

Read
Development Journey

IRSB Multi-Release Prep and Hustle E2E Strict Mode Fixes

Release prep for four IRSB versions including the SolidityGuard v1.2.0 audit report, plus three Hustle E2E test fixes targeting strict mode violations, URL matching, and false positive error detection.

Read