@takemo101/mikan 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @takemo101/mikan
2
+
3
+ Tiny local-first Issue board for AI-assisted development.
4
+
5
+ ```sh
6
+ npm install -g @takemo101/mikan
7
+ mikan init
8
+ mikan add "First Issue"
9
+ mikan tui
10
+ ```
11
+
12
+ The package installs the `mikan` CLI. It stores Issues as Markdown files under `.mikan/` and includes CLI, TUI, watch, and stdio MCP surfaces.
13
+
14
+ See the repository README for the full quickstart, design notes, and limitations: https://github.com/takemo101/mikan