Update audit-docs prompt with how to write directory links#579
Merged
AlexJSully merged 1 commit intomainfrom Mar 21, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates documentation guidance and architecture docs for the portfolio site, while also bumping several frontend/build dependencies (Next.js, Sentry, Firebase, Cypress).
Changes:
- Updated the
audit-docsprompt to require Markdown links to resolve to files (not directories), with guidance for “directory-like” link text. - Refreshed architecture docs (notably App Directory + Configs) to reflect current implementation details and remove a Next.js config snippet.
- Upgraded multiple dependencies and regenerated
package-lock.jsonaccordingly.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Bumps versions for Next.js, Sentry, Firebase, Cypress, and related dev deps. |
package-lock.json |
Lockfile updates corresponding to the dependency upgrades. |
docs/architecture/configs.md |
Removes embedded Next.js config example; keeps links to actual config files. |
docs/architecture/app-directory.md |
Updates documentation around service worker registration and error handling to match current app behavior. |
.github/prompts/audit-docs.prompt.md |
Adds explicit rule that Markdown links must target files, not directories. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.