A project-tracking system that connects multiple Git repositories to an Obsidian vault through Markdown notes and commands. It keeps architecture, progress, current focus, and recent changes in one place.
A command that adds a code project to an Obsidian vault, which is a folder of linked notes. It can initialize the vault, analyze the project's structure, create project notes, and write CLAUDE.md with project context.
A Git commit command that selects files, avoids common secret and generated-file patterns, creates a commit message, commits the changes, and updates related notes in an Obsidian vault.
A Git pull command that downloads remote changes, checks for conflicts, reviews new commits, and updates related project notes in an Obsidian vault. Obsidian is a note-taking app that stores plain-text Markdown files.
A command for comparing the code repository, Obsidian project notes, and automatic memory to find information that has drifted apart. Obsidian is a note-taking system that stores linked Markdown files.