iiRecord
Agentic AI Atlas · Reusable Atlas Views
page:viewsa5c.ai
II.
Page reference

page:views

Reading · 1 min

Reusable Atlas Views reference

Reusable views are wiki-backed projections that render graph records with a named UI template instead of plain markdown alone.

Pagewiki/views/README.mdOutgoing · 8Incoming · 1

Reusable Atlas Views

Reusable views are wiki-backed projections that render graph records with a named UI template instead of plain markdown alone.

The first supported template is the service-tower view learned from the a5c Service Tower static page. It keeps the original idea of a stacked isometric building, but makes the floors, rooms, service lines, and record links configurable from wiki frontmatter.

Available examples

PageProjection
`service-tower.md`A broad Atlas catalog tower across schema, stack, and operations records.
`agent-stack-tower.md`A tower focused on the universal agentic stack and runtime implementations.
`quality-tower.md`A tower focused on claims, evidence, CI surfaces, workflows, and quality records.
`library-tower.md`A tower focused on generated process-library assets.

Template contract

Add this frontmatter to a wiki page:

yaml
reusableView:
  type: service-tower
  options:
    title: "My Tower"
    subtitle: "What this projection explains"
    floors:
      - id: "floor-id"
        label: "FLOOR LABEL"
        subtitle: "What the floor groups"
        rooms:
          - id: "room-id"
            label: "Room label"
            color: "#D4A84B"
            query:
              kind: "Workflow"
              cluster: "workflows"
              limit: 8

Rooms can query by kind, cluster, free-text search, or explicit ids. Each room becomes a graph-backed catalog chamber with record links and service-line summaries.