You're offline — showing cached data

Compile people wiki pages (Tier 5)

wiki-people-pages-compile
2026-06-13 07:27:27 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.

1st of month at 09:3030 9 1 * *
Yes
shell
3600s
No
in 18d (2026-07-01 09:30)

Task Definition

tasks/wiki-people-pages-compile.md
shell
set
No
Yes
cd /home/lucienne/workspace/PKA && git pull --rebase --autostash --quiet 2>/dev/null || { git rebase --abort 2>/dev/null; exit 1; }; bash /home/lucienne/.claude/skills/wiki-compiler/scripts/wiki_person_pages_compile.sh

Edit Schedule

Result:
1
Runs (7d)
0
Completed
1
Failed
0
Timeout
0%
Success (7d)
15.5m
Avg Duration
wiki compile tier5-people e7

Run History (1)

StartedFinishedStatusDurationOutputLog
4d ago 4d ago failed
…in the work tree, and then use 'git add/rm <file>' hint: as appropriate to mark resolution and make a commit. fatal: Exiting because of an unresolved conflict.
15.5m
…in the work tree, and then use 'git add/rm <file>' hint: as appropriate to mark resolution and make a commit. fatal: Exiting because of an unresolved conflict.
View log

Comments (0)

No comments yet — add instructions for Luci
Help