Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.78 KB

File metadata and controls

42 lines (34 loc) · 1.78 KB
title Showcase
description Overview of the showcase package and the docs-as-metadata feature it demonstrates.

Showcase

The living conformance fixture for the ObjectStack protocol: every field type, view type, chart type, report type, and action location appears at least once, and the coverage test fails when the platform gains a feature this package does not yet demonstrate.

This manual itself demonstrates one of those features — package docs as metadata (ADR-0046). Every Markdown file in the flat src/docs/ directory compiles into a doc metadata item at build time, ships inside the package artifact, and renders in the console at /docs/<name>.

For the authoring rules this page must itself obey, see the documentation guide — or jump straight to its cross-reference section.

Guided tour

One walkthrough per protocol domain, mirroring the src/ layout:

  • Data — objects, fields, validations, hooks, seed, extensions, the analytics cube
  • UI — apps, views, pages, dashboards, reports, datasets, actions, themes, portals
  • Automation — flows & approvals, jobs, webhooks, connectors
  • System — datasources & federation, i18n, email, docs-as-metadata, custom endpoints
  • Security — roles, permission sets, profile, sharing, row-level security

AI (agent / tool / skill) is the sixth protocol domain and is deliberately absent here: agents are platform-owned (ADR-0063) and the open framework exposes AI via MCP only. The coverage manifest records the waiver — see framework#2610.