Chinh (lelouvincx) / README

Created Mon, 25 May 2026 00:00:00 +0000 Modified Mon, 25 May 2026 06:02:25 +0000
226 Words

Logseq

Structure

  • journals/ — daily journal entries (YYYY_MM_DD.md), auto-created by Logseq
  • pages/ — knowledge pages, backlog, weekly reports (Logseq page names = filenames)
  • assets/ — images and attachments referenced by pages
  • logseq/ — Logseq config and backups (do not edit manually)
  • automation/ — weekly report and 1-on-1 report automation (shell scripts, amp prompts, launchd plist)
  • docs/plans/ — design docs and implementation plans

Commands

  • Test: ./automation/test-weekly-report.sh
  • Dry-run: ./automation/weekly-report.sh --mode tuesday --dry-run
  • Manual run: ./automation/weekly-report.sh --mode tuesday|friday --force
  • 1-on-1 report: ./automation/1on1-report.sh [--force] [--dry-run]
  • Validate plist: plutil -lint automation/com.lelouvincx.logseq-weekly-report.plist

Any day of the week can be used as --mode. Days map to an underlying report type:

ModeReport typeBranch anchoredStart date
tuesdaytuesday (work-focused)MondayLast Wednesday
fridayfriday (comprehensive)MondayLast Wednesday
monday, wednesday, thursdaytuesday (work-focused)MondayLast Wednesday
saturday, sundayfriday (comprehensive)MondayMonday

When --mode is explicitly provided, the day-of-week and time-of-day schedule guards are skipped (the duplicate-run stamp file still applies unless --force is used).

RFCs

Design docs and implementation plans live in docs/plans/. Priority order reflects current focus.

RFCTitleStatusPriority
RFC-0001Weekly Report Automation — DesignDone ✅
RFC-0002Weekly Report Automation — Implementation PlanDone ✅
RFC-0003Backlog & Automation Query ImprovementsDone ✅
RFC-0004PARA Method Adoption for Second BrainProposedMedium
RFC-0005Amp Thread Extraction — Agent-Agnostic Memory via Plugin CDCDraftHigh