{"id":48160568,"url":"https://github.com/jlpdeveloper/obsidian-ai-planner","last_synced_at":"2026-04-04T17:24:39.795Z","repository":{"id":332474024,"uuid":"1127973195","full_name":"jlpdeveloper/obsidian-ai-planner","owner":"jlpdeveloper","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-14T01:48:12.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T05:32:09.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlpdeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-05T00:08:07.000Z","updated_at":"2026-01-14T01:48:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jlpdeveloper/obsidian-ai-planner","commit_stats":null,"previous_names":["jlpdeveloper/obsidian-ai-planner"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jlpdeveloper/obsidian-ai-planner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fobsidian-ai-planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fobsidian-ai-planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fobsidian-ai-planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fobsidian-ai-planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlpdeveloper","download_url":"https://codeload.github.com/jlpdeveloper/obsidian-ai-planner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlpdeveloper%2Fobsidian-ai-planner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T17:24:39.721Z","updated_at":"2026-04-04T17:24:39.784Z","avatar_url":"https://github.com/jlpdeveloper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian AI Planner\n\nA personal, conversational AI-assisted daily planning system that helps you manage your workday by integrating your Obsidian vault, Jira, and Calendar.\n\n## Overview\n\nThe Obsidian AI Planner is designed to pull data from multiple sources—including your weekly goals in Obsidian, upcoming calendar events via iCal, and assigned Jira tickets—to help you build a structured daily plan. It uses a conversational interface to propose and apply updates directly to your Obsidian daily notes.\n\n## Key Features\n\n- **Conversational Planning:** Interact with an AI each morning to summarize your day and prioritize tasks.\n- **Multi-Source Integration:**\n    - **Obsidian:** Reads weekly goals and manages daily notes.\n    - **Jira:** Pulls assigned tickets (with built-in PII sanitization).\n    - **Calendar:** Read-only access to events via iCal.\n- **Local-First \u0026 Safe:**\n    - Uses local LLMs (via [Ollama](https://ollama.com/)).\n    - Performs \"surgical\" edits on your Markdown files, preserving your existing content outside of the managed sections (**Goals**, **Meetings**, **Bonus Items**).\n- **Markdown-First:** Your notes remain the single source of truth.\n\n## Architecture\n\nThe system follows a predictable \"Pull, Sanitize, Plan, Write\" pipeline:\n\n1.  **Pull:** Gathers context from Obsidian, Jira, and Calendar.\n2.  **Sanitize:** Redacts sensitive information (PII) before sending data to the LLM.\n3.  **Plan:** The LLM (acting as a planner) proposes modifications based on the context and user intent.\n4.  **Write:** The system applies approved \"surgical\" updates to the daily note sections.\n\n## Prerequisites\n\n- **Go:** 1.25.4 or higher.\n- **Ollama:** Installed and running locally. [Download Ollama](https://ollama.com/).\n- **LLM Model:** The `llama3.1` model must be pulled in Ollama:\n  ```bash\n  ollama pull llama3.1\n  ```\n\n## Tech Stack\n\n- **Language:** Go\n- **AI Integration:** [Genkit](https://github.com/firebase/genkit) / Ollama\n- **UI:** [Bubble Tea](https://github.com/charmbracelet/bubbletea) (planned TUI)\n- **Data Format:** Markdown\n\n## Roadmap\n\n- **v1:** Basic ingestion (Calendar/Jira), PII sanitization, and conversational daily note management.\n- **v2:** Smarter meeting classification, task carryover logic, and capacity trend analysis.\n- **v3:** Calendar mutation (automatic focus time blocking) and historical analysis.\n\n\n## CI/CD\n\nThis project uses GitHub Actions for continuous integration:\n- **Build \u0026 Test:** Automatically runs on every pull request to ensure code quality and prevent regressions.\n- **Release Management:** Uses Release Drafter to automate release notes and versioning.\n\n## Project Tracking\nThis project is also an experiment in using [Fizzy](https://app.fizzy.do/6130918/public/boards/EcoT3co8ffcS6zpMuFbfFYbX), \nall work will be tracked there.\n\n## Links\n- [Google Calendar Quick Start](https://developers.google.com/workspace/calendar/api/quickstart/go)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlpdeveloper%2Fobsidian-ai-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlpdeveloper%2Fobsidian-ai-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlpdeveloper%2Fobsidian-ai-planner/lists"}