Research stage: research-summary.json artifact + research: config validation #210
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add the research stage's artifact and config surface:
research-summary.jsonartifact — schema validation + I/O (round-trip; rejects malformed input). Schema in IMPLEMENTATION_PLAN.md (checkedDeps, researchedDeps, updatedFolders, shipped, prUrl, createdAt). This is also the research stage's resume marker.docs/reference/<slug>/_meta.json({ name, version, fetchedAt, sources, manifestPath }); consumed by the version gate.research:section inpiloop-config.yaml:enabled(default true),merge-method(default squash),max-pages-per-dependency(default 5; 0 = unlimited),max-deps-per-run(default 10; 0 = unlimited),skip-labels(default [chore, documentation]). Strict validation: unknown keys / wrong types abort withkind: config(ADR-013 semantics).References: ADR-014 (docs/adr/014-research-stage.md), DESIGN.md §3.4 + §7.1.