Manifest Link
Use the manifest to point to the knowledge bundle:knowledge: true means the default root is knowledge/index.md. Use a string
when the root differs:
Required File
Every bundle starts withknowledge/index.md:
Category Files
Use category files only when the app uses that category.| File | Purpose |
|---|---|
resources.md | One-page summary of all TinyCloud data surfaces. |
sql.md | SQLite databases, tables, schema notes, and mutation rules. |
kv.md | KV prefixes, value shapes, and lifecycle rules. |
secrets.md | Secret references, consumers, rotation, and failure behavior. |
operations.md | Install, migration, repair, and agent operating notes. |
sql.md. Use sql/index.md only when the
app has multiple independent databases or a large schema.
For schema setup, document the migration path and required ddl capability. See
SQL Schema and Migrations.