feature: Phase 23 Track A — env-gated /robots.txt + /sitemap.xml public crawl endpoints

This commit is contained in:
daniel-c-harvey
2026-06-23 07:23:42 -04:00
parent 9a4b79d377
commit 5f4807cc4a
6 changed files with 432 additions and 0 deletions
+3
View File
@@ -40,6 +40,9 @@
The queue is pure domain logic, unit-testable against a fake IStreamingPlayerService
with no browser/JS. -->
<ProjectReference Include="..\DeepDrftPublic.Client\DeepDrftPublic.Client.csproj" />
<!-- Referenced for the Phase 23 crawl-directive builders (RobotsTxt / SitemapXml) — pure
string/XML composition over the env flag and release DTOs, unit-testable without HTTP. -->
<ProjectReference Include="..\DeepDrftPublic\DeepDrftPublic.csproj" />
</ItemGroup>
</Project>