@code-partner/codepipe 0.9.1-dev.213.g073f1cc → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- var Lk=Object.defineProperty;var x=(t,e)=>()=>(t&&(e=t(t=0)),e);var Ir=(t,e)=>{for(var r in e)Lk(t,r,{get:e[r],enumerable:!0})};var Ue,ct,xs=x(()=>{"use strict";Ue="0.9.1-dev.213.g073f1cc",ct="https://hub.dev.codepipe.dev"});function Io(t){return typeof t!="number"||!Number.isFinite(t)?!1:t>=Mk&&t<=lt}var lt,Mk,gl=x(()=>{"use strict";xs();lt=4,Mk=4});var hl=x(()=>{"use strict";xs()});function Co(t=4){return`# CodePipe Context Repo format version.
2
+ var Lk=Object.defineProperty;var x=(t,e)=>()=>(t&&(e=t(t=0)),e);var Ir=(t,e)=>{for(var r in e)Lk(t,r,{get:e[r],enumerable:!0})};var Ue,ct,xs=x(()=>{"use strict";Ue="0.9.1",ct="https://hub.codepipe.dev"});function Io(t){return typeof t!="number"||!Number.isFinite(t)?!1:t>=Mk&&t<=lt}var lt,Mk,gl=x(()=>{"use strict";xs();lt=4,Mk=4});var hl=x(()=>{"use strict";xs()});function Co(t=4){return`# CodePipe Context Repo format version.
3
3
  # Bumped by the scaffold / the format-migration PR \u2014 do not edit by hand.
4
4
  template_version: ${t}
5
5
  `}function kl(t){if(!t)return 0;let e=/^\s*template_version:\s*(\d+)\s*$/m.exec(t),r=e?parseInt(e[1]??"",10):NaN;return Number.isFinite(r)&&r>=0?r:0}function wl(t,e=yl){let r=[];for(let n of e)if(!(n.version<=t))for(let o of n.addedPaths)r.includes(o)||r.push(o);return r}function bl(t,e=yl){return e.filter(r=>r.version>t)}var ut,_n,yl,$l=x(()=>{"use strict";ut=".codepipe-context.yaml",_n=".devpipe-context.yaml",yl=[{version:1,summary:"ADR section: adr/ scaffold (README, template, derived INDEX) + the format-version stamp itself",addedPaths:["adr/README.md","adr/0000-template.md","adr/INDEX.md",ut]},{version:2,summary:"Rename the format-version stamp .devpipe-context.yaml \u2192 .codepipe-context.yaml (drop the devpipe-brand leftover)",addedPaths:[ut]},{version:3,summary:"Custom project actions (the RUN tab): actions/ scaffold with the format README",addedPaths:["actions/README.md"]},{version:4,summary:"Project map: model/ scaffold with the format README (facts/ vs derived/ layout)",addedPaths:["model/README.md"]}]});function Ao(t){return`model/facts/identity/${t}.yaml`}function Pr(t){return`model/facts/events/${t}.yaml`}function vl(t){return`model/facts/annotations/${t}.md`}function xl(t){return`model/derived/correlates/${t}.yaml`}function Sl(t){return`model/derived/touched/${t}.yaml`}function Uk(t){return t===""?"root":t.replace(/\//g,"-")}function Tl(t,e){return`model/derived/structure/${t}/${Uk(e)}.yaml`}function Rs(t){return typeof t=="string"&&Fk.test(t)}function Q(t){if(typeof t!="string")return null;let e=t.indexOf(":");if(e<=0)return null;let r=t.indexOf(":",e+1);if(r<0)return null;let n=t.slice(0,e);if(!Bk.includes(n))return null;let o=t.slice(e+1,r),i=t.slice(r+1);return o===""&&!Gk.includes(n)||i===""?null:{level:n,repo:o,path:i}}function ve(t){return`task::${t}`}function pe(t,e,r){return`${t}:${e}:${r}`}function Po(t){let e=[];return dt(t)?(_o(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),typeof t.repo!="string"&&e.push("repo: missing (empty string = cross-repo)"),typeof t.builtFromCommit!="string"&&e.push("builtFromCommit: missing"),Array.isArray(t.edges)?t.edges.forEach((r,n)=>{if(!dt(r)){e.push(`edges[${n}]: not an object`);return}El.includes(r.kind)||e.push(`edges[${n}].kind: unknown "${String(r.kind)}"`),Q(r.from)||e.push(`edges[${n}].from: malformed nodeKey`),Q(r.to)||e.push(`edges[${n}].to: malformed nodeKey`),r.weight!==void 0&&!(typeof r.weight=="number"&&Number.isFinite(r.weight))&&e.push(`edges[${n}].weight: not a finite number`)}):e.push("edges: not an array"),e.length?{ok:!1,errors:e}:{ok:!0,value:t}):{ok:!1,errors:["edge sheet: not an object"]}}function Kk(t){return{...t,edges:Cr(t.edges,e=>`${e.kind} ${e.from} ${e.to}`)}}function _r(t){return Nr(Kk(t))}function dt(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function _o(t){return typeof t=="number"&&Number.isInteger(t)&&t>0}function ze(t){return typeof t=="string"&&t.length>0}function Ct(t){let e=[];if(!dt(t))return{ok:!1,errors:["shard: not an object"]};_o(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),ze(t.repo)||e.push("repo: missing or empty"),ze(t.builtFromCommit)||e.push("builtFromCommit: missing or empty");let r=typeof t.repo=="string"?t.repo:"",n=new Set;return Array.isArray(t.nodes)?t.nodes.forEach((o,i)=>{if(!dt(o)){e.push(`nodes[${i}]: not an object`);return}let s=Q(o.key);if(!s){e.push(`nodes[${i}].key: malformed nodeKey (${JSON.stringify(o.key??null)})`);return}o.level!==s.level&&e.push(`nodes[${i}]: level "${String(o.level)}" does not match key prefix "${s.level}"`),r&&s.repo!==r&&e.push(`nodes[${i}].key: repo "${s.repo}" mixed into shard of repo "${r}"`);let a=o.key;n.has(a)&&e.push(`nodes[${i}].key: duplicate "${a}"`),n.add(a),o.entityId!==void 0&&!Rs(o.entityId)&&e.push(`nodes[${i}].entityId: malformed (${JSON.stringify(o.entityId)})`)}):e.push("nodes: not an array"),Array.isArray(t.edges)?t.edges.forEach((o,i)=>{if(!dt(o)){e.push(`edges[${i}]: not an object`);return}El.includes(o.kind)||e.push(`edges[${i}].kind: unknown "${String(o.kind)}"`),(!ze(o.to)||!Q(o.to))&&e.push(`edges[${i}].to: malformed nodeKey`),(!ze(o.from)||!n.has(o.from))&&e.push(`edges[${i}].from: "${String(o.from)}" is not a node of this shard`),o.weight!==void 0&&!(typeof o.weight=="number"&&Number.isFinite(o.weight))&&e.push(`edges[${i}].weight: not a finite number`)}):e.push("edges: not an array"),e.length?{ok:!1,errors:e}:{ok:!0,value:t}}function jo(t){let e=[];if(!dt(t))return{ok:!1,errors:["identity: not an object"]};if(_o(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),ze(t.repo)||e.push("repo: missing or empty"),t.builtFromCommit!==void 0&&!ze(t.builtFromCommit)&&e.push("builtFromCommit: not a non-empty string"),!Array.isArray(t.entities))e.push("entities: not an array");else{let r=new Set;t.entities.forEach((n,o)=>{if(!dt(n)){e.push(`entities[${o}]: not an object`);return}Rs(n.entityId)?r.has(n.entityId)?e.push(`entities[${o}].entityId: duplicate "${n.entityId}"`):r.add(n.entityId):e.push(`entities[${o}].entityId: malformed (${JSON.stringify(n.entityId??null)})`),Q(n.currentKey)||e.push(`entities[${o}].currentKey: malformed nodeKey`),n.status!=="active"&&n.status!=="orphaned"&&e.push(`entities[${o}].status: expected active|orphaned`),ze(n.firstSeen)||e.push(`entities[${o}].firstSeen: missing`),ze(n.lastSeen)||e.push(`entities[${o}].lastSeen: missing`),n.aliases!==void 0&&(Array.isArray(n.aliases)?n.aliases.forEach((i,s)=>{(!dt(i)||!Q(i.key)||!ze(i.until))&&e.push(`entities[${o}].aliases[${s}]: malformed`)}):e.push(`entities[${o}].aliases: not an array`))})}return e.length?{ok:!1,errors:e}:{ok:!0,value:t}}function At(t){let e=[];return dt(t)?(_o(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),ze(t.taskKey)||e.push("taskKey: missing or empty"),t.origin!=="bootstrap"&&t.origin!=="pipeline"&&e.push("origin: expected bootstrap|pipeline"),t.date!==void 0&&!(typeof t.date=="string"&&/^\d{4}-\d{2}-\d{2}$/.test(t.date))&&e.push("date: expected YYYY-MM-DD"),(!Array.isArray(t.commits)||t.commits.some(r=>!ze(r)))&&e.push("commits: not an array of non-empty strings"),Array.isArray(t.files)?t.files.forEach((r,n)=>{if(!dt(r)||!Q(r.key)){e.push(`files[${n}].key: malformed nodeKey`);return}r.entityId!==void 0&&!Rs(r.entityId)&&e.push(`files[${n}].entityId: malformed`),r.churn!==void 0&&!(typeof r.churn=="number"&&r.churn>=0)&&e.push(`files[${n}].churn: not a non-negative number`)}):e.push("files: not an array"),e.length?{ok:!1,errors:e}:{ok:!0,value:t}):{ok:!1,errors:["event: not an object"]}}function Cr(t,e){return[...t].sort((r,n)=>e(r)<e(n)?-1:e(r)>e(n)?1:0)}function Hk(t){return{...t,nodes:Cr(t.nodes,e=>e.key),edges:Cr(t.edges,e=>`${e.kind}\0${e.from}\0${e.to}`)}}function Wk(t){return{...t,entities:Cr(t.entities,e=>e.entityId).map(e=>e.aliases?{...e,aliases:Cr(e.aliases,r=>`${r.key}\0${r.until}`)}:e)}}function qk(t){let e=t.links?{...t.links,...t.links.adr?{adr:[...t.links.adr].sort()}:{},...t.links.tasks?{tasks:[...t.links.tasks].sort()}:{}}:void 0;return{...t,commits:[...t.commits].sort(),files:Cr(t.files,r=>r.key),...e?{links:e}:{}}}function jn(t){return Yk.test(t)?t:JSON.stringify(t)}function Pl(t){if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="number"){if(!Number.isFinite(t))throw new Error(`model yaml: non-finite number ${t}`);return JSON.stringify(t)}if(typeof t=="string")return JSON.stringify(t);throw new Error(`model yaml: unsupported scalar ${typeof t}`)}function _l(t){return t===null||["boolean","number","string"].includes(typeof t)}function Ss(t){return Object.entries(t).filter(([,e])=>e!==void 0).sort(([e],[r])=>e<r?-1:e>r?1:0)}function jl(t,e,r){if(Array.isArray(t)){for(let n of t)if(_l(n))r.push(`${e}- ${Pl(n)}`);else{if(Array.isArray(n))throw new Error("model yaml: nested arrays are not part of the model schema");{let o=Ss(n);if(o.length===0){r.push(`${e}- {}`);continue}o.forEach(([i,s],a)=>{let c=a===0?`${e}- `:`${e} `;Ts(i,s,c,`${e} `,r)})}}return}for(let[n,o]of Ss(t))Ts(n,o,e,e,r)}function Ts(t,e,r,n,o){if(_l(e))o.push(`${r}${jn(t)}: ${Pl(e)}`);else if(Array.isArray(e))e.length===0?o.push(`${r}${jn(t)}: []`):(o.push(`${r}${jn(t)}:`),jl(e,`${n} `,o));else{let i=Ss(e);if(i.length===0)o.push(`${r}${jn(t)}: {}`);else{o.push(`${r}${jn(t)}:`);for(let[s,a]of i)Ts(s,a,`${n} `,`${n} `,o)}}}function Nr(t){let e=[];return jl(t,"",e),e.join(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-partner/codepipe",
3
- "version": "0.9.1-dev.213.g073f1cc",
3
+ "version": "0.9.1",
4
4
  "description": "CodePipe turns tasks into reviewed pull requests: an AI agent analyzes, implements, and opens a PR under your control.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",