issues
Raw Download raw file

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 issue
  • tissue list - List all issues
  • tissue view <id> - View an issue
  • tissue update <id> - Update an issue