7 Commits

Author SHA256 Message Date
26fbcf3584 Mark runnable scripts executable in git
The repo was committed from WSL with core.filemode=false, so the exec
bit was never recorded. After actions/checkout the entry script comes
down as 100644 and tests/test_cli.sh fails with Permission denied.

Set mode 100755 on every script that is invoked directly (entry,
installer, test suite, mock binaries). Sourced helpers under lib/
keep 100644 per convention.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 13:58:42 +08:00
8813cffd12 Surface runtime health in menu 2026-04-17 12:27:17 +08:00
af871a67a3 Simplify helpers under line cap 2026-04-17 11:33:45 +08:00
7b854c7a96 Add interactive menu regression 2026-04-17 11:09:25 +08:00
014dc88a33 Sync CLI help and README 2026-04-17 10:26:27 +08:00
67a743a02b Polish CLI help behavior 2026-04-17 09:41:45 +08:00
28960eee03 Implement iptables forward manager core 2026-04-17 09:36:40 +08:00