KB: todo-app

← All workspaces
3775 entries 170 domains 4.39 MB database Last ingest: 2026-03-22 02:00

3775 results — page 74 of 76

Title Domain Type Severity Source Freshness Updated
[Workflow] kodegjennomgang: Oppdrag claude/commands/kodegjennomgang pattern medium kodegjennomgang.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/kodegjennomgang.md
Source date: 2026-03-03
Keywords: ["kodegjennomgang","oppdrag","gh","git"]
Cross-domain: []
Symptoms: []
Body:
Kjør Codex kodegjennomgang ende-til-ende via GitHub PR-flyt: - Ta imot brukerens forespørsel om hva som skal gjennomgås - Finn relevante filer automatisk (fra ekspert-filer, masterplans, mapper, eller direkte stier) - Opprett dedikert review-branch med `review/codex-` prefiks - Push og opprett PR med `gh` - Trigger review med `@codex review` - Verifiser formelt review-resultat vs bot-kvittering - Rydd ALLTID opp etterpå (lukk PR, slett branch)
[Workflow] expert-validator: Instruksjoner claude/commands/expert-validator pattern medium expert-validator.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/expert-validator.md
Source date: 2026-03-03
Keywords: ["expert","validator","instruksjoner"]
Cross-domain: []
Symptoms: []
Body:
Les og foelg ALLE instruksjoner fra `~/.claude/agents/expert-validator.md` --- **Start naa:** Hvilke expert-filer skal valideres?
[Workflow] expert-validator: Kontekst-Fordel claude/commands/expert-validator pattern medium expert-validator.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/expert-validator.md
Source date: 2026-03-03
Keywords: ["expert","validator","kontekstfordel"]
Cross-domain: []
Symptoms: []
Body:
Du har **direkte tilgang** til all kontekst i denne chatten: - Bilder og skjermbilder brukeren har delt - Tidligere diskusjoner og beslutninger - Ekspertfiler som allerede er lastet > Agenten via Task har IKKE denne konteksten. ---
[Workflow] expert-validator: Modell-Forutsetning (VIKTIG!) claude/commands/expert-validator pattern medium expert-validator.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/expert-validator.md
Source date: 2026-03-03
Keywords: ["expert","validator","modellforutsetning","viktig"]
Cross-domain: []
Symptoms: []
Body:
Denne kommandoen bruker din **naaværende chat-modell** og innstillinger. **Anbefalt modell:** - ✅ Haiku (1x kraft, kostnadseffektiv validering) - ❌ Opus (overkill for READ-ONLY validering) | Chat-modell | Kraft | Thinking | Egnethet | |-------------|-------|----------|----------| | Opus + Thinking | 163x | ✅ Full | Overkill | | Sonnet | 8x | ❌ Nei | Unodvendig | | Haiku | 1x | ❌ Nei | Anbefalt | **Task-delegering (garantert riktig modell):** ``` Task(subagent_type=expert-validator, ...
[Tool usage] expert-validator: Expert Validator Mode claude/commands/expert-validator api_note medium expert-validator.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/expert-validator.md
Source date: 2026-03-03
Keywords: ["expert","validator","mode","serena","mcp"]
Cross-domain: []
Symptoms: []
Body:
**Du er naa i Expert Validator-modus.** Du validerer expert-filer mot kodebasen - READ-ONLY, ingen endringer. > **Krever Serena MCP.** Bruker haiku for kostnadseffektiv validering. ---
[Workflow] enable-all-mcp: Instructions claude/commands/enable-all-mcp pattern medium enable-all-mcp.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/enable-all-mcp.md
Source date: 2026-03-13
Keywords: ["enable","all","mcp","instructions","serena","playwright","gh","context7"]
Cross-domain: []
Symptoms: []
Body:
1. Run the switch script with all argument: ```bash .claude/switch-mcp.sh all ``` 2. Inform the user that all MCP servers will be enabled on next restart: - Serena: Symbolic code analysis and refactoring - Context7: Up-to-date library documentation - Playwright: Browser automation and UI testing - MySQL: Direct database access (3-tier safety model) - Lighthouse: Web audits (performance, SEO, accessibility, CWV) - Accessibility: WCAG 2.0/2.1/2.2 testing via axe-core ...
[Workflow] context7-enable-mcp: Instructions claude/commands/context7-enable-mcp pattern medium context7-enable-mcp.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/context7-enable-mcp.md
Source date: 2026-03-12
Keywords: ["context7","enable","mcp","instructions"]
Cross-domain: []
Symptoms: []
Body:
1. Run the switch script with context7 argument: ```bash .claude/switch-mcp.sh context7 ``` 2. Inform the user that Context7 will be enabled on next restart. 3. Ask the user if they want to restart now with `/restart` or `/exit`.
[Workflow] context7-disable-mcp: Instructions claude/commands/context7-disable-mcp pattern medium context7-disable-mcp.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/context7-disable-mcp.md
Source date: 2026-03-12
Keywords: ["context7","disable","mcp","instructions"]
Cross-domain: []
Symptoms: []
Body:
1. Run the disable script: ```bash .claude/context7-disable.sh ``` 2. Inform the user that Context7 will be disabled on next restart. 3. Ask the user if they want to restart now with `/restart` or `/exit`.
[Guardrail] cleanup: Safety Guarantees claude/commands/cleanup gotcha high cleanup.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/cleanup.md
Source date: 2026-03-03
Keywords: ["cleanup","safety","guarantees","gh","git"]
Cross-domain: []
Symptoms: []
Body:
- All removals go through `git rm` — always revertible via `git revert` - Protected files (Laravel core, .claude/, coordination/, docs/) are NEVER touched - User must approve before any file is deleted or moved - One commit per category for granular revert control
[Workflow] cleanup: Quick Start claude/commands/cleanup pattern medium cleanup.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/cleanup.md
Source date: 2026-03-03
Keywords: ["cleanup","quick","start","git"]
Cross-domain: []
Symptoms: []
Body:
1. Run the full scan (Step 1 from agent instructions) 2. Classify all findings into 8 categories 3. Present the report table with recommendations 4. Wait for user approval before any action 5. Execute approved cleanups as separate git commits (one per category) 6. Show revert commands for each commit
[Workflow] cleanup: Your Mission claude/commands/cleanup pattern medium cleanup.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/cleanup.md
Source date: 2026-03-03
Keywords: ["cleanup","your","mission"]
Cross-domain: []
Symptoms: []
Body:
Scan the project for misplaced files, agent-generated junk, and structural violations. **Default mode: DRY-RUN** — scan and report, never act without approval.
[Workflow] bug-crusher: Instruksjoner claude/commands/bug-crusher pattern medium bug-crusher.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/bug-crusher.md
Source date: 2026-03-03
Keywords: ["bug","crusher","instruksjoner"]
Cross-domain: []
Symptoms: []
Body:
Les og foelg ALLE instruksjoner fra `~/.claude/agents/bug-crusher.md` --- **Start naa:** Beskriv buggen du vil at jeg skal analysere.
[Workflow] bug-crusher: Kontekst-Fordel claude/commands/bug-crusher pattern medium bug-crusher.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/bug-crusher.md
Source date: 2026-03-03
Keywords: ["bug","crusher","kontekstfordel"]
Cross-domain: []
Symptoms: []
Body:
Du har **direkte tilgang** til all kontekst i denne chatten: - Bilder og skjermbilder brukeren har delt - Tidligere diskusjoner og beslutninger - Ekspertfiler som allerede er lastet > Agenten via Task har IKKE denne konteksten. ---
[Workflow] bug-crusher: Modell-Forutsetning (VIKTIG!) claude/commands/bug-crusher pattern medium bug-crusher.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/bug-crusher.md
Source date: 2026-03-03
Keywords: ["bug","crusher","modellforutsetning","viktig"]
Cross-domain: []
Symptoms: []
Body:
Denne kommandoen bruker din **naaværende chat-modell** og innstillinger. **Anbefalt modell:** - ✅ Opus + Extended Thinking (163x kraft, dyp rotaarsak-analyse) - ❌ Sonnet/Haiku (for svak til kompleks debugging) | Chat-modell | Kraft | Thinking | Egnethet | |-------------|-------|----------|----------| | Opus + Thinking | 163x | ✅ Full | Anbefalt | | Sonnet + Thinking | 33x | ✅ Begrenset | Ok for enklere bugs | | Sonnet | 8x | ❌ Nei | For svak | | Haiku | 1x | ❌ Nei | For svak...
[Workflow] bug-crusher: Deep Debugging Mode claude/commands/bug-crusher pattern medium bug-crusher.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/bug-crusher.md
Source date: 2026-03-03
Keywords: ["bug","crusher","deep","debugging","mode"]
Cross-domain: []
Symptoms: []
Body:
**Du er naa i Deep Debugging-modus.** Du analyserer bugs med dyp rotaarsak-analyse og extended thinking. > **Bruk denne for vanskelige bugs** som krever systematisk eliminering og dyp kodeforstaaelse. ---
[Tool usage] audit-masterplan: Code Quality Gate (OBLIGATORISK del av audit — kun for Laravel-apps) claude/commands/audit-masterplan api_note medium audit-masterplan.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/audit-masterplan.md
Source date: 2026-03-14
Keywords: ["audit","masterplan","code","quality","gate","obligatorisk","del","kun","for","laravelapps","npm","git"]
Cross-domain: []
Symptoms: []
Body:
> **Referanse:** Full verktøydetaljer i `coordination/QUALITY-GATES.md` Audit-rapporten MÅ inkludere en `## Code Quality Verification`-seksjon. Kjør ALLE verktøy: ```bash # === PHP Quality Gate === echo "=== PHPStan + Pint ===" && composer quality:php 2>&1 | tail -10 echo "=== PHPMD ===" && composer quality:phpmd 2>&1 | tail -10 echo "=== PHPArkitect ===" && composer quality:arkitect 2>&1 | tail -5 # === Frontend Quality Gate === echo "=== ESLint ===" && npm run lint 2>&1 | tail -5 echo "===...
[Tool usage] audit-masterplan: Workspace-Deteksjon (OBLIGATORISK FOERSTE STEG) claude/commands/audit-masterplan api_note medium audit-masterplan.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/audit-masterplan.md
Source date: 2026-03-14
Keywords: ["audit","masterplan","workspacedeteksjon","obligatorisk","foerste","steg","mcp","artisan","git"]
Cross-domain: []
Symptoms: []
Body:
```bash if [ -f artisan ]; then basename "$(pwd)"; elif [ "$(basename $(pwd))" = "mcp-servers" ]; then echo "mcp-servers"; elif [ "$(basename $(pwd))" = "magitek-ops" ]; then echo "ops-workspace"; else echo "unknown: $(basename $(pwd))"; fi ``` | Workspace | Agent-fil | |-----------|----------| | `reportmaker` / `skymirror` / annen Laravel-app | `~/.claude/agents/audit-masterplan.md` | | `ops-workspace` (magitek-ops) | `~/.claude/agents/audit-masterplan-ops.md` | | `mcp-servers` |...
[Workflow] audit-masterplan: Kontekst-Fordel claude/commands/audit-masterplan pattern medium audit-masterplan.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/audit-masterplan.md
Source date: 2026-03-14
Keywords: ["audit","masterplan","kontekstfordel"]
Cross-domain: []
Symptoms: []
Body:
Du har **direkte tilgang** til all kontekst i denne chatten: - Bilder og skjermbilder brukeren har delt - Tidligere diskusjoner og beslutninger - Ekspertfiler som allerede er lastet > Agenten via Task har IKKE denne konteksten. ---
[Workflow] audit-masterplan: Modell-Forutsetning (VIKTIG!) claude/commands/audit-masterplan pattern medium audit-masterplan.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/audit-masterplan.md
Source date: 2026-03-14
Keywords: ["audit","masterplan","modellforutsetning","viktig"]
Cross-domain: []
Symptoms: []
Body:
Denne kommandoen bruker din **naaværende chat-modell** og innstillinger. **Anbefalt modell:** - ✅ Sonnet + Extended Thinking (33x kraft, dyp audit) - ❌ Haiku (for svak til kode-verifisering) | Chat-modell | Kraft | Thinking | Egnethet | |-------------|-------|----------|----------| | Opus + Thinking | 163x | ✅ Full | Overkill for audit | | Sonnet + Thinking | 33x | ✅ Begrenset | Anbefalt | | Sonnet | 8x | ❌ Nei | Ok for smaa MP-er | | Haiku | 1x | ❌ Nei | For svak | **Task-delegering...
[Workflow] audit-masterplan: Post-Implementation Masterplan Audit claude/commands/audit-masterplan pattern medium audit-masterplan.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/audit-masterplan.md
Source date: 2026-03-14
Keywords: ["audit","masterplan","postimplementation"]
Cross-domain: []
Symptoms: []
Body:
**Du er naa i Audit-modus.** Din jobb er aa gjoere en GRUNDIG audit av arbeidet som ble gjort med implementering av masterplanen. > **Du er IKKE utvikleren.** Du er den paranoide QA-revisoren som IKKE stoler paa noe. Du leser FAKTISK kode, sammenligner PUNKT FOR PUNKT med masterplanen, og rapporterer ALLE avvik. ---
[Workflow] _kb-context: Key Rules claude/commands/_kb-context pattern medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","key","rules"]
Cross-domain: []
Symptoms: []
Body:
- Max 5 results — more wastes tokens - If 0 results found → say so briefly and continue - KB gives direction, not complete answers — still read actual files - Skip if task is purely administrative (commits, renames, etc.) - Execution time target: under 3 seconds
[Workflow] _kb-context: 5. Proceed with task claude/commands/_kb-context pattern medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","proceed","with","task"]
Cross-domain: []
Symptoms: []
Body:
After presenting KB context, continue with the actual task. Do NOT ask the user to confirm — just proceed.
[Workflow] _kb-context: 4. Present results claude/commands/_kb-context pattern medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","present","results"]
Cross-domain: []
Symptoms: []
Body:
Output the KB results as background context. Format: ``` KB Context for: $TOPIC [KB output here] --- Relevant expert files to read: - [list any expert files mentioned in results] ```
[Tool usage] _kb-context: 3. Run KB query claude/commands/_kb-context api_note medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","run","query","artisan"]
Cross-domain: []
Symptoms: []
Body:
**Laravel workspace (free-text search):** ```bash php artisan kb:query "$TOPIC" --limit=5 ``` **Laravel workspace (structured lookup — file/domain/masterplan):** ```bash php artisan kb:context domain:$DOMAIN --limit=5 php artisan kb:context file:$FILE_PATH --limit=5 php artisan kb:context mp:MP-NNNN --limit=5 ``` **Non-Laravel workspace:** ```bash vendor/bin/kb query "$TOPIC" --limit=5 --project-root=$(pwd) ```
[Tool usage] _kb-context: 2. Detect workspace claude/commands/_kb-context api_note medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","detect","workspace","artisan","git"]
Cross-domain: []
Symptoms: []
Body:
```bash PROJECT_ROOT=$(pwd) ``` - If `$PROJECT_ROOT/artisan` exists → Laravel workspace (reportmaker, skymirror) - Otherwise → non-Laravel workspace (magitek-ops, etc.)
[Workflow] _kb-context: 1. Extract topic from the user's message claude/commands/_kb-context pattern medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","extract","topic","from","the","users","message"]
Cross-domain: []
Symptoms: []
Body:
Identify 1-3 keywords that represent the main domain or topic: - "Fix the analysis queue job" → `analysis queue` - "Update Proxmox backup policy" → `proxmox backup` - "Add CSV export for customers" → `customer export`
[Workflow] _kb-context: Instructions claude/commands/_kb-context pattern medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context","instructions"]
Cross-domain: []
Symptoms: []
Body:
You are fetching KB context to inform upcoming work. Follow these steps:
[Workflow] _kb-context: KB Context claude/commands/_kb-context pattern medium _kb-context.md 70 2026-03-22 02:00:04
Source file: /home/heine/.claude/commands/_kb-context.md
Source date: 2026-03-13
Keywords: ["_kb","context"]
Cross-domain: []
Symptoms: []
Body:
Fetch relevant knowledge base context for the current task.
Automated Testing Recommendations for Future general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["automated","testing","recommendations","for","future"]
Cross-domain: []
Symptoms: []
Body:
Currently, the drag-and-drop functionality is tested manually. Consider adding: 1. **E2E tests with Playwright/Cypress** ```javascript // Example test test('can drag task to new position', async ({ page }) => { await page.goto('/projects/1'); const task = await page.locator('[data-task-id="123"]'); await task.dragTo('[data-task-id="456"]'); // Verify order changed in database }); ``` 2. **Visual regression tests** with Percy or similar - Capture screenshot...
Next Steps general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["next","steps"]
Cross-domain: []
Symptoms: []
Body:
1. **Manual browser testing** - Test on Chrome, Firefox, Safari, Edge 2. **Touch device testing** - Test on iOS and Android devices 3. **Performance profiling** - Use Chrome DevTools to check memory/performance 4. **Backend verification** - Check database updates are correct 5. **Regression testing** - Verify existing features still work 6. **User acceptance testing** - Have team members test the new implementation 7. **Production deployment** - Deploy to staging → QA → production ---
Test Results Summary general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["test","results","summary"]
Cross-domain: []
Symptoms: []
Body:
| Category | Status | Notes | |----------|--------|-------| | Build system | ✅ PASS | Vite builds successfully | | Code quality | ✅ PASS | All Pint checks passing | | Desktop browsers | ⬜ PENDING | Manual testing required | | Touch devices | ⬜ PENDING | Manual testing required | | Edge cases | ⬜ PENDING | Manual testing required | | Performance | ⬜ PENDING | Manual testing required | | Backend integration | ⬜ PENDING | Manual testing required | | Regression testing | ⬜ PENDING | Manual testing r...
Testing Environment Requirements general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["testing","environment","requirements"]
Cross-domain: []
Symptoms: []
Body:
### Desktop Testing - **Chrome** (latest stable) - **Firefox** (latest stable) - **Safari** (latest stable) - **Edge** (latest stable) ### Mobile Testing - **iOS Safari** (iOS 14+) - **Android Chrome** (Android 9+) - **iPad Safari** (iPadOS 14+) ### Tools - **Chrome DevTools** - Performance profiling, memory leaks - **Network throttling** - Test slow connections - **Touch simulation** - Chrome DevTools device mode - **Database client** - Verify data persistence ---
Known Issues & Limitations general/draggable-testing-summary gotcha info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["known","issues","limitations"]
Cross-domain: []
Symptoms: []
Body:
### Current Implementation - **Hybrid approach**: Single items use Draggable.js, parallel groups use custom code - **Reason**: Draggable.js doesn't support group drag out-of-the-box - **Impact**: Slightly inconsistent UX between single and group drag - **Mitigation**: Both systems work well and don't conflict ### Browser Compatibility - **IE11**: Not tested (project uses modern JS, likely requires polyfills) - **Older mobile browsers**: Not tested (iOS < 12, Android < 7) ### Performance ...
Regression Testing general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["regression","testing"]
Cross-domain: []
Symptoms: []
Body:
### Existing Functionality (Must Not Break) - [ ] **Task creation**: New tasks can still be created - [ ] **Task editing**: Tasks can be edited - [ ] **Task deletion**: Tasks can be deleted - [ ] **Task completion**: Marking tasks complete works - [ ] **Project creation**: New projects can be created - [ ] **Project editing**: Projects can be edited - [ ] **Project deletion**: Projects can be deleted - [ ] **Parallel group UI markers**: First/last/mid markers display correctly - [ ] **Parallel g...
Manual Testing Checklist (Phase 6.1) general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["manual","testing","checklist","phase"]
Cross-domain: []
Symptoms: []
Body:
### Desktop Browser Testing #### Tasks Drag-and-Drop - [ ] **Chrome**: Drag task up in the list - [ ] **Chrome**: Drag task down in the list - [ ] **Chrome**: Drag task to top position - [ ] **Chrome**: Drag task to bottom position - [ ] **Chrome**: Verify visual feedback during drag - [ ] **Chrome**: Verify order saves to database - [ ] **Firefox**: Repeat all above tests - [ ] **Safari**: Repeat all above tests - [ ] **Edge**: Repeat all above tests #### Projects Drag-and-Drop (Top-Level) - ...
Automated Testing general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["automated","testing"]
Cross-domain: []
Symptoms: []
Body:
### Build System ✅ **Vite Build**: `npm run build` - Status: **PASSING** - Output: Successfully built all assets - `app-C9FondpI.css` (1.26 kB) - `app-CAiCLEjY.js` (36.35 kB) - `draggable-sortable-0h8Uiwcq.js` (46.97 kB) - Build time: 760ms - No errors or warnings ### Code Quality ✅ **Laravel Pint**: `./vendor/bin/pint --test` - Status: **PASSING** - Files checked: 240 files - Style issues: 0 - Note: Fixed one array indentation issue in `Zone.php` (commit d69d2f4) ### Unit/Feature Tests ...
Phase 6: Testing and Verification Status general/draggable-testing-summary pattern info draggable-testing-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-testing-summary.md
Source date: 2025-11-18
Keywords: ["phase","testing","and","verification","status"]
Cross-domain: []
Symptoms: []
Body:
**Date:** 2025-11-18 **Branch:** `claude/implement-draggable-js-01F3GVb5mcNLaSK1q3K7zhQF` ---
✨ Conclusion general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["conclusion"]
Cross-domain: []
Symptoms: []
Body:
The foundation is solid and ready for actual file migrations. All tools, services, documentation, and examples are in place. The path forward is clear and well-documented. **Estimated completion**: 1.5-2 months for full migration (working part-time). **Next immediate action**: Begin migrating tasks.js using the refactored functions as a guide. --- **Status**: 🟢 On track **Confidence**: High **Blockers**: None
🤝 Contributing general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["contributing"]
Cross-domain: []
Symptoms: []
Body:
To continue the migration: 1. Pick a file from the priority list 2. Read existing code 3. Use examples as templates 4. Refactor using new services 5. Test thoroughly 6. Commit with descriptive message 7. Update this progress document ---
🎉 Success Metrics general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["success","metrics"]
Cross-domain: []
Symptoms: []
Body:
### Phase 1 Foundation + Migrations: - ✅ 5,173 lines of new services/infrastructure (high quality) - ✅ 3 comprehensive guides - ✅ 2 example files - ✅ 100+ API methods available - ✅ Zero dependencies notification system - ✅ **3 files fully migrated** (tasks, projects, references) - ✅ **688 lines eliminated** from 3 files (22% reduction) - ✅ **45 alert() calls replaced** with modern notifications - ✅ **38 fetch() calls simplified** with API service - ✅ 22-34% code reduction achieved per file - ✅ O...
📚 Resources general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["resources"]
Cross-domain: []
Symptoms: []
Body:
### Documentation: - [API Service Migration Guide](./api-service-migration-guide.md) - [Notification Migration Guide](./notification-migration-guide.md) - [Getting Started Guide](./getting-started-with-services.md) - [Modernization Plan](./modernisering-plan.md) ### Examples: - [Modernized Task CRUD](../public/js/examples/modernized-task-crud.js) - [Refactored tasks.js Functions](../public/js/examples/tasks-refactored-functions.js) ### Services: - [API Service](../public/js/services/api.js) - ...
🐛 Known Issues general/migration-progress gotcha info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["known","issues"]
Cross-domain: []
Symptoms: []
Body:
### Current: - None (foundation is stable) ### Potential After Migration: - May need to update some API endpoints if routes don't match - May need to adjust response parsing if backend format differs - May need to handle edge cases in error responses ---
📝 Migration Instructions general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["migration","instructions"]
Cross-domain: []
Symptoms: []
Body:
### For tasks.js: The refactored functions are ready in `public/js/examples/tasks-refactored-functions.js`. **To migrate**: 1. Include service files in your HTML layout (before tasks.js): ```html <script src="/js/services/api.js"></script> <script src="/js/services/task-api.js"></script> <script src="/js/services/notification.js"></script> ``` 2. Replace functions in `public/js/tasks.js`: - Copy `updateTaskStatus` from refactored file → Replace in tasks.js - Copy `deleteTask` from refa...
🎯 Next Steps general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["next","steps"]
Cross-domain: []
Symptoms: []
Body:
### Immediate (Week 1): 1. ✅ ~~Create API Service Layer~~ 2. ✅ ~~Create Notification System~~ 3. ✅ ~~Create documentation and examples~~ 4. ✅ ~~Migrate tasks.js~~ (4 functions migrated, file: 791 lines) 5. ✅ ~~Migrate projects.js~~ (21 functions, 859 lines, -25%) 6. ✅ ~~Migrate references.js~~ (20 functions, 670 lines, -34%) ### Short-term (Week 2-3): 7. ⏳ Migrate batch_update.js 8. ⏳ Migrate common.js 9. ⏳ Migrate agenda.js 10. ⏳ Migrate remaining files ### Medium-term (Week 4-5): 11. ⏳ XSS S...
📈 Impact Analysis general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["impact","analysis"]
Cross-domain: []
Symptoms: []
Body:
### Code Reduction | Metric | Before | After | Reduction | |--------|--------|-------|-----------| | **tasks.js** (migrated functions) | 197 lines | 135 lines | **31%** (62 lines) | | **projects.js** (complete file) | 1145 lines | 859 lines | **25%** (286 lines) | | **references.js** (complete file) | 1016 lines | 670 lines | **34%** (346 lines) | | **Files migrated so far** | 3152 lines | 2464 lines | **22%** (688 lines) | | Per API call average | 18-25 lines | 7-8 lines | **56-72%** | | Total...
✅ What's Been Completed general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["whats","been","completed"]
Cross-domain: []
Symptoms: []
Body:
### 1. API Service Layer (Phase 1.1) ✅ **Status**: Complete **Date**: [Initial completion date] **Created Files**: - `public/js/services/api.js` (330 lines) - Base APIService class - Automatic CSRF token handling - Request/response interceptors - Error handling with APIError class - Support for GET, POST, PUT, PATCH, DELETE - File upload support - `public/js/services/task-api.js` (218 lines) - 40+ task-specific methods - CRUD operations - Toggle operations (complete, favorit...
📊 Overall Progress general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["overall","progress"]
Cross-domain: []
Symptoms: []
Body:
### Phase 1: Quick Wins & Critical Fixes (Foundation) **Status**: ✅ **COMPLETE** **Time Spent**: ~4-5 hours **Estimated Remaining**: 96+ hours for full migration | Component | Status | Files | Lines | Progress | |-----------|--------|-------|-------|----------| | API Service Layer | ✅ Complete | 5 | 1,684 | 100% | | Notification System | ✅ Complete | 2 | 1,147 | 100% | | Documentation | ✅ Complete | 3 | 1,550+ | 100% | | Examples | ✅ Complete | 2 | 792 | 100% | | **Total Foundation** | ✅ Comple...
Frontend Modernization - Migration Progress general/migration-progress pattern info migration-progress.md 38 2026-03-22 02:00:03
Source file: docs/llm/migration-progress.md
Source date: 2025-11-18
Keywords: ["frontend","modernization","migration","progress"]
Cross-domain: []
Symptoms: []
Body:
**Last Updated**: 2025-11-18 **Branch**: `claude/frontend-refactor-01LbzSohbqN3xtpqtAxDYYpy` **Status**: Phase 1 Foundation Complete ✅ ---
Contact & Support general/draggable-implementation-summary pattern info draggable-implementation-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-implementation-summary.md
Source date: 2025-11-18
Keywords: ["contact","support"]
Cross-domain: []
Symptoms: []
Body:
For questions or issues: 1. Check `docs/drag-and-drop.md` for usage details 2. Review `docs/llm/draggable-js-migration-plan.md` for architecture 3. See `docs/llm/draggable-testing-summary.md` for testing 4. Create GitHub issue for bugs or feature requests --- **Implementation completed:** 2025-11-18 **Total time:** 7.5 hours **Status:** ✅ Ready for deployment **Branch:** `claude/implement-draggable-js-01F3GVb5mcNLaSK1q3K7zhQF`
Acknowledgments general/draggable-implementation-summary pattern info draggable-implementation-summary.md 38 2026-03-22 02:00:03
Source file: docs/llm/draggable-implementation-summary.md
Source date: 2025-11-18
Keywords: ["acknowledgments"]
Cross-domain: []
Symptoms: []
Body:
- **Shopify Draggable.js** - Excellent drag-and-drop library - **Previous developers** - Solid foundation with batch controllers - **Migration plan** - Clear roadmap that guided implementation ---
Ingestion History

Loading…