From d432b7734a10a4f8a75c369c48107d1001f9e89f Mon Sep 17 00:00:00 2001 From: Mark Bennett Date: Tue, 10 Feb 2026 13:44:22 -0700 Subject: [PATCH] Update `README.md` with lessons from dogfooding. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc35a4..8275618 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ The analysis of the `tangled.org` API revealed a rich set of features that are n ## Task Management -We're bootstrapping task tracking with TODO.md, but will migrate all tasks into Tangled issues and dog food the product as soon as we have basic issue creation and listing working. +Tasks are tracked in the [Tangled issue tracker](https://tangled.org/markbennett.ca/tangled-cli/issues). Use `tangled issue list` or `tangled issue view ` to browse tasks. ## Development @@ -213,10 +213,14 @@ npm install ### Running Locally +When running commands against the development version, use `npm run dev` with the `--` separator to pass arguments to the CLI: + ```bash # Run the CLI in development mode npm run dev -- --version npm run dev -- --help +npm run dev -- issue list +npm run dev -- issue create "My issue title" --body "Issue body" # Build and run the production version npm run build -- 2.51.2