Agent configuration and collaboration control
Rel(AI)Build targets a practical weak point in coding-agent use: the files that define prompts, permissions, and tool behavior often have little provenance or review history. Its corpus study found exact duplicate agent config paths in 10.1% of tracked cases after fork adjustment, and 75.5% of duplicate clone pairs crossed organization boundaries. The proposed control plane adds hashes, lockfiles, audit logs, permission tiers, pre-tool checks, and compilation into seven IDE targets.
Knowledge-Based Pull Requests (KPR) applies a similar control instinct to collaboration. External code, tests, logs, and cleaned agent traces become a reviewed knowledge package. A project-owned agent then regenerates candidate code inside the receiving repository. The pilot covers seven merged public pull requests, so the evidence is early, but the workflow names a real review problem: maintainers need intent, risk, and provenance before they accept agent-assisted changes.