{
	"version": 1,
	"description": "Machine-readable priority profile catalog describing how agents should select a preferred AgentVerus asset path for a given role, goal, ecosystem, constraints, priorities, and desired outputs.",
	"profiles": [
		{
			"profile": "publisher-openclaw-fast-launch",
			"role": "publisher",
			"goal": "publish_skill",
			"ecosystem": "openclaw",
			"constraints": ["needs_badge_embed", "needs_report_link", "wants_registry_context"],
			"priorities": ["speed_to_publish", "copy_reuse", "trust_signal_depth"],
			"desired_outputs": ["badge_embed", "launch_copy", "report_link", "review_link"],
			"select": {
				"primary": "/resources/negotiation-matrices.json",
				"resolution_strategy": "/resources/resolution-strategies.json",
				"secondary": "/resources/selection-policies.json",
				"router": "/resources/bundle-routers.json",
				"composer": "/resources/bundle-composers.json",
				"preset": "/resources/execution-presets.json",
				"parameterized_bundle": "/resources/parameterized-bundles.json"
			}
		},
		{
			"profile": "operator-github-marketplace-listing-depth",
			"role": "operator",
			"goal": "operate_listing",
			"ecosystem": "github-marketplace",
			"constraints": ["needs_listing_copy", "needs_badge_embed", "needs_review_context"],
			"priorities": ["listing_clarity", "trust_signal_depth", "low_setup_overhead"],
			"desired_outputs": ["listing_boilerplate", "badge_embed", "report_link", "registry_link"],
			"select": {
				"primary": "/resources/negotiation-matrices.json",
				"resolution_strategy": "/resources/resolution-strategies.json",
				"secondary": "/resources/selection-policies.json",
				"router": "/resources/bundle-routers.json",
				"composer": "/resources/bundle-composers.json",
				"preset": "/resources/execution-presets.json",
				"parameterized_bundle": "/resources/parameterized-bundles.json"
			}
		},
		{
			"profile": "operator-github-actions-reliable-ci",
			"role": "operator",
			"goal": "ci_gate",
			"ecosystem": "github-actions",
			"constraints": ["needs_api_key", "needs_json_output", "wants_badge"],
			"priorities": ["pipeline_reliability", "fast_integration", "badge_visibility"],
			"desired_outputs": ["pipeline_step", "badge_embed", "report_link"],
			"select": {
				"primary": "/resources/negotiation-matrices.json",
				"resolution_strategy": "/resources/resolution-strategies.json",
				"secondary": "/resources/selection-policies.json",
				"router": "/resources/bundle-routers.json",
				"composer": "/resources/bundle-composers.json",
				"preset": "/resources/execution-presets.json",
				"parameterized_bundle": "/resources/parameterized-bundles.json"
			}
		},
		{
			"profile": "reviewer-claude-code-accuracy-first",
			"role": "reviewer",
			"goal": "review_after_use",
			"ecosystem": "claude-code",
			"constraints": ["needs_interaction_log", "needs_review_link", "wants_report_context"],
			"priorities": ["review_accuracy", "context_depth", "low_friction"],
			"desired_outputs": ["review_submission", "report_context", "registry_link"],
			"select": {
				"primary": "/resources/negotiation-matrices.json",
				"resolution_strategy": "/resources/resolution-strategies.json",
				"secondary": "/resources/selection-policies.json",
				"router": "/resources/bundle-routers.json",
				"composer": "/resources/bundle-composers.json",
				"preset": "/resources/execution-presets.json",
				"parameterized_bundle": "/resources/parameterized-bundles.json"
			}
		}
	]
}
