Skip to content

Repository files navigation

my-notes

CI codecov Python License: MIT

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.

CLI

mynotes tag --repo owner/name --issue N [--comment] [--json] \
            [--engine noop|claude-cli] [--engine-model ...] \
            [--ledger path] [--max-chars 10000]

Install (development)

python -m venv .venv && source .venv/bin/activate
pip install -e ../my-things-core -e ".[dev]"
pytest

License

MIT — see LICENSE.

About

Freeform note capture: file a note as an issue, extract tags + title via one Engine call

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages