# Cursor Golden Task Results

**Last Updated:** 2026-04-03

This file records regression checks for the golden task set.

## Current Run

### 1) Product page (`v2/pages/product_timetracking.php`)

- Discovery command: `python3 scripts/find-rules-for-file.py v2/pages/product_timetracking.php`
- Result: expected product + FAQ + global protections are active.
- Note: broad generic page rules were reduced where safe to lower attach pressure.

### 2) Comparison page (`v2/pages/compare_planday.php`)

- Discovery command: `python3 scripts/find-rules-for-file.py v2/pages/compare_planday.php`
- Result: comparison-core/content/schema + global + related overlays still apply.
- Risk check: no loss of comparison-specific schema/meta guidance.

### 3) Tools page (`v2/pages/tools_kurzarbeitergeld_rechner.php`)

- Discovery command: `python3 scripts/find-rules-for-file.py v2/pages/tools_kurzarbeitergeld_rechner.php`
- Result: `tools-pages.mdc` remains active with related tracking/consent overlays.

### 4) Blog workflow (`v2/data/blog/posts/lexikon/zeitmanagement.json`)

- Discovery command: `python3 scripts/find-rules-for-file.py v2/data/blog/posts/lexikon/zeitmanagement.json`
- Result: file-level rule matching is global-only; blog workflow routing remains document/skill-driven.
- Operational guardrail remains in active docs: use blog scripts/pipelines, avoid direct JSON body edits.

### 5) MCP research routing

- Verified references in active docs:
  - `docs/ai/agent-workflows.md` (Cursor/Agent/MCP route row)
  - `docs/ai/cursor-playbook.md` (`mcp-usage.mdc` routing)
  - `.cursor/rules/README.md` (on-demand rule guidance)
- Result: MCP guidance remains on-demand, not always attached.

### 6) Base component (`v2/base/footer.php`)

- Discovery command: `python3 scripts/find-rules-for-file.py v2/base/footer.php`
- Result: base high-protection + analytics + GDPR + global still active.
- Safety check: no reduction of base/API critical warnings.

