Kiluth Tasks
Kiluth’s task tracker. One task is one Markdown file.
There is no database and no app. Tasks are written through Claude Code and read through the web view. Projects live in the Kiluth Portal (ERPNext), not here.
Layout
projects/ one stub per live project — the thing tasks chain to
tasks/open/ live work
tasks/done/YYYY/ finished work
scripts/ the checker
The rules
Published, and authoritative over anything in this repo:
- Task Usage Guideline — the three rules every task must meet. For everyone.
- Kiluth Tasks Usage — how this is built and checked. For operators.
In short: an actionable title that makes “done” obvious, a dependency chain that reaches a project, and no personal data in the text.
Working here
Open Claude Code in this folder and say what you need. It will establish which project the work belongs to and what it waits on before writing anything.
Check your work before pushing:
./scripts/evaluate.shEveryone works on main. Pull before you start, push when you are done, and
stage explicit paths — never git add -A.