> ## Documentation Index
> Fetch the complete documentation index at: https://ahvn.top/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> HeavenBase development roadmap and feature progress.

<Note>
  The architecture optimization pass is complete for its 0.1.2 scope. Remaining items below are future trains, not unresolved issues in the shipped optimization branch.
</Note>

<br />

## 1. Current Baseline

HeavenBase now keeps the public agent-facing surface stable while tightening the internals that support it.

* The required `system` extension owns Catalog, MetaSchema, Capsule, and Toolkit rows.
* The default-loaded `prompt` extension owns Prompt and Translation rows while `hb.Prompt` remains the root API.
* MCP profiles, serializers, toolkit families, storage profiles, and SQL/database dialect metadata are mirrored into `sys-metaschema`.
* Optional `agent`, `memory`, and `database` tools contribute through extension-local toolkit families.
* The default test suite focuses on fast integrity coverage; provider and implementation-detail contracts are opt-in.

<br />

## 2. Near-Term Focus

* Keep registry metadata reloads stable without arbitrary import execution from persisted rows.
* Choose the next train: deeper registry persistence or provider-native execution improvements.
* Keep public docs, Chinese translations, and local architecture references synchronized as code moves.

<br />

## 3. Longer-Term Directions

* Full registry convergence over workspace-owned metadata rows.
* Row-data export/import with explicit restore semantics.
* Aggregation operators such as count, min, max, and average through the handler model.
* Parallel query snapshots and richer cross-backend merge policy controls.

<br />

## Further Exploration

<Tip>
  **Related resources:**

  * [Contributing](/community/contributing) - How to contribute
  * [Architecture](/introduction/architecture) - Current layer model
  * [MCP toolkit reference](/reference/mcp-toolkit) - Profiles, families, and metadata rows
</Tip>

<br />
