Hello world tutorial incorrectly describing verbose output
Metadata
Current evaluation
Closed and resolved by updating the documentation to match the current rockcraft pack output, replacing outdated verbose examples with the actual default result.
Suggested action: —
No scores available.
Issue body
### Bug Description
The hello world tutorial states
```
Pack the rock with Rockcraft
To build the rock, run:
rockcraft pack
The output should look as follows:
Launching instance...
Retrieved base bare for amd64
Extracted bare:latest
Executed: pull hello
Executed: pull pebble
Executed: overlay hello
Executed: overlay pebble
Executed: build hello
Executed: build pebble
Executed: stage hello
Executed: stage pebble
Executed: prime hello
Executed: prime pebble
Executed parts lifecycle
Exported to OCI archive 'hello_latest_amd64.rock'
```
but the verbosity level default changed and those details aren't printed anymore unless you use --verbosity=verbose (but also in that case the wording seems quite different today)
### To Reproduce
Go on https://documentation.ubuntu.com/rockcraft/en/latest/tutorial/hello-world/# or check docs/tutorial/hello-world.rst
### Environment
rockcraft 1.12.0
### rockcraft.yaml
```yaml
Isn't relevant
```
### Relevant log output
```shell
$ rockcraft pack
Packed hello_latest_amd64.rock
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed and resolved by updating the documentation to match the current rockcraft pack output, replacing outdated verbose examples with the actual default result. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed. Documentation updated to reflect the new default verbosity output for rockcraft pack, replacing the outdated verbose example with the current concise output. | |
| qwen/qwen3.6-35b-a3b | — | — | Documentation updated to reflect current rockcraft pack default output. Issue closed. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed after documentation was updated to reflect current default rockcraft pack output, removing the outdated verbose example. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Documentation updated to reflect current rockcraft pack output, removing outdated verbose examples. Issue closed after fix. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1064 fix: hello world tutorial output | rockcraft | merged | Merged fix removing outdated rockcraft pack output from the hello world tutorial, resolving issue 899. Approved by two reviewers and passed CI. Deletes 22 lines from one documentation file. |