issues
rw-r--r--
83 B
rw-r--r--
3.9 KB
rw-r--r--
4.1 KB
rw-r--r--
1.4 KB
rw-r--r--
288 B
rw-r--r--
525 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 issue
  • tissue list - List all issues
  • tissue view <id> - View an issue
  • tissue update <id> - Update an issue