Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ melos run build_runner:build
Validate the skill folder:

```bash
python3 /Users/leofarias/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/superdeck-presentations
python3 "${CODEX_HOME:-$HOME/.codex}/skills/.system/skill-creator/scripts/quick_validate.py" .agents/skills/superdeck-presentations
```

Also check for stale template markers:
Expand Down
1 change: 0 additions & 1 deletion .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"Bash(sort:*)",
"Bash(wc:*)",
"Bash(dcm:*)",
"Read(//Users/leofarias/.pub-cache/**)",
"mcp__plugin_playwright_playwright__browser_navigate",
"mcp__plugin_playwright_playwright__browser_console_messages"
]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
with:
melos-version: 7.8.1

- name: Install dependencies
run: fvm flutter pub get

- name: Build Runner
run: melos run build_runner:build --no-select

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
with:
melos-version: 7.8.1

- name: Install dependencies
run: fvm flutter pub get

- name: Build Runner
run: melos run build_runner:build --no-select

Expand Down
29 changes: 0 additions & 29 deletions .planning/README.md

This file was deleted.

341 changes: 0 additions & 341 deletions .planning/ai_generation_pipeline.md

This file was deleted.

261 changes: 0 additions & 261 deletions .planning/ai_generation_session_status_2026_07_14.md

This file was deleted.

Loading
Loading