You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rebrand: migrate to looptech-ai/understand-quickly + drop private-MVP banner
- Update all references in README, registry.json, mcp/, cli/, site/, .github/.
- Replace private-MVP status callout with semver release badge.
- Fix CLI buildEntry test that hardcoded the prior owner.
> **Status:** private MVP under [`amacsmith/understand-quickly`](https://github.com/amacsmith/understand-quickly). Will move to a public org once core flows are battle-tested. Live registry at <https://amacsmith.github.io/understand-quickly/>.
@@ -131,7 +130,7 @@ Schemas: [`schemas/`](./schemas/). Each `format` value (e.g. `understand-anythin
131
130
132
131
## Add your repo
133
132
134
-
> **Want the easy path?** Use the [wizard](https://amacsmith.github.io/understand-quickly/add.html) or `npx @understand-quickly/cli add`. The instructions below describe the manual-PR flow.
133
+
> **Want the easy path?** Use the [wizard](https://looptech-ai.github.io/understand-quickly/add.html) or `npx @understand-quickly/cli add`. The instructions below describe the manual-PR flow.
135
134
136
135
1. Run [Understand-Anything](https://github.com/Lum1104/Understand-Anything) (or any supported tool) locally; commit `.understand-anything/knowledge-graph.json` to your repo.
Copy file name to clipboardExpand all lines: cli/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# @understand-quickly/cli
2
2
3
-
Add your repo to the [understand-quickly registry](https://amacsmith.github.io/understand-quickly/) without touching JSON.
3
+
Add your repo to the [understand-quickly registry](https://looptech-ai.github.io/understand-quickly/) without touching JSON.
4
4
5
5
```bash
6
6
npx @understand-quickly/cli add
@@ -25,8 +25,8 @@ npx @understand-quickly/cli add
25
25
-`--print-entry` — print the entry JSON to stdout and exit (default in non-TTY).
26
26
-`--open-issue` — open the prefilled issue URL.
27
27
-`--open-pr` — open a PR via `gh` (forks the registry repo).
28
-
-`--registry <owner/repo>` — override the registry repo (default: `amacsmith/understand-quickly`).
28
+
-`--registry <owner/repo>` — override the registry repo (default: `looptech-ai/understand-quickly`).
29
29
30
30
## No graph yet?
31
31
32
-
Pick a tool from the registry's [Supported formats](https://github.com/amacsmith/understand-quickly#supported-formats), run it locally, commit the output, then come back here.
32
+
Pick a tool from the registry's [Supported formats](https://github.com/looptech-ai/understand-quickly#supported-formats), run it locally, commit the output, then come back here.
@@ -89,7 +89,7 @@ If you would rather run the compiled output, swap to:
89
89
90
90
| Variable | Default | Purpose |
91
91
| --- | --- | --- |
92
-
|`UNDERSTAND_QUICKLY_REGISTRY`|`https://amacsmith.github.io/understand-quickly/registry.json`| Override the registry source (e.g. point at a local file or a fork). |
92
+
|`UNDERSTAND_QUICKLY_REGISTRY`|`https://looptech-ai.github.io/understand-quickly/registry.json`| Override the registry source (e.g. point at a local file or a fork). |
0 commit comments