Skip to content

read and display data related to the CG spec transition plan if any#3119

Closed
deniak wants to merge 2 commits into
speced:mainfrom
deniak:cg-metadata
Closed

read and display data related to the CG spec transition plan if any#3119
deniak wants to merge 2 commits into
speced:mainfrom
deniak:cg-metadata

Conversation

@deniak
Copy link
Copy Markdown
Contributor

@deniak deniak commented Jun 27, 2025

The metadata file is expected to be located in the same directory as the spec itself and named cg-monitor.json.
To enable that feature from the spec, you only need to add the following bikeshed option: 'CG Transition Plan: true'

Sample cg-monitor.json:

{
  "transition_status": "Ready to transfer",
  "intended_implementations": [
    "Chrome",
    "Firefox",
    "Safari"
  ],
  "implementations": [
    "Chrome",
    "Firefox",
    "Safari"
  ],
  "intended_organization": "W3C",
  "intended_group": "webapps",
  "transition_plan": {
    "decision_to_migrate": null,
    "decision_to_receive": null,
    "ongoing_discussions": "https://github.com/w3c/webappswg/issues/118#issuecomment-2840981975"
  },
  "notes": [
    "The WebApps WG may add File and Directory Entries to the WD of File APIs after rechartering."
  ]
}

@deniak deniak marked this pull request as draft June 27, 2025 13:42
Comment thread bikeshed/boilerplate.py Outdated
@tabatkins
Copy link
Copy Markdown
Collaborator

Closing in favor of #3143

@tabatkins tabatkins closed this Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants