docs: finalize feat_website_walkthrough_guides (PR #448 merged)#449
Conversation
- pipeline_status.md → Implementation Complete + Release: mvp2 marker - implementation_plan.md status → Complete (PR #448, squash 3693225) - state.md: prepend PR #448 merge one-liner, refresh branch/focus context - move planned_features/02_mvp2/feat_website_walkthrough_guides → implemented_features/2026_06_04_website_walkthrough_guides/ (flat, date-prefixed) - dashboards + public roadmap regenerated by the pre-commit hook Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: SoundMindsAI <eric.starr@soundminds.ai>
There was a problem hiding this comment.
Code Review
This pull request updates the project's dashboards, roadmap, and state documentation to mark the feat_website_walkthrough_guides feature as completed. However, a critical issue was identified where the feature's folder name is missing the required feat_ prefix. This omission causes the automated dashboard generator to fail to recognize the feature as completed, resulting in incorrect metrics and omissions across the generated documentation files. Renaming the folder to include the prefix and regenerating the dashboards is required to resolve this issue.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - Status: Complete | ||
| - Date: 2026-06-04 | ||
| - PR: #448 (squash-merged `36932256`) |
There was a problem hiding this comment.
⚠️ Critical Dashboard/Roadmap Generation Issue: Missing feat_ Prefix in Folder Name
The feature folder was renamed to implemented_features/2026_06_04_website_walkthrough_guides/ instead of implemented_features/2026_06_04_feat_website_walkthrough_guides/ (missing the feat_ prefix).
Because of this missing prefix, the dashboard generator script (scripts/build_public_roadmap.py / make dashboard) does not recognize it as a completed feature. This has caused several silent failures in the generated files in this PR:
- Roadmap Omission: The feature is completely missing from the "Done" list in
website/docs/roadmap.md. - Dashboard Omission: It is missing from the "Done" list in
MVP2_DASHBOARD.mdandmvp2_dashboard.html. - Incorrect Metrics: The completed features count remains at
18instead of incrementing to19, and the total specced features count incorrectly decreased from28to27instead of remaining at28.
To resolve this and restore correct metrics and roadmap generation, please rename the folder to:
docs/00_overview/implemented_features/2026_06_04_feat_website_walkthrough_guides/
And then re-run the dashboard regeneration hook/script.
Summary
Post-merge finalization for #448 (
feat_website_walkthrough_guides, squash-merged36932256).pipeline_status.md→ Implementation Complete +Release: mvp2markerimplementation_plan.mdstatus → Complete (PR feat(website): walkthrough guides on relyloop.com (feat_website_walkthrough_guides) #448)state.md— prepended the PR feat(website): walkthrough guides on relyloop.com (feat_website_walkthrough_guides) #448 merge one-liner (dropped the oldest from "Last 5 merges"), refreshed branch/focus context to reflect the mergeplanned_features/02_mvp2/feat_website_walkthrough_guides→implemented_features/2026_06_04_website_walkthrough_guides/(flat, date-prefixed)DASHBOARD.md/MVP2_DASHBOARD.md/*.html) + public roadmap regenerated by themvp1-dashboard-regenpre-commit hookDocs-only — no code changes.
Test plan
🤖 Generated with Claude Code