Commit 63b1dcf
Correct and extend AGENTS.md
The React boundary verification snippet chained `cd test/react/<version>`
into the jest run, so jest resolved `--config
./scripts/jest/config.src.js` against the version directory, which holds
only `package.json` and `node_modules`. It failed with "Can't find a root
directory while resolving a config file path". `scripts/test-react.js`
scopes only the install to that directory and runs jest from the repo
root, which is what `config.src.js` needs: it sets `rootDir` to the
current working directory and `roots` to `<rootDir>/test`. The install
now runs in a subshell so the jest line keeps the repo root. Checked
against 16.14 and 17.0, 26 tests passing on each.
Three gaps alongside it.
Nothing recorded how a release triggers. `release.yml` runs on a Monday
cron against master with no content gate, and `tanem-scripts release`
throws on unlabelled and multi-labelled PRs while deriving the bump from
the labels it finds. An agent opening an unlabelled PR breaks the next
release with no local signal that it did.
MIGRATION.md appeared only in a list of docs to keep current, so the rule
that a breaking change earns an entry was left to inference. It now sits
under Versioning, next to the semver rule it follows from.
The coverage requirement read as machine-enforced. `config.src.js` sets
no `coverageThreshold` and `codecov.yml` turns patch status off, so a
drop below 100% fails nothing and has to be read off the report.
`roadmap/` stays undocumented here: it is excluded via
`.git/info/exclude` and is not present in a fresh clone.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent b5855a7 commit 63b1dcf
1 file changed
Lines changed: 25 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | | - | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
| |||
152 | 159 | | |
153 | 160 | | |
154 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
155 | 176 | | |
156 | 177 | | |
157 | 178 | | |
| |||
0 commit comments