- Update roadmap milestones and phase docs across multiple phases - Update plan, code-review, create-roadmap, update-roadmap, finalize-task-routing skills - Update dev-corp-runtime-deploy, dev-runtime-deploy, orchestrate-agent-task-loop skills - Refactor agent-task-loop dispatch script - Add streamgate Go package (commit_boundary, evidence_tail, filter_registry, stream_release) - Add test inventory files (dev, dev-corp, unified) - Update test smoke tests and rules for dev/dev-corp - Update docs/edge-local-dev-guide and e2e scripts - Update inventory-query Go package - Remove deprecated templates and inventory.yaml files - Add orchestrate-agent-task-loop tests
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
inventory_id: inventory
|
|
schema_version: 1
|
|
last_updated_at: "2026-07-24"
|
|
|
|
scope:
|
|
type: shared_manifest
|
|
description: Common inventory routing and ownership shared by dev and dev-corp.
|
|
|
|
environments:
|
|
dev:
|
|
inventory_id: inventory-dev
|
|
path: agent-test/inventory-dev.yaml
|
|
selection: default
|
|
dev-corp:
|
|
inventory_id: inventory-dev-corp
|
|
path: agent-test/inventory-dev-corp.yaml
|
|
selection: explicit_only
|
|
|
|
ownership:
|
|
common:
|
|
- inventory document routing
|
|
- environment selection policy
|
|
- shared secret handling policy
|
|
environment:
|
|
- runner and workspace
|
|
- compose and port mapping
|
|
- Edge and Node endpoints
|
|
- model and provider mapping
|
|
- runtime arguments and observed evidence
|
|
|
|
policy:
|
|
default_environment: dev
|
|
explicit_environment_selection:
|
|
- dev-corp
|
|
environment_fallback: forbidden
|
|
secret_values_tracked: false
|
|
private_connection_metadata:
|
|
ssh_user_and_private_ip_allowed_when_required: true
|
|
token_api_key_and_private_credential_allowed: false
|
|
source_of_truth:
|
|
common: agent-test/inventory.yaml
|
|
dev: agent-test/inventory-dev.yaml
|
|
dev-corp: agent-test/inventory-dev-corp.yaml
|