Vous ne pouvez pas sélectionner plus de 25 sujetsLes noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
SPEC-004 vendored RouteKit into the repo, configured IIS Express, ran real
migrations, and executed the full aspunit suite (26/26 passing against a
live running site) to prove the TDD/Design-by-Contract/MVC/QA rules actually
hold up against real code, not just documentation specs. It also fixed a
real IIS Express multi-site startup bug and excluded leftover domain-specific
artifacts found in the "generic" upstream starter.
SPEC-005 reverted the vendored application once that was proven: DevFoundry
is meant to stay a reusable process template, not host one project's live
app instance. The reusable findings (leftover-artifact risk when vendoring,
IIS Express one-process-per-site requirement) stayed in
asp-classic-framework.md; environments.md reverted to blank placeholders;
README/CLAUDE.md gained a note to keep this repo application-code-free.
Both retrospectives are logged in improvement-log.md (reference-gap,
interview-gap) with the friction tally updated accordingly.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>