Commit 16c2c47
authored
Reconcile AGENTS/CONTRIBUTING docs with current config and auth behavior (#6018)
Nightly docs reconciliation flagged drift between
`AGENTS.md`/`CONTRIBUTING.md` and the implemented behavior. The main
gaps were token fallback priority clarity and missing quick-reference
mentions for supported config fields and `make help`.
- **Auth token priority alignment (`AGENTS.md`)**
- Clarified `GITHUB_PERSONAL_ACCESS_TOKEN` as the **third-priority**
fallback.
- Added missing `GH_TOKEN` as the **lowest-priority** fallback (GitHub
CLI-provided token path).
- **JSON stdin/TOML quick-reference completeness (`AGENTS.md`)**
- Added explicit mention of optional JSON stdin fields:
- stdio: `entrypoint`, `entrypointArgs`, `mounts`
- http: `connectTimeout`
- Added direct pointer to full references for broader field coverage:
- `docs/CONFIGURATION.md`
- `config.example.toml`
- includes gateway/top-level fields like `keepalive_interval`,
`sequential_launch`, `guards_mode`.
- **Make target discoverability (`CONTRIBUTING.md`)**
- Added `make help` to the documented command set so contributors can
enumerate available targets directly.
```markdown
- `GITHUB_PERSONAL_ACCESS_TOKEN` - Third-priority GitHub auth fallback
- `GH_TOKEN` - Lowest-priority GitHub auth fallback (set by GitHub CLI)
...
- **Note**: In JSON stdin format, stdio servers also support optional `entrypoint`, `entrypointArgs`, and `mounts` fields; HTTP servers support optional `connectTimeout`
```2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
381 | | - | |
| 383 | + | |
| 384 | + | |
382 | 385 | | |
383 | 386 | | |
384 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
0 commit comments