Release Readiness and Test Gate
-This page exists to keep the public docs honest.6.0 is internal development, not production-ready.## What is green todayThis audit verified the ECS build lane:bashdotnet build cs/Core/ECS/GridPlacement.ECS.csproj --nologo -v minimalThat command is the only currently verified green lane from this docs pass.## What the workflow suite is intended to proveThe focused workflow coverage suite is still the right target for proving:- placement start, validation, and execution- occupancy updates after placement- move preview updates- rotate and flip during manipulation- confirm-move finalization- demolition and cleanup behavior## What is still blockedThe focused workflow coverage suite is currently broken on the audited branch.The current failures include drift around legacy query APIs and system update signatures, so it should not be described as green until those tests pass again.The historical all-in-one core test project is also still broken.That is a major reason the public docs should not describe 6.0 as fully production-ready yet.## Public documentation ruleIf a page claims that 6.0 is stable, scalable, or ready for broad use, it should be able to point back to:- the currently green ECS build command- the current workflow coverage statusIf a claim cannot be supported by those sources, it should be softened or removed.## Recommended release gate for docs consumersBefore you trust a 6.0 integration slice, do at least this:1. build the ECS runtime lane2. run the workflow coverage test lane and treat failures as release blockers3. review the current release-readiness guide for current blockersThat is the minimal honest gate the public docs can support right now. Today, only the ECS build lane is verified green from this audit.