Directory Structure

Kanbus keeps everything in a dedicated folder in your repository root.

project/ layout

project/
├── .kanbus/               # Hidden configuration and state
│   ├── kanbus.yml         # Project-level configuration
│   └── state.json           # Local cache (gitignored)
├── issues/                  # The database of issues
│   ├── tskl-001.json
│   ├── tskl-002.json
│   └── ...
└── wiki/                    # Planning documents
    ├── roadmap.md.j2        # Jinja2 template
    └── architecture.md      # Static markdown