Skip to content

[WIP] Add docUrl to readiness criteria and render actionable links#103

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-doc-url-to-readiness-criteria
Draft

[WIP] Add docUrl to readiness criteria and render actionable links#103
Copilot wants to merge 2 commits intomainfrom
copilot/add-doc-url-to-readiness-criteria

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

  • Add docUrl? field to ReadinessCriterion and ReadinessCriterionResult types in packages/core/src/services/readiness/types.ts
  • Populate docUrl for all AI-tooling criteria in packages/core/src/services/readiness/criteria.ts (APM, custom-instructions, mcp-config, custom-agents, copilot-skills)
  • Propagate docUrl from criterion definition to result in packages/core/src/services/readiness/index.ts (all 5 result construction sites)
  • Render docUrl links in CLI HTML report (packages/core/src/services/visualReport.ts) — Fix First, AI Tooling Hero, and Pillar Details sections, plus .doc-link CSS
  • Render docUrl links in webapp (webapp/frontend/src/report.js) — Fix First and AI Tooling Hero sections, with isSafeDocUrl URL validation
  • Render docUrl links in webapp Pillar Details section (not yet done)
  • Add/update tests for docUrl propagation (not yet done)
  • Typecheck and full test run (not yet done)

… webapp and CLI HTML report

Agent-Logs-Url: https://github.com/microsoft/agentrc/sessions/1d80b5d3-5d36-4b6e-a6b5-2eabbc99622d

Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Copilot stopped work on behalf of danielmeppiel due to an error April 1, 2026 06:54
Copilot AI requested a review from danielmeppiel April 1, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add docUrl to readiness criteria and render actionable links in webapp

2 participants