A MyThingsLab My[X] tool for personal freeform note
capture. A note is filed as a GitHub issue (mirroring MyIdea's issue-driven
pattern); MyNotes reads the issue body, runs one Engine call to extract
tags/topics and propose a concise title, and comments the structured result
back on the issue.
Standalone v0 — no shared storage backend with MyIdea or a future MyWiki, no
Workspace, no PR. See
my-things-core/docs/tools/my-notes.md
for the design doc.
mynotes tag --repo owner/name --issue N [--comment] [--json] \
[--engine noop|claude-cli] [--engine-model ...] \
[--ledger path] [--max-chars 10000]
python -m venv .venv && source .venv/bin/activate
pip install -e ../my-things-core -e ".[dev]"
pytestMIT — see LICENSE.