generated from coulomb/repo-seed
Backend fabric extension
This commit is contained in:
15
examples/backends/context-package-backend.yaml
Normal file
15
examples/backends/context-package-backend.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
id: local-context-packages
|
||||
kind: context-backend
|
||||
name: Local Context Package Registry
|
||||
version: "1"
|
||||
capabilities:
|
||||
- context_packages
|
||||
- policy
|
||||
- provenance
|
||||
- source_maps
|
||||
storage:
|
||||
engine: filesystem
|
||||
path: .markitect/context
|
||||
policy:
|
||||
mode: labels
|
||||
description: Local manifest for agent-ready context packages.
|
||||
23
examples/backends/local-sqlite-backend.md
Normal file
23
examples/backends/local-sqlite-backend.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Local SQLite Backend
|
||||
|
||||
```yaml markitect-backend
|
||||
id: local-sqlite-cache
|
||||
kind: cache-backend
|
||||
name: Local SQLite Cache
|
||||
version: "1"
|
||||
capabilities:
|
||||
- snapshots
|
||||
- json
|
||||
- jsonpath
|
||||
- fts
|
||||
- sql
|
||||
- provenance
|
||||
- reference_graph
|
||||
- processor_results
|
||||
storage:
|
||||
engine: sqlite
|
||||
path: .markitect/cache/index.sqlite
|
||||
policy:
|
||||
mode: labels
|
||||
description: Local backend manifest for future snapshot and index work.
|
||||
```
|
||||
Reference in New Issue
Block a user