mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-17 01:27:11 +00:00
3ef8b51f36
- Use the package-path form for the tester utilities (go run ./cmd/ctester, go run ./cmd/etester test) instead of shell glob / single-file invocations, which are more portable and avoid the multi-file compile pitfall. - Add -verbose to the container etester example so it matches the local example. - Wrap the new README Quick Start pointer across multiple lines; rendered Markdown is unchanged.