Fix YAML frontmatter: quote task names containing colons

This commit is contained in:
2026-05-08 05:59:20 +00:00
parent 1306716897
commit dc8a19c659
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
--- ---
id: worker-adapter-rd id: worker-adapter-rd
name: R&D on Worker adapter: Node vs Web Worker API differences name: "R&D on Worker adapter: Node vs Web Worker API differences"
status: pending status: pending
depends_on: [review-core-and-redis] depends_on: [review-core-and-redis]
scope: narrow scope: narrow

View File

@@ -1,6 +1,6 @@
--- ---
id: integration-test-pubsub-with-redis id: integration-test-pubsub-with-redis
name: Integration test: createPubSub with Redis event target name: "Integration test: createPubSub with Redis event target"
status: pending status: pending
depends_on: [redis-adapter-tests, core-pubsub-tests] depends_on: [redis-adapter-tests, core-pubsub-tests]
scope: narrow scope: narrow

View File

@@ -1,6 +1,6 @@
--- ---
id: integration-test-ws-client-server id: integration-test-ws-client-server
name: Integration test: WebSocket client and server event targets together name: "Integration test: WebSocket client and server event targets together"
status: pending status: pending
depends_on: [websocket-client-tests, websocket-server-tests] depends_on: [websocket-client-tests, websocket-server-tests]
scope: moderate scope: moderate

View File

@@ -1,6 +1,6 @@
--- ---
id: final-review-and-ci-validation id: final-review-and-ci-validation
name: Final review: full test suite, build, and CI readiness name: "Final review: full test suite, build, and CI readiness"
status: pending status: pending
depends_on: [review-worker-adapter, integration-test-ws-client-server] depends_on: [review-worker-adapter, integration-test-ws-client-server]
scope: moderate scope: moderate