KB: hostclone

← All workspaces
3513 entries 146 domains 5.79 MB database Last ingest: 2026-03-22 02:00

3513 results — page 71 of 71

Title Domain Type Severity Source Freshness Updated
[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:09
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:09
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:09
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:09
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:09
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:08
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:08
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:08
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:08
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:08
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:08
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:08
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:08
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.
Ingestion History

Loading…