stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -15,7 +15,7 @@ Build deterministic PHP analyzers that normalise composer-based projects, map de
- `docs/modules/scanner/design/surface-fs.md`
- `docs/modules/scanner/design/surface-secrets.md`
- `docs/modules/scanner/design/surface-validation.md`
- `docs/modules/scanner/implementation_plan.md` (language analyzer roadmap)
- `docs-archived/implplan/implementation-plans/scanner-implementation-plan.md` (language analyzer roadmap)
- Composer/autoload references noted in sprint tasks.
## Working Agreement
@@ -25,3 +25,4 @@ Build deterministic PHP analyzers that normalise composer-based projects, map de
4. **SBOM integrity**: generate stable package identifiers, autoload edges, and bin scripts while abstaining from policy decisions.
5. **Testing**: maintain golden fixtures, determinism harness, and regression suites; add new scenarios when behaviour shifts.
6. **Documentation**: update implementation notes or add PHP-specific design addenda when algorithms change; notify Docs Guild if tutorials require refresh.