Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'website/**'
- 'README.md'
- 'AGENTS.md'
- 'CHANGELOG.md'
- 'CONTEXT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'website/**'
- 'README.md'
- 'AGENTS.md'
- 'CHANGELOG.md'
- 'CONTEXT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'website/**'
- 'README.md'
- 'AGENTS.md'
- 'CHANGELOG.md'
- 'CONTEXT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'website/**'
- 'README.md'
- 'AGENTS.md'
- 'CHANGELOG.md'
- 'CONTEXT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'website/**'
- 'README.md'
- 'AGENTS.md'
- 'CHANGELOG.md'
- 'CONTEXT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- 'website/**'
- 'README.md'
- 'AGENTS.md'
- 'CHANGELOG.md'
- 'CONTEXT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
Expand Down
944 changes: 0 additions & 944 deletions CHANGELOG.md

This file was deleted.

13 changes: 3 additions & 10 deletions test/ci/root-docs-paths-ignore.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Regression pin for #1781 A9: the six root-level docs files
// (AGENTS.md, CHANGELOG.md, CONTEXT.md, CONTRIBUTING.md, LICENSE, SECURITY.md)
// Regression pin for #1781 A9: the five root-level docs files
// (AGENTS.md, CONTEXT.md, CONTRIBUTING.md, LICENSE, SECURITY.md)
// must stay in the `pull_request` `paths-ignore` list of every workflow that
// also ignores `docs/**`/`website/**`/`README.md` — the four device lanes plus
// `ci.yml` and `size.yml`. Nothing else derives this: `check:gate-manifest`
Expand All @@ -22,14 +22,7 @@ const repoRoot = path.resolve(import.meta.dirname, '../..');

const WORKFLOWS = ['ios.yml', 'android.yml', 'linux.yml', 'macos.yml', 'ci.yml', 'size.yml'];

const ROOT_DOCS = [
'AGENTS.md',
'CHANGELOG.md',
'CONTEXT.md',
'CONTRIBUTING.md',
'LICENSE',
'SECURITY.md',
];
const ROOT_DOCS = ['AGENTS.md', 'CONTEXT.md', 'CONTRIBUTING.md', 'LICENSE', 'SECURITY.md'];

type WorkflowDoc = {
// A bare `on:` key can parse as the boolean key `true` under YAML 1.1
Expand Down
4 changes: 2 additions & 2 deletions website/docs/docs/migrating-gestures.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ flow runs at the speed the `.ad` script ran, rather than picking up Maestro's ow
This is the process a public gesture input follows on its way out, and the bar the next removal has
to clear:

1. **Announce.** The input is documented as deprecated and recorded in `CHANGELOG.md` under
`Unreleased`, together with the replacement.
1. **Announce.** The input is documented as deprecated, and the release notes name the
replacement.
2. **Warn for one minor release.** The input keeps working and normalizes to the replacement, with a
`deprecations` entry in the response so an agent sees the migration while the call still
succeeds.
Expand Down
Loading