Skip to content

AI Quick Start

Open Valla Index in your preferred AI client.

Feature Map

Index combines human-readable documentation with machine-readable structure so repository intelligence can survive handoffs, audits, and agent sessions.

SurfaceWhat it doesStart here
Management contractDefines ownership, approved content roots, registries, lifecycle, and enabled interfaces.index.json
DocumentationProvides VitePress pages, local search, and LLM-readable exports.docs/index.md
Repository registryTracks repositories with ownership, purpose, status, tags, and start-here files.repos/index.yaml
Workspace metadataCaptures clients, projects, contacts, communications, next actions, and evidence.schemas/workspace.schema.json
ValidationChecks the index contract, workspace records, references, dates, enums, and suspicious secret-like keys.scripts/validate-index.mjs, scripts/validate-workspaces.mjs
MCP serverExposes approved docs and repository entries as read-only resources and search tools.mcp/src/
Slack mentionsApplies a deny-by-default channel policy to the same read-only search service.docs/slack.md, slack/access-policy.json
Prompt libraryProvides investigation, build, rescue, and handoff prompts.prompts/core-prompts.md
Project hygieneProvides contribution guidance, CI validation, and repeatable checks.CONTRIBUTING.md, .github/, Makefile

Operating Model

  • Keep credentials and local state out of source control.
  • Record confirmed facts separately from assumptions and open questions.
  • Cite repository-relative evidence paths.
  • Validate changes before humans or agents rely on them.
  • Keep MCP and Slack behavior read-only unless a separate reviewed capability explicitly requires mutation.

Private Valla project memory maintained by Baker Street.