diff --git a/crates/policy/testdata/comprehensive.yaml b/crates/policy/testdata/comprehensive.yaml index 16a53c10..2cf2e4e3 100644 --- a/crates/policy/testdata/comprehensive.yaml +++ b/crates/policy/testdata/comprehensive.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Comprehensive policy with all permission types" permissions: diff --git a/crates/policy/testdata/development.yaml b/crates/policy/testdata/development.yaml index efc66e6f..3a7e5148 100644 --- a/crates/policy/testdata/development.yaml +++ b/crates/policy/testdata/development.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Development environment policy with broad permissions" permissions: diff --git a/crates/policy/testdata/docker-privileged.yaml b/crates/policy/testdata/docker-privileged.yaml index 2fa7969e..c54a7eaf 100644 --- a/crates/policy/testdata/docker-privileged.yaml +++ b/crates/policy/testdata/docker-privileged.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Policy with privileged Docker runtime for system administration" permissions: diff --git a/crates/policy/testdata/docker.yaml b/crates/policy/testdata/docker.yaml index c382c13a..e0439599 100644 --- a/crates/policy/testdata/docker.yaml +++ b/crates/policy/testdata/docker.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Permission policy for docker container" permissions: diff --git a/crates/policy/testdata/environment-only.yaml b/crates/policy/testdata/environment-only.yaml index eb897d61..a8073dd5 100644 --- a/crates/policy/testdata/environment-only.yaml +++ b/crates/policy/testdata/environment-only.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Environment-only policy for basic shell access" permissions: diff --git a/crates/policy/testdata/network-only.yaml b/crates/policy/testdata/network-only.yaml index b91fdc45..572fe741 100644 --- a/crates/policy/testdata/network-only.yaml +++ b/crates/policy/testdata/network-only.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Network-only policy for API access" permissions: diff --git a/crates/policy/testdata/restricted.yaml b/crates/policy/testdata/restricted.yaml index 61414811..a4a3136a 100644 --- a/crates/policy/testdata/restricted.yaml +++ b/crates/policy/testdata/restricted.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Highly restricted policy for untrusted code" permissions: diff --git a/crates/policy/testdata/storage-only.yaml b/crates/policy/testdata/storage-only.yaml index 13abf686..6577c9f9 100644 --- a/crates/policy/testdata/storage-only.yaml +++ b/crates/policy/testdata/storage-only.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.1" description: "Storage-only policy for file system access" permissions: diff --git a/crates/policy/testdata/web-service.yaml b/crates/policy/testdata/web-service.yaml index 9aee789c..95b8f450 100644 --- a/crates/policy/testdata/web-service.yaml +++ b/crates/policy/testdata/web-service.yaml @@ -1,5 +1,3 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json - version: "1.0" description: "Web service policy for HTTP server deployment" permissions: