Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/instructions/general.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,10 @@ applyTo: "**"
- When the user asks "What would you suggest", "what do you recommend", or similar language, provide multiple options with clear explanations but do NOT begin implementation
- Always wait for explicit permission before implementing suggested changes
- Present suggestions as numbered options with pros/cons when applicable

## Dev Server Control Policy

- Do not start, stop, or restart the Astro dev server yourself.
- Do not run workspace dev-server tasks on the user's behalf.
- When dev server state changes are needed, notify the user and ask them to run the relevant command.
- If verification requires a running dev server, state that requirement explicitly and pause until the user confirms server state.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,3 @@ npm run lint # full lint suite
## Tech Stack

Astro, TypeScript, Lit, Tailwind CSS, Turso (libSQL), Sentry, Vercel, Playwright, Vitest, MJML, Workbox, GitHub Actions

test/e2e/specs/11-accessibility/high-contrast-wcag-compliance.spec.ts
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const shouldSuppressRollupWarning = (warning: {
const standardIntegrations = [
/** Astro DB - uses Tursa for backing store in production */
db(),
mdx(markdownConfig),
mdx(),
/** Generate favicons and PWA icons from source SVG */
faviconGenerator(),
/** Verify number of call to actions included in Markdown files */
Expand Down
Loading
Loading