Files
steel-dev__cli/docs/README.md
junhsss 42ea0d5712 feat: profiles (#39)
* feat: profiles

* test: add profiles test

* feat: name based profiles

* feat: profiles command

* feat: local to cloud

* feat: profile sync

* feat: better ux

* feat: skills

* docs: profiles

* fix: profile passthrough and validation gaps

* chore: use node 18 compatible better-sqlite3

* feat: keychain access warning
2026-03-14 02:35:45 +09:00

34 lines
1.2 KiB
Markdown

# Steel CLI Documentation
This folder contains both generated command docs and hand-maintained migration/reference docs.
## Docs Map
- `cli-reference.md`: auto-generated CLI command reference.
- `browser-compat.md`: Steel Browser compatibility contract and caveats.
- `migration-agent-browser.md`: migration guide from `agent-browser` to `steel browser`.
- `upstream-sync.md`: maintainer guide for vendored runtime updates.
- `references/`: stable quick-reference docs and synced upstream command catalogs.
- Profile commands and persistence are documented in `references/steel-browser.md` and `references/steel-cli.md`.
## References Subfolder
- `references/steel-cli.md`: high-level CLI behavior and command-group reference.
- `references/steel-browser.md`: browser modes, lifecycle contracts, passthrough behavior.
- `references/steel-browser-commands.md`: synced/transformed upstream command catalog for `steel browser`.
## Regenerating Generated Docs
Run:
```bash
npm run docs:generate
```
This builds the project and regenerates `docs/cli-reference.md` from command schemas.
## Notes
- Only `cli-reference.md` is generated.
- All other docs in this folder are hand-maintained and should be updated when behavior changes.