Metadata-Version: 2.4
Name: tliner
Version: 0.6.0
Summary: Timeliner 🌟 - AI's diary. Track AI agent work with markdown log
Author-email: "sinai.io" <r@sinai.io>
License: Proprietary
Keywords: ai-agents,fastmcp,logging,markdown,mcp,milestones
Requires-Python: >=3.11
Requires-Dist: fastmcp==2.12.2
Requires-Dist: loguru==0.7.3
Requires-Dist: pydantic==2.11.7
Requires-Dist: python-frontmatter==1.1.0
Requires-Dist: rapidfuzz>=3.0.0
Requires-Dist: typer==0.17.4
Provides-Extra: dev
Requires-Dist: pytest-mock==3.15.0; extra == 'dev'
Requires-Dist: pytest==8.4.2; extra == 'dev'
Description-Content-Type: text/markdown

# Timeliner

> 🌟 AI's diary: track the work with the markdown log

1. Your AI agent forgets everything between sessions. Timeliner fixes that *elegantly*.
<br/>**The idea:** `/save` your progress → timestamped markdown gets created. Next session, `/load` brings it back into context. That's it.

2. And honestly? You forget a lot too. AI-assisted coding is fast, but your memories get scattered.
<br/>**The fix:** Log is all `.md` files → `/report last week` for a quick recap, use in Obsidian, grep...

Your agent gets *context*. You get *clarity*.

## Feature Highlights

- **Markdown storage** - Human-readable logs
- **Agent-agnostic** - Works with Claude Code, Gemini CLI, Opencode, Cline/Roo, and other MCP-enabled tools
- **[Obsidian](https://obsidian.md/)-friendly** - Auto-creates `.obsidian/` with Minimal theme on install



📖 [Docs on GitHub](https://github.com/sinai-io/tliner)
