Admin & Health Commands
| Command | What it does |
|---|---|
ptb doctor | Runs the 10-point system and component health audit. Flags missing Auto Layouts, unlinked tokens, and bad dependencies. |
ptb ci setup | Generates a GitHub Actions workflow (.github/workflows/ptb.yml) that runs ptb status --fail-on-stale on every push to block PRs with stale code. (Leads only). |
ptb remove | Reverses ptb init. Deletes all PTB config files, .ptb/ directories, and .gitignore entries. It does not delete your generated component or token files. |
Next Steps
Dive into the internal architecture starting with the PTB Configuration file.