Skip to content

Commit 3916016

Browse files
chaliyclaude
andauthored
docs(network): remove outdated 'stub' references for curl/wget (#118)
## Summary - Remove "stub" from README.md network section - curl/wget are fully implemented - Remove "(stubs)" comment from specs/001-architecture.md curl and wget have full HTTP implementation with security controls (allowlist, size limits, timeouts). ## Test plan - [x] Documentation-only change, no code changes https://claude.ai/code/session_01FY8TuCpBJd4vJD6D9S2d7q Co-authored-by: Claude <noreply@anthropic.com>
1 parent 45f7eea commit 3916016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async fn main() -> anyhow::Result<()> {
4646
| Utilities | `sleep`, `date`, `basename`, `dirname`, `timeout`, `wait` |
4747
| Pipeline | `xargs`, `tee` |
4848
| System info | `whoami`, `hostname`, `uname`, `id`, `env`, `printenv` |
49-
| Network | `curl`, `wget` (stub, requires allowlist) |
49+
| Network | `curl`, `wget` (requires allowlist) |
5050

5151
## Shell Features
5252

specs/001-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ src/
5555
├── date.rs # date
5656
├── sleep.rs # sleep
5757
├── wait.rs # wait
58-
├── curl.rs # curl, wget (stubs)
58+
├── curl.rs # curl, wget
5959
└── ... # grep, sed, awk, jq, etc.
6060
```
6161

0 commit comments

Comments
 (0)