issues
rw-r--r--
83 B
Issue Tracker
This branch contains all issues for this repository. Each issue is a markdown file with YAML frontmatter.
Structure
Issues are stored as markdown files with the following frontmatter:
---
id: 001
title: Issue title
status: open
type: bug|feature|task
created: 2025-09-24
assignee: username
---
Usage
Use the tissue CLI to manage issues:
tissue new- Create a new issuetissue list- List all issuestissue view <id>- View an issuetissue update <id>- Update an issue