> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Enablement Overview

> Repository-level AI support, guardrails, and workflow model

# AI enablement

This starter ships a structured AI workflow that keeps changes deterministic and reviewable.

## Goals

* Make repository context legible for planner and implementer agents
* Keep edits bounded by architecture and package contracts
* Enforce one canonical completion command for all workflows
* Keep generated changes patch-first and auditable

## Core assets

* `.ai/README.md` for workflow behavior
* `.ai/repo-map.md` for ownership and edit boundaries
* `.ai/conventions.md` for coding and architecture constraints
* `.ai/commands.md` for dev and verification commands
* `.ai/tasks/templates/*` for strict task specifications

## Verification gate

Use the same completion command for manual and agent workflows:

```sh theme={null}
bun run verify
```

## Related guides

* [Agent Runner](/ai/agent-runner)
* [Task Specs](/ai/task-specs)
