Free operator templates, playbooks, and tool comparisons. Browse resources →

[CHANGELOG]

Built in public.
Shipped daily.

Every entry here is hand-written. No git log dumps. If it matters to operators, it gets a story.

Apr 14, 2026PLATFORMDASHBOARD

RBAC closed. Four multi-team gaps sealed in one pass.

Multi-team operators were hitting trust gaps: KPI snapshots mixed cross-team data, roadmap queries weren't scoped, the assertTeamRole bootstrap could be skipped, and standing orders leaked teamId. All four closed. Two-team isolation now verified by a dedicated smoke test — create two teams, two members each, confirm zero cross-contamination.

Apr 14, 2026PLATFORMDASHBOARD

Connector audit: honest labels replace fake-green status.

The connectors page used to show everything green. That was a lie. Real implementation checks now run against Stripe, X, Webflow, GA4, GSC, HubSpot, and Resend — live API calls, not stub returns. Every connector we haven't wired yet is marked explicitly not-wired. You can trust the dashboard now because it stopped pretending.

Apr 13, 2026PLATFORMDASHBOARD

Agent Deployer platform shipped. Nine dashboards. One role.

The Agent Deployer role existed in job descriptions before the platform existed. That gap closed. Nine surfaces live: Customer Context (personas + Loom/Slack captures), Competitive Intel (weekly delta feed), Roadmap (kanban, backlog to shipped), Live KPIs (revenue, evals, cost, sparklines), Skills Registry (reusable agent fragments), Workflow Audit (100x candidate scanner), Teams + RBAC (hierarchy, invites, role enforcement), Evals (pass/fail harness), and Connector Health. Public marketing page at /agent-deployer. Onboarding wizard wired into signup.

AGENT DEPLOYER · SURFACES SHIPPED

✓ /dashboard/context — customer context hub

✓ /dashboard/competitive — competitor intel feed

✓ /dashboard/roadmap — kanban: backlog → shipped

✓ /dashboard/metrics — live KPIs + 30-day sparklines

✓ /dashboard/skills — shared skills registry

✓ /dashboard/workflow-audit — 100× candidate scanner

✓ /dashboard/teams — hierarchy + RBAC

✓ /dashboard/evals — eval harness (run + review)

✓ /dashboard/connectors — health: green / yellow / red

Apr 13, 2026INFRA

Adapter registry + heartbeat. Five agents, one pulse.

Paperclip Wave 12: a registry that knows every adapter by name, version, and last heartbeat. OpenClaw, Hermes, Paperclip, Claude, and the base agent all registered at startup. The heartbeat service pings each one on a 90-second cycle and writes status back to the registry. Wave 13 stacked managed workspace lifecycle on top — execution runs now boot a workspace, do work, and tear down cleanly. Infrastructure that doesn't leak.

Apr 13, 2026INTELLIGENCE

Trust Intelligence Score is live. Three minutes, 7 dimensions.

Port complete from AvatarCzar. The Gemini-powered scoring engine evaluates 7 trust dimensions — credibility signals, social proof density, offer clarity, objection handling, scarcity logic, testimonial specificity, and conversion friction. Output: one composite score, one ranked gap list, one next-action. The /trust-score ads landing page is live with UTM attribution and Meta Pixel infrastructure wired for paid traffic.

Apr 12, 2026ACCELERATOR

Accelerator rewritten. Dream-seller voice, no refund language.

The old accelerator page opened with a guarantee. That was the wrong frame — guarantees signal doubt, and we don't doubt the offer. Rewritten with dream-seller voice: the copy leads with what you wake up to, not what we promise to do. Refund language removed entirely, replaced with selection rigor language — you apply, we decide if it's a fit. The program is the same. The page finally matches it.

Apr 12, 2026PLATFORM

Daily Report. The cadence flipped from Monday to every morning.

Monday Report made sense when the product was a weekly review tool. BossMode is now a daily intelligence layer. The rename isn't cosmetic — every route, every Convex reference, every email subject line, every nav label updated globally. /daily-report sample page live. App-preview link wired. The Monday redirect stays in place so old links don't break.

Apr 11, 2026DOCS

docs.bossmode.ing live. 30 pages of operator reference.

Mintlify standing up docs at a separate subdomain was the right call. Public documentation now lives at docs.bossmode.ing with 30 pages covering platform concepts, API reference, Convex schema, adapter integration, and the Agent Deployer onboarding path. The /docs redirect from the main domain is live. Footer and nav updated. Mintlify deploy workflow added to CI — auto-deploys on push to main.

Apr 10, 2026PLATFORM

Public funnel shifted to local-first. The cloud is the mirror.

The product story changed. BossMode isn't a SaaS you subscribe to — it's a local command center where your agents ARE the company. Cloud sync is the backup, not the primary. Homepage, accelerator, and all public copy updated to reflect the local-first architecture. The CLI lifecycle, local workspace adapter, and desktop-first positioning are now first-class in the funnel.

Apr 9, 2026INFRA

Service boundary refactor. Business logic out of routes.

Wave 11 extracted every piece of business logic that had been living inside API route handlers and moved it into lib/services/. Routes are now thin — they authenticate, call a service, return a response. The services own the logic. This makes the codebase testable without spinning up an HTTP server, and it means agents can call service functions directly without going through the network layer.

WHAT'S NEXT

Active build. Queued. On the horizon. No promises, just what's real.