diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 0000000..390008d --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2025-02-12 - Headless CLI Architecture Constraints +**Learning:** This application is a headless CLI that exclusively outputs machine-parseable JSON envelopes to stdout for AI consumption. There is no human-readable UI, terminal text format, or web interface. +**Action:** No visual, textual, or accessibility (a11y) UX enhancements can be applied. Stop execution without creating a PR when acting as the Palette persona in this repository. diff --git a/tests/agent-envelope.test.ts b/tests/agent-envelope.test.ts index cfad12d..d5ddb2f 100644 --- a/tests/agent-envelope.test.ts +++ b/tests/agent-envelope.test.ts @@ -76,7 +76,7 @@ describe("agent format across commands", () => { run("export", "gherkin", created.key); run("doctor", created.key); rmSync(root, { recursive: true, force: true }); - }, 20_000); + }, 30_000); it("returns KEY_NOT_FOUND with recovery suggestion", () => { const root = join(tmpdir(), `vspec-agent-missing-${crypto.randomUUID()}`);