Profile Reference
Generated from
generator/profiles/*.ymlbynpm run docs:generate.
Profiles select the default workspace shape for create-index. Use explicit flags when you need to override profile defaults for a specific run.
Profile Matrix
| Profile | Description | Visibility | Repo type | Features |
|---|---|---|---|---|
automation-workspace | Automation runbook workspace for recurring agent and script operations | internal | internal | docs, workspaces, automation-runbooks, ai-evals |
client-workspace | Private client delivery and repository intelligence workspace | private | client | docs, repo-registry, workspaces, automation-runbooks, ai-evals |
company-brain | Starter template for a company digital brain: decisions, systems, people, workflows, and evidence trails | private | internal | docs, repo-registry, workspaces, automation-runbooks, ai-evals, mcp, company-brain |
public-template | Public reusable index template | public | reference | docs, repo-registry, workspaces, ai-evals, mcp |
repo-intelligence | Repository intelligence workspace for mapping codebases and evidence trails | internal | repo | docs, repo-registry, workspaces, mcp |
Feature Glossary
| Feature | Description |
|---|---|
docs | VitePress documentation, preview, validation, and LLM-readable output. |
repo-registry | Repository inventory with ownership, stack, status, tags, and start-here files. |
workspaces | Structured workspace records, schemas, people records, and validation. |
automation-runbooks | Runbook templates for recurring agent and script operations. |
ai-evals | Smoke tests and fixtures for retrieval, tool, prompt, and output-format changes. |
company-brain | Operating model, roadmap, intake prompt, and digital-brain map template. |
mcp | Read-only MCP starter files for exposing approved context to agents. |
Automation Workspace
Automation runbook workspace for recurring agent and script operations
| Field | Value |
|---|---|
| Source | generator/profiles/automation-workspace.yml |
| Visibility | internal |
| Repository type | internal |
| Workspace type | internal |
| Workspace status | active |
Included Features
docs: VitePress documentation, preview, validation, and LLM-readable output.workspaces: Structured workspace records, schemas, people records, and validation.automation-runbooks: Runbook templates for recurring agent and script operations.ai-evals: Smoke tests and fixtures for retrieval, tool, prompt, and output-format changes.
Recommended First Check
npm run docs:build after dependency install.
Client Workspace
Private client delivery and repository intelligence workspace
| Field | Value |
|---|---|
| Source | generator/profiles/client-workspace.yml |
| Visibility | private |
| Repository type | client |
| Workspace type | client |
| Workspace status | active |
Included Features
docs: VitePress documentation, preview, validation, and LLM-readable output.repo-registry: Repository inventory with ownership, stack, status, tags, and start-here files.workspaces: Structured workspace records, schemas, people records, and validation.automation-runbooks: Runbook templates for recurring agent and script operations.ai-evals: Smoke tests and fixtures for retrieval, tool, prompt, and output-format changes.
Recommended First Check
npm run docs:build after dependency install.
Company Brain
Starter template for a company digital brain: decisions, systems, people, workflows, and evidence trails
| Field | Value |
|---|---|
| Source | generator/profiles/company-brain.yml |
| Visibility | private |
| Repository type | internal |
| Workspace type | internal |
| Workspace status | active |
Included Features
docs: VitePress documentation, preview, validation, and LLM-readable output.repo-registry: Repository inventory with ownership, stack, status, tags, and start-here files.workspaces: Structured workspace records, schemas, people records, and validation.automation-runbooks: Runbook templates for recurring agent and script operations.ai-evals: Smoke tests and fixtures for retrieval, tool, prompt, and output-format changes.mcp: Read-only MCP starter files for exposing approved context to agents.company-brain: Operating model, roadmap, intake prompt, and digital-brain map template.
Recommended First Check
npm run mcp:check after dependency install, then npm run docs:build.
Public Template
Public reusable index template
| Field | Value |
|---|---|
| Source | generator/profiles/public-template.yml |
| Visibility | public |
| Repository type | reference |
| Workspace type | reference |
| Workspace status | reference |
Included Features
docs: VitePress documentation, preview, validation, and LLM-readable output.repo-registry: Repository inventory with ownership, stack, status, tags, and start-here files.workspaces: Structured workspace records, schemas, people records, and validation.ai-evals: Smoke tests and fixtures for retrieval, tool, prompt, and output-format changes.mcp: Read-only MCP starter files for exposing approved context to agents.
Recommended First Check
npm run mcp:check after dependency install, then npm run docs:build.
Repo Intelligence
Repository intelligence workspace for mapping codebases and evidence trails
| Field | Value |
|---|---|
| Source | generator/profiles/repo-intelligence.yml |
| Visibility | internal |
| Repository type | repo |
| Workspace type | repo |
| Workspace status | active |
Included Features
docs: VitePress documentation, preview, validation, and LLM-readable output.repo-registry: Repository inventory with ownership, stack, status, tags, and start-here files.workspaces: Structured workspace records, schemas, people records, and validation.mcp: Read-only MCP starter files for exposing approved context to agents.
Recommended First Check
npm run mcp:check after dependency install, then npm run docs:build.