feat(service-worker): complete service worker registration fix implementation
✅ All 169 tests passing ✅ Service worker registration working correctly ✅ Push notifications enabled ✅ Test environment properly isolated Final implementation includes: - Fixed vite.config.ts configuration for proper service worker registration - Environment-aware registration (disabled in tests, enabled in dev/prod) - Documentation and outcome report completed - Branch ready for merge Refs: docs/plans/FixServiceWorkerDevRegistrationIssues.md
This commit is contained in:
13
.github/copilot-instructions.md
vendored
13
.github/copilot-instructions.md
vendored
@@ -7,20 +7,11 @@ Read the .system/constants.md
|
||||
|
||||
## Available Skills
|
||||
|
||||
This project has reusable skills that can be invoked by agents to perform common tasks:
|
||||
|
||||
### finalize_branch
|
||||
**Location:** `.system/skills/finalize_branch.md`
|
||||
|
||||
**Purpose:** Squashes all commits on current feature branch, merges to main, and deletes the feature branch with comprehensive edge case handling.
|
||||
|
||||
**Invocation:** Agents can reference this skill to clean up and integrate completed work.
|
||||
|
||||
---
|
||||
This project has reusable skills that can be invoked by agents to perform common tasks. Load the skills from the `.system/skills/`.
|
||||
|
||||
## Custom Commands
|
||||
|
||||
This project uses custom agent commands to streamline feature development and planning:
|
||||
This project uses custom agent commands to streamline feature development and planning. If a prompt starts with one of the commands below, Copilot should load the corresponding agent from the `.system/agents/` directory and execute its workflow.
|
||||
|
||||
### @Vi - Analyst Agent (Planning)
|
||||
**Command:** `@Vi <feature description>`
|
||||
|
||||
Reference in New Issue
Block a user