Every capability, with the receipts.
Squilla isn't a wishlist. Each feature here is wired into the kernel or a built-in extension whose source you can read on GitHub. The list is short on purpose.
Content
4 featuresCustom post types via MCP or Tengo. JSONB storage, GIN-indexed.
metadata-onlyDrafts, publishes, and per-field history with restore.
field-levelHierarchical and flat. Term metadata. Faceted query API.
JSON facetsTree menus with deep-link tracking and route validation.
route-awareEditor
4 featuresServer-driven UI. Boot manifest, layout trees, SSE updates.
no client routingRenders the actual layout tree, not an iframe simulation.
real DOMFine-grained capability strings; per-extension required set.
server-enforcedAuthor content blocks in JSON + Go template. Live preview built in.
JSON-definedAI
4 featuresstdio + http. ~50 tools across 15 domains. core.guide meta-tool.
~50 toolssquilla://guidelines/themes, …/extensions for agent self-onboarding.
self-describingcore.guide returns goal-to-tool decision trees plus current CMS state.
state-awarePer-tool capability declarations enforced server-side; no override.
fine-grainedPerformance
4 featuresHot-swapped maps. Reads never block. No lock contention.
lock-freeLayout tree compiled at activation, not request time.
0ms lookuppgxpool, sized to saturate under load. Per-tenant scoping.
pgxpoolSingle-digit ms kernel work targeted; regressions reviewed.
single-digit