Iantha turns Claude Code or Codex into a personal work assistant

Iantha turns Claude Code or Codex into a personal work assistant

Iantha is an open-source template that runs inside a repo with Claude Code or Codex. It does not add a new app or dashboard. It stores tasks, deadlines, decisions, feedback, and work context in markdown files as they come up in normal chat.

A task with a due date can go into tasks.md and appear later in a morning brief. A decision can be saved in decisions.md with the date and the reason behind it. The is seven markdown files in a , not a database or .

Claude Code and Codex can use the same repo because Iantha includes matching setup files and shared skills for both. An optional can also read and write daily notes, decisions, and reading lists. The project says data stays as local files, apart from the normal traffic sent to the already used by Claude Code or Codex.

Key points

  • Iantha works by launching Claude Code or Codex inside its repo.
  • Tasks, priorities, decisions, feedback, and lessons are saved as markdown files in a .
  • /morning shows the day’s work, while /evening records progress and plans the next day.
  • It avoids a database or and relies on readable files plus git history.
  • Obsidian support is optional and mainly helps with reading and editing notes outside the coding tool.
Read original