Monorepo Consolidations, V2 Launches, Flow Design

Week 24

A week of architectural consolidation and feature delivery. Silo's V2 web app launched with full source and destination management, CD2 unified three repositories into one monorepo, and Devrounds shipped AI-powered weekly reviews alongside major board improvements.

#Silo CDP

The V2 web application went live this week with complete source and destination management. Users can now create, edit, and delete sources through the new interface, generate installation snippets, and upload configurations to S3. The destinations layer supports GTM integration through a typed registry with automatic settings reupload.

The SDK gained remote settings support through CDN-hosted configuration blocks and a new consent.onConsentChanged API for tracking consent state changes. Documentation moved to a dedicated Astro + Starlight site with auto-generated wire-format tables derived from JSDoc comments.

Infrastructure improvements include consolidating multiple enrichment crons into a single sequential endpoint with healthcheck heartbeats, migrating to the Vercel Hono preset for cleaner routing, and establishing a production E2E test suite that validates the full gateway and CDP pipeline.

#CD2

Three separate repositories merged into a unified monorepo structure. The database API, web application, and worker services now share a single workspace with namespaced Taskfile commands and consolidated dependencies. A new interactive picker surfaces available dev servers and deployment targets.

The email SDK became available as an agent skill, making it discoverable for automated integration work. The web application now consumes a shared database SDK workspace package, eliminating duplicate schema definitions.

#Devrounds

Weekly reviews gained AI-generated sprint postmortems that scope to the active week and deep-link every task for quick navigation. The board introduced a by-week view that packs projects into per-sprint columns with spanning lanes for cross-sprint work.

Board interactions improved across the surface. Backlog sections gained quick-capture buttons at the top and bottom of each project group. Card kebab menus expose quick actions for assignees, moving cards, and adding to boards. Attachments now push directly to linked tasks, and reminder chips expanded to two lines showing source task context.

The notes editor upgraded to rich text with inline image support and a shared lightbox for viewing attachments. Task completion triggers a dropdown menu for adding follow-ups rather than showing a toast. Project creation moved inline throughout the interface, letting users stage draft projects from pickers and commit them on submit.

#Synapse

Major flow design work advanced across the application. The invitation flow merged claim and RSVP paths into a single unified experience, with onboarding forked as an entry variant. Delegation flow branched on actor type, and the day-of flow mapped the event-day arc for staff-scanned scenarios.

Consent handling shifted to a layered model that unbundles cross-engagement reuse preferences. The profile flow transitioned from wizard to durable surface. A new storyboard view at /flows surfaces all interaction sequences, and card recipes on the design page demonstrate eight compositions of the primitive components.

#Adpharm Skills

Two new reference skills joined the library. The product-tracking skill packages the Accoil methodology for deciding what to track and why, covering event naming, taxonomy design, and B2B account modeling. The silo-analytics skill provides comprehensive SDK documentation generated from the upstream docs repository through a new docs-engine pipeline.

Auto-generated reference skills from canonical documentation sources

via docs-engine