Skip to content

Commit e300256

Browse files
docs: extract TESTING.md and compress CHANGELOG (#400)
- New TESTING.md gathers unit / selftest / E2E commands, NativeAOT publish steps, and the unit+selftest coverage workflow that were previously duplicated in CONTRIBUTING.md. - CONTRIBUTING.md keeps a short quick-reference and links to TESTING.md. - AGENTS.md gains a one-line pointer to TESTING.md. - CHANGELOG.md compressed 1380 -> 179 lines: one paragraph per significant initiative (specs 033 / 034 / 036 / 038 / 039 / 042 / 045), per-task implementation detail rolled up. Contributor conventions now call out "focus on significant/breaking changes" explicitly. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5abbc1d commit e300256

4 files changed

Lines changed: 321 additions & 1497 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ dotnet test tests/Reactor.AppTests --filter "ClassName=Reactor.AppTests.Tests.Ac
2929

3030
CI runs unit tests + selftests + full solution build on every PR. .NET 10 SDK, `windows-latest` runner.
3131

32+
Full testing guide — tier selection, NativeAOT runs, code coverage — in [`TESTING.md`](TESTING.md).
33+
3234
## Architecture
3335

3436
### Virtual DOM model

0 commit comments

Comments
 (0)