Git-native workflow
Issues live in your repository, so updates naturally flow through commits and code review.
issue.md is a file-first issue system powered by a CLI. Keep issue data human readable, versionable, and easy to review in pull requests.
Issues live in your repository, so updates naturally flow through commits and code review.
Every issue and comment is plain Markdown with structured frontmatter for automation.
Stable schemas and CLI commands make CI validation and team tooling straightforward.
Create an issue and list everything from your terminal.
npm run cli -- issue create --title "Add website docs" --repo issues
npm run cli -- issue list --repo issues