mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
feat: add GitHub star nudges to CLI build view and docs sidebar (#271)
* feat: load star count during context builds * docs: document star prompt opt-out * fix: initialize demo context star count * feat(docs-site): add GitHub star count widget to docs sidebar * test: isolate star-prompt build-view tests from ambient CI env
This commit is contained in:
parent
5232578d44
commit
795a97485a
15 changed files with 928 additions and 12 deletions
|
|
@ -112,6 +112,18 @@ pnpm add -g @kaelio/ktx
|
|||
yarn global add @kaelio/ktx
|
||||
```
|
||||
|
||||
## Build-view star prompt
|
||||
|
||||
During an interactive context build, `ktx setup` and `ktx ingest` can show a dim
|
||||
GitHub star reminder above the `Ctrl+C to stop` hint. **ktx** skips this prompt
|
||||
for CI, non-TTY output, and `DO_NOT_TRACK=1`.
|
||||
|
||||
To suppress only this prompt while keeping other notices enabled, set:
|
||||
|
||||
```bash
|
||||
KTX_NO_STAR=1
|
||||
```
|
||||
|
||||
## Project resolution
|
||||
|
||||
Most commands are project-aware. Pass `--project-dir <path>` when scripting or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue