Skip to content

docs: fix stale doc references#18

Merged
goanpeca merged 2 commits into
mainfrom
fix/issue-16-stale-doc-references
Jun 25, 2026
Merged

docs: fix stale doc references#18
goanpeca merged 2 commits into
mainfrom
fix/issue-16-stale-doc-references

Conversation

@goanpeca

@goanpeca goanpeca commented Jun 25, 2026

Copy link
Copy Markdown
Member

Summary

  • Added the missing docs/exec-plans/active/ directory so documented active-plan references resolve.
  • Corrected the E2E test placement docs to point to apps/web/e2e/ and its Playwright config.
  • Updated dev workflow checklist references to the current AGENTS.md §9 doc update mapping.
  • Refreshed the affected docs verification dates.

Linked issue

Tests run

  • /Users/gpenacastellanos/miniforge3/condabin/mamba run -n vibe-starter-kit-issue-16 pnpm lint
  • /Users/gpenacastellanos/miniforge3/condabin/mamba run -n vibe-starter-kit-issue-16 sh -lc "test -d docs/exec-plans/active && rg -F 'E2E: \apps/web/e2e/`' docs/dev-workflows.md && ! rg -F 'E2E: project root' AGENTS.md docs/dev-workflows.md"`
  • /Users/gpenacastellanos/miniforge3/condabin/mamba run -n vibe-starter-kit-issue-16 sh -lc "! rg -F 'AGENTS.md §8' docs/dev-workflows.md && rg -F 'AGENTS.md §9' docs/dev-workflows.md"
  • git diff --check

Follow-up notes

  • None.

@goanpeca goanpeca added the B2 Example SampleApps team (quality-keeper routing): discoverability, stale-doc, sample-app code findings label Jun 25, 2026
@goanpeca goanpeca self-assigned this Jun 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates repository documentation to eliminate stale references called out in issue #16 by ensuring referenced paths exist and correcting E2E test location guidance.

Changes:

  • Added docs/exec-plans/active/ (via a tracked placeholder file) so “active plan” documentation references resolve.
  • Updated docs/dev-workflows.md to reference the correct AGENTS.md section for doc update mapping and to point E2E placement to apps/web/e2e/ with config in apps/web/playwright.config.ts.
  • Refreshed <!-- last_verified --> headers in affected docs.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/exec-plans/active/.gitkeep Adds a tracked placeholder so the documented docs/exec-plans/active/ path exists in-repo.
docs/dev-workflows.md Fixes section references and corrects E2E test placement/config documentation.
AGENTS.md Updates last_verified to reflect the documentation refresh date.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@goanpeca goanpeca marked this pull request as ready for review June 25, 2026 15:43
@goanpeca goanpeca merged commit a719ee8 into main Jun 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B2 Example SampleApps team (quality-keeper routing): discoverability, stale-doc, sample-app code findings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[quality-keeper] Stale doc references

2 participants