mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 10:06:54 +03:00
8 lines
1.4 KiB
JSON
8 lines
1.4 KiB
JSON
{
|
|
"stdout": "{\n \"projectRoot\": \"<WS>\",\n \"repoRoot\": \"<WS>\",\n \"isMonorepo\": true,\n \"productPath\": \"PRODUCT.md\",\n \"designPath\": \"DESIGN.md\",\n \"platform\": \"web\",\n \"ruleRegistryAvailable\": true,\n \"findings\": [\n {\n \"id\": \"workspace-context-inherited\",\n \"artifact\": \"PRODUCT.md\",\n \"path\": null,\n \"severity\": \"mention\",\n \"summary\": \"1 of 2 workspace(s) inherit the repo-root PRODUCT.md: `apps/b`. Inheritance is intended; whether one record truthfully describes these apps is not something this check can tell.\",\n \"fix\": \"Ask the user whether the inherited record describes each app. Where it does not, `init` in that workspace writes a child PRODUCT.md that overrides it.\"\n }\n ],\n \"workspaces\": [\n {\n \"name\": \"a\",\n \"path\": \"apps/a\",\n \"productStatus\": \"child\",\n \"productPath\": \"apps/a/PRODUCT.md\",\n \"designStatus\": \"child\",\n \"designPath\": \"apps/a/DESIGN.md\",\n \"platform\": \"web\"\n },\n {\n \"name\": \"b\",\n \"path\": \"apps/b\",\n \"productStatus\": \"inherited\",\n \"productPath\": \"PRODUCT.md\",\n \"designStatus\": \"inherited\",\n \"designPath\": \"DESIGN.md\",\n \"platform\": \"web\"\n }\n ]\n}\n",
|
|
"stderr": "",
|
|
"exit": 0,
|
|
"signal": null,
|
|
"files": {}
|
|
}
|