{
	"actionTypeId": "amber.route.test",
	"version": 1,
	"title": "Test route",
	"goal": "Print the ordered stage sequence and gate points for a delivery route without executing anything.",
	"mode": "dry-run",
	"parameters": {
		"routeId": {
			"type": "string",
			"required": true,
			"description": "Route id to inspect (e.g. feature-standard)."
		}
	},
	"submissionCriteria": ["route id exists"],
	"effects": {
		"edits": [],
		"sideEffects": [],
		"rollback": false
	},
	"evidenceRequired": [],
	"timeout": 60,
	"governance": {
		"policy": "governance/policy.md#routes",
		"approver": ["system"],
		"evidence": [],
		"circuitBreaker": false,
		"worktreeIsolation": false
	},
	"execution": {
		"command": "route",
		"subcommand": "test",
		"args": [{ "position": 0, "source": "parameters.routeId" }]
	}
}
