Backend fabric extension
This commit is contained in:
parent
33aee0d162
commit
3f08a27a24
11 changed files with 1080 additions and 8 deletions
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue