You're offline — showing cached data

Refresh Claude Code docs cache for PKA

claude-code-docs-refresh
2026-06-13 06:09:23 SAST
← Back to Tasks

Weekly refresh of PKA's Claude Code reference cache.

Fetches the canonical Claude Code docs (CLI reference, settings, hooks, slash commands, sub-agents, skills, MCP, plugins, SDK, memory, IDE integrations) plus the GitHub CHANGELOG.md, and writes a concatenated markdown cache to Vault/memory/reference_claude_code.md in the PKA repo.

The git-sync task (runs every 15 min) commits and pushes the updated cache to GitHub, where Lucienne's Mac picks it up on next pull.

Why: Lucienne should never answer Claude Code questions from training data — the CLI gains new flags faster than any model's cutoff. Having a fresh local cache lets sessions verify claims instantly instead of routing every question through WebFetch.

Schedule: Monday 07:00 UTC — early enough to be fresh for the week.

Script: ~/workspace/scripts/claude_code_docs_refresh.py Output: ~/workspace/PKA/Vault/memory/reference_claude_code.md

Mon at 07:000 7 * * 1
Yes
script
300s
No
in 2d (2026-06-15 07:00)

Task Definition

tasks/claude-code-docs-refresh.md
script
set
No
No
python3 /home/lucienne/workspace/scripts/claude_code_docs_refresh.py
This task calls claude directly. If the scheduler profile is GLM, Kimi, or MiniMax, prefer ~/workspace/PKA/scripts/claude-provider-run.sh so backup providers run in API-key-only mode with explicit settings/MCP context.

Edit Schedule

Result:
1
Runs (7d)
1
Completed
0
Failed
0
Timeout
100%
Success (7d)
4s
Avg Duration
infrastructure docs pka

Run History (1)

StartedFinishedStatusDurationOutputLog
5d ago 5d ago completed 4s
[docs-refresh] fetching Overview ... [docs-refresh] fetching CLI reference ... [docs-refresh] fetching Interactive mode ...
View log

Comments (0)

No comments yet — add instructions for Luci
Help