arrow_backRetour aux issues
gougoujiang/buildmax
#126
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Contributor skill README names `./make smoke`, which was renamed
ecoDébutant
documentation
good first issue
area: contributor-experience
descriptionDescription
## Page or file
`.buildmax/README.md`, line 17.
## What is stale
The row describing the `smoke` skill says the `/smoke` slash command is "the
manual tool smoke test `./make smoke` drives". That command no longer exists —
it was renamed to `./make agent-smoke` when the end-to-end suites landed,
because the old name collided with the deployment smokes.
```
$ ./make smoke
Error: unknown command: smoke
```
`docs/design/end-to-end-testing.md` records the rename, and `cmd/mk/main.go`
dispatches `agent-smoke`. Only this one line still uses the old name.
## What would help
Update the line to `./make agent-smoke`. Worth carrying over the distinction the
new name exists to make: it drives the agent's tools with a real model and needs
an API key, so it is not a deterministic test.
## Verify
```bash
./make help all # the Advanced section lists agent-smoke
grep -rn "make smoke" . # no hit outside docs/design, which records the rename
```
`./make check docs` covers the Markdown lint. It needs Node; without it, open
the pull request and let CI run that half.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue