feat: strengthen portability semantics

This commit is contained in:
yaojingang
2026-04-01 09:55:55 +08:00
parent 50d4405e97
commit 78e07b7aa8
25 changed files with 552 additions and 27 deletions
+14
View File
@@ -28,6 +28,20 @@ compatibility:
- "openai"
- "claude"
- "generic"
activation:
mode: "manual"
paths: []
execution:
context: "inline"
shell: "bash"
trust:
source_tier: "local"
remote_inline_execution: "forbid"
remote_metadata_policy: "allow-metadata-only"
degradation:
openai: "metadata-adapter"
claude: "neutral-source-plus-adapter"
generic: "neutral-source"
"""