This repository is the authoritative index of AMWA **Increments (IN-xxx) **
and the automation that mints new AMWA-TV/in-NNN repositories from the
in-template template.
- Either:
- Open a New Issue and pick “Propose new AMWA Increment (IN-xxx)” — fill in the form and a bot will open the PR for you and close the issue; or
- Open a PR by hand that adds a single file under
proposals/, e.g.proposals/my-topic.yml. You do not pick the number in either case.
- Two members of
@AMWA-TV/jt-dmf-in-adminmust approve the PR (enforced viaCODEOWNERS+ branch protection). - On merge to
main, the mint workflow:- allocates the next unused number (monotonic; never re-used, never back-filled),
- creates
AMWA-TV/in-NNNfromAMWA-TV/in-template, - patches
README.md,spec.yml,zensical.toml, anddocs/Overview.mdin the new repo, - copies the
SSH_*upload secrets from this repo into the new one, - records the entry in
index.ymland regenerates the index table below, - deletes the merged proposal file.
See CONTRIBUTING.md for the proposal file schema and
the full workflow.
| Number | Title | Repo | Status |
|---|---|---|---|
| IN-001 | API Requirements – Control of MXL v1.0 | AMWA-TV/in-001 |
active |
| IN-002 | Time and Identity in the Dynamic Media Facility | AMWA-TV/in-002 |
active |
| IN-003 | Compute Resource Management Manifest and Examples | AMWA-TV/in-003 |
active |
- This repository requires a GitHub App to be installed on the
AMWA-TVorganisation with the permissions listed indocs/github-app-setup.md, and its App ID and private key stored as the repo secretsMINTER_APP_IDandMINTER_APP_PRIVATE_KEY. - The four
SSH_*upload secrets used by theDocumentationworkflow in eachin-NNNrepo are also stored on this repo, so they can be replicated into freshly-minted repos.