Per-project context/repo/docs are injected into the triage prompt and exposed via the tesks_project_context MCP tool, and the project's github_repo is now merged into the GitHub code-search scope.
The docs_url is currently only passed as a link — NOT fetched or summarized. Wire a fetch+summarize step so docs content actually informs triage:
--- Activation prerequisite --- The GitHub code-search path (and therefore the per-project repo scoping added in 8705607) is dormant until a token is configured. To turn it on:
development/tesks-secrets Secret (key GITHUB_TOKEN; optionally GITHUB_REPOS as a comma-separated fallback list)Follow-up to the project-context feature (V5/V6).