Files
pbakaus_impeccable/tests/oracle/golden/context-monorepo-root.json
T

12 lines
2.4 KiB
JSON

{
"stdout": "TARGET_SELECTION_REQUIRED:\n{\n \"targetPath\": null,\n \"projectRoot\": \"<WS>\",\n \"repoRoot\": \"<WS>\",\n \"targetCandidates\": [\n {\n \"name\": \"a\",\n \"path\": \"apps/a\",\n \"targetExample\": \"apps/a/src/App.tsx\",\n \"productStatus\": \"child\",\n \"productPath\": \"apps/a/PRODUCT.md\",\n \"designStatus\": \"child\",\n \"designPath\": \"apps/a/DESIGN.md\"\n },\n {\n \"name\": \"b\",\n \"path\": \"apps/b\",\n \"targetExample\": \"apps/b/src/App.tsx\",\n \"productStatus\": \"inherited\",\n \"productPath\": \"PRODUCT.md\",\n \"designStatus\": \"inherited\",\n \"designPath\": \"DESIGN.md\"\n }\n ]\n}\n\nShow each app with its productStatus/productPath and designStatus/designPath so the user can see child overrides, inherited root files, fallback files, or missing files before choosing. Ask the user which app Impeccable should use, then rerun Impeccable helper commands from that child app cwd using this same scripts directory. Use `--target <path>` only as a fallback when changing cwd is not possible, or when the user explicitly named a file/path.\n",
"stderr": "",
"exit": 0,
"signal": null,
"files": {
".impeccable/config.json": "{\n \"projectRoots\": [\n \"apps/*\"\n ]\n}\n",
"DESIGN.md": "---\nname: Oracle Fixture\ncolors:\n ink: \"#111111\"\n paper: \"#fbf7ef\"\n accent: \"#1a4d8f\"\ntypography:\n body:\n fontFamily: \"Palatino, Georgia, serif\"\n heading:\n fontFamily: \"Palatino, Georgia, serif\"\ncomponents:\n button:\n backgroundColor: \"{colors.accent}\"\n---\n\n# Design System: Oracle Fixture\n\n## Overview\nA quiet editorial system: warm paper, ink text, one deep blue accent.\n\n## Colors\n\n### Primary\n- **Ink** (#111111): Text.\n- **Paper** (#fbf7ef): Page background.\n- **Accent** (#1a4d8f): Links and primary actions.\n\n## Typography\n\n**Body Font:** Palatino\n\n### Hierarchy\n- **Body** (400, 17px, 1.55): Paragraphs.\n- **H1** (600, 40px, 1.1): Page title.\n\n## Components\n\n### Button\n- Accent fill, paper text, no shadow.\n",
"PRODUCT.md": "# Oracle Fixture Product\n\n<!-- impeccable:product-schema 1 -->\n\n## Platform\n\nweb\n\n## Positioning\nA fixture app the oracle harness uses to pin helper-script behavior.\n\n## Operating Context\nSmall teams reviewing design output.\n\n## Evidence on Hand\nNone yet.\n\n## Product Principles\n- Say what it does.\n- Nothing decorative.\n"
}
}