You're offline — showing cached data

Compile project wiki pages (Tier 3)

wiki-project-compile
2026-06-13 07:18:25 SAST
← Back to Tasks

Phase E.7 (2026-05-02): Migrated Mac → Luci. Reads SecondBrain markdown (canonical, git-synced), runs the wiki-compiler engine to synthesize wiki pages, emits JSONL events to ~/PKA/logs/wiki-compile-events.jsonl. sources_hash idempotency: pages with unchanged sources skip the LLM call, costing only a small read.

Single-writer pattern: only Luci runs this lane. Mac (and any future machine) git-pulls the compiled output. Runs after vault-index so retrieval queries during compile see fresh FTS5 index.

2026-05-12: Added 55-min soft time-budget bail-out to the compile script. If the script approaches the 3600s hard timeout, it stops gracefully after committing whatever it has compiled so far. Remaining stale pages are picked up on the next scheduled run (sources_hash idempotency skips done pages).

Tue at 11:000 11 * * 2
Yes
shell
3600s
No
in 3d (2026-06-16 11:00)

Task Definition

tasks/wiki-project-compile.md
shell
set
No
Yes
cd /home/lucienne/workspace/PKA && git stash --quiet 2>/dev/null; git pull --rebase --quiet 2>/dev/null || git rebase --abort 2>/dev/null; git stash pop --quiet 2>/dev/null; U=$(git diff --name-only --diff-filter=U); if [ -n "$U" ]; then git checkout --ours -- $U && git add -- $U; fi; bash /home/lucienne/.claude/skills/wiki-compiler/scripts/wiki_project_compile.sh

Edit Schedule

Result:
1
Runs (7d)
1
Completed
0
Failed
0
Timeout
100%
Success (7d)
43.8m
Avg Duration
wiki compile tier3-projects e7

Run History (1)

StartedFinishedStatusDurationOutputLog
4d ago 4d ago completed 43.8m
[wiki-project-compile] Headless model: sonnet (effort: medium) [wiki-project-compile] 46 stale project page(s) found. Co ...
View log

Comments (0)

No comments yet — add instructions for Luci
Help