Add architecture docs and fork maintenance strategy (#6)
Some checks failed
Build / Calculate version information (push) Successful in 13s
Build / build_and_upload (push) Failing after 0s
Build / build_images (push) Failing after 0s
Close stale issues / stale (push) Successful in 15s

Document channel architecture, M3U/XMLTV integration with Jellyfin,
and fork maintenance strategy for the archived upstream. Also includes
CLAUDE.md updates for implementer workflow and project boundaries.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-17 22:42:07 +01:00
parent 5034941a79
commit f1e97b94a7
5 changed files with 292 additions and 1 deletions

View File

@@ -48,7 +48,9 @@
"--source", "https://api.nuget.org/v3/index.json",
"--yes"
],
"env": {}
"env": {
"DOTNET_ROOT": "/usr/local/share/dotnet"
}
}
}
}