noninteractive 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,3 +72,9 @@ npx noninteractive stop workos
|
|
|
72
72
|
## Why
|
|
73
73
|
|
|
74
74
|
AI coding agents can run shell commands, but they can't interact with prompts that wait for user input. This tool bridges that gap — the agent starts the command, reads the output, decides what to send, and completes the flow autonomously.
|
|
75
|
+
|
|
76
|
+
## DevTool Arena
|
|
77
|
+
|
|
78
|
+
This tool powers [2027.dev/arena](https://2027.dev/arena) — a benchmark that sends Claude Code through every devtool's getting-started guide to measure how agent-friendly they are. If an agent can't navigate your product, it won't use it.
|
|
79
|
+
|
|
80
|
+
Learn more about why this matters at [2027.dev/manifesto](https://2027.dev/manifesto).
|