Commit e1d3956
authored
Address challenge feedback from Discord (#264)
THIS MESSAGE IS GENERATED BY AN AUTOMATED PROCESS.
## Summary
- Based on sanitized public Discord messages, clarifies the two-pass
workflow in Linux Luminarium’s `piping/tee` challenge.
- `DESCRIPTION.md` now directs learners to save the first pipeline
attempt with `tee`, inspect it, and retry with the discovered
information.
- `challenge/college` now provides the same actionable guidance after an
incorrect attempt.
- `tests_private/test_solve.sh` now verifies the failed first attempt,
wrapped recovery hint, saved discovery output, unpiped-command guard,
and successful retry returning a real flag.
## Validation
- `bash -n` passed for `challenge/college` and
`tests_private/test_solve.sh`.
- `nix develop --command pwnshop test
challenges/linux-luminarium/piping/tee` passed: 1 challenge, 1 testcase.
- A recorded PTY playthrough confirmed the save–inspect–retry discovery
flow; the private regression covers the recovery hint and final flag
omitted from the recording.
- `git diff --check` passed.
## Notes / deferred follow-ups
- A Computing 101 assembly bridge remains deferred because the feedback
did not identify a blocking challenge slug, attempted source, checker
output, or independently confirmed missing concept.
- The Getting Started “levels 9–10” report remains deferred because it
lacks an exact challenge and reproduction, and the active curriculum is
maintained in the separate `welcome-dojo` repository.1 parent 54749b6 commit e1d3956
3 files changed
Lines changed: 2 additions & 1 deletion
File tree
- challenges/linux-luminarium/piping/tee
- challenge
- tests_private
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Binary file not shown.
0 commit comments