fix skill invocation wording and soften curl|bash recommendation in docs/grokbuild/README.md
This commit is contained in:
parent
ecfa1210ae
commit
c83476d908
1 changed files with 7 additions and 12 deletions
|
|
@ -23,10 +23,8 @@ Grok Build is treated as a **bounded engineering laboratory**, not an autonomous
|
||||||
|
|
||||||
1. Clone the repo and checkout `feat/grok43-agent-config` (or main once merged).
|
1. Clone the repo and checkout `feat/grok43-agent-config` (or main once merged).
|
||||||
2. Copy `docs/examples/grok43.env.example` to your local `.env` and fill in your `XAI_API_KEY`.
|
2. Copy `docs/examples/grok43.env.example` to your local `.env` and fill in your `XAI_API_KEY`.
|
||||||
3. Install Grok Build CLI (if not already):
|
3. Install Grok Build CLI using the current official xAI instructions.
|
||||||
```bash
|
Do not pipe installer scripts into a shell unless the source and any available checksum/signature have been verified.
|
||||||
curl -fsSL https://x.ai/cli/install.sh | bash
|
|
||||||
```
|
|
||||||
4. Run `grok inspect` inside the repo root to confirm skills are discovered.
|
4. Run `grok inspect` inside the repo root to confirm skills are discovered.
|
||||||
5. (Optional but recommended) Create a personal `skills/` override directory if you want local custom skills.
|
5. (Optional but recommended) Create a personal `skills/` override directory if you want local custom skills.
|
||||||
|
|
||||||
|
|
@ -37,7 +35,7 @@ Grok Build is treated as a **bounded engineering laboratory**, not an autonomous
|
||||||
Every productive session follows this pattern:
|
Every productive session follows this pattern:
|
||||||
|
|
||||||
### Phase 0: Bootstrap (Mandatory)
|
### Phase 0: Bootstrap (Mandatory)
|
||||||
- Invoke `core-bootstrap` skill (or run it manually).
|
- Invoke the `core-bootstrap` skill (or run it manually via the Grok Build interface).
|
||||||
- Read `GROK.md` + `AGENTS.md` + `docs/runtime_contracts.md`.
|
- Read `GROK.md` + `AGENTS.md` + `docs/runtime_contracts.md`.
|
||||||
- Run smoke suite.
|
- Run smoke suite.
|
||||||
- Read most recent relevant `HANDOFF-*.md`.
|
- Read most recent relevant `HANDOFF-*.md`.
|
||||||
|
|
@ -153,18 +151,15 @@ For docs/config/agent-governance PRs (like this one), smoke is usually sufficien
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 9. Quick Reference Commands
|
## 9. Quick Reference
|
||||||
|
|
||||||
```bash
|
```text
|
||||||
# Bootstrap
|
# Bootstrap (in Grok Build TUI or via skill invocation)
|
||||||
core-bootstrap
|
/core-bootstrap
|
||||||
|
|
||||||
# Verify core invariant
|
# Verify core invariant
|
||||||
core test --suite algebra -q
|
core test --suite algebra -q
|
||||||
|
|
||||||
# Full relevant validation
|
|
||||||
core test --suite smoke -q && core test --suite cognition -q && core test --suite teaching -q
|
|
||||||
|
|
||||||
# Start Grok Build
|
# Start Grok Build
|
||||||
grok
|
grok
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue