codepiper 0.1.0 → 0.1.3
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.
- package/CHANGELOG.md +9 -2
- package/README.md +12 -12
- package/bin/codepiper +3 -0
- package/package.json +38 -3
- package/packages/web/dist/assets/{AnalyticsPage-BIopKWRf.js → AnalyticsPage-BYagkp3s.js} +1 -1
- package/packages/web/dist/assets/{PoliciesPage-CjdLN3dl.js → PoliciesPage-BPJeu1hF.js} +1 -1
- package/packages/web/dist/assets/{SessionDetailPage-BtSA0V0M.js → SessionDetailPage-BC2DfzCW.js} +1 -1
- package/packages/web/dist/assets/{SettingsPage-Dbbz4Ca5.js → SettingsPage-DK3nS17U.js} +1 -1
- package/packages/web/dist/assets/{WorkflowsPage-Dv6f3GgU.js → WorkflowsPage-CRyRneVm.js} +1 -1
- package/packages/web/dist/assets/{index-hgphORiw.js → index-BuCQxpOr.js} +3 -3
- package/packages/web/dist/assets/{pencil-Dbczxz59.js → pencil-CjFCN0Ny.js} +1 -1
- package/packages/web/dist/assets/{refresh-cw-B0MGsYPL.js → refresh-cw-5PEoFw1w.js} +1 -1
- package/packages/web/dist/assets/{tabs-C8LsWiR5.js → tabs-NNVeDvzk.js} +1 -1
- package/packages/web/dist/assets/{trash-2-Btlg0d4l.js → trash-2-T1eK0jKE.js} +1 -1
- package/packages/web/dist/index.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,5 +6,12 @@ This project follows [Semantic Versioning](https://semver.org/).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
## [0.1.3] - 2026-02-20
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- Hardened npm trusted-publishing workflow to avoid stale auth token bleed in CI.
|
|
13
|
+
- Added a valid top-level CLI `bin` shim (`bin/codepiper`) for npm compatibility.
|
|
14
|
+
- Improved package metadata description for npm listing clarity.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- Expanded release checklist with Bun manual publish notes and npm-vs-GitHub-registry guidance.
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="assets/logo/logo-transparent.png" alt="CodePiper" width="480" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/g3ortega/codepiper/main/assets/logo/logo-transparent.png" alt="CodePiper" width="480" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -507,17 +507,17 @@ bun run check
|
|
|
507
507
|
- [Claude Code Settings](https://code.claude.com/docs/en/settings)
|
|
508
508
|
- [Bun PTY API](https://bun.com/blog/bun-v1.3.5)
|
|
509
509
|
- [Tmux Manual](https://www.man7.org/linux/man-pages/man1/tmux.1.html)
|
|
510
|
-
- [Documentation Index](docs/README.md)
|
|
511
|
-
- [Provider Capability Matrix](docs/features/provider-capability-matrix.md)
|
|
512
|
-
- [Provider Extensibility Guide](docs/features/provider-extensibility.md)
|
|
513
|
-
- [Production Deployment Guide](docs/operations/production-deployment.md)
|
|
514
|
-
- [Troubleshooting](docs/operations/troubleshooting.md)
|
|
515
|
-
- [FAQ](docs/operations/faq.md)
|
|
516
|
-
- [Release Checklist](docs/operations/release-checklist.md)
|
|
517
|
-
- [Contributing](CONTRIBUTING.md)
|
|
518
|
-
- [Security Policy](SECURITY.md)
|
|
519
|
-
- [Changelog](CHANGELOG.md)
|
|
520
|
-
- [TODO](TODO.md)
|
|
510
|
+
- [Documentation Index](https://github.com/g3ortega/codepiper/blob/main/docs/README.md)
|
|
511
|
+
- [Provider Capability Matrix](https://github.com/g3ortega/codepiper/blob/main/docs/features/provider-capability-matrix.md)
|
|
512
|
+
- [Provider Extensibility Guide](https://github.com/g3ortega/codepiper/blob/main/docs/features/provider-extensibility.md)
|
|
513
|
+
- [Production Deployment Guide](https://github.com/g3ortega/codepiper/blob/main/docs/operations/production-deployment.md)
|
|
514
|
+
- [Troubleshooting](https://github.com/g3ortega/codepiper/blob/main/docs/operations/troubleshooting.md)
|
|
515
|
+
- [FAQ](https://github.com/g3ortega/codepiper/blob/main/docs/operations/faq.md)
|
|
516
|
+
- [Release Checklist](https://github.com/g3ortega/codepiper/blob/main/docs/operations/release-checklist.md)
|
|
517
|
+
- [Contributing](https://github.com/g3ortega/codepiper/blob/main/CONTRIBUTING.md)
|
|
518
|
+
- [Security Policy](https://github.com/g3ortega/codepiper/blob/main/SECURITY.md)
|
|
519
|
+
- [Changelog](https://github.com/g3ortega/codepiper/blob/main/CHANGELOG.md)
|
|
520
|
+
- [TODO](https://github.com/g3ortega/codepiper/blob/main/TODO.md)
|
|
521
521
|
|
|
522
522
|
## License
|
|
523
523
|
|
package/bin/codepiper
ADDED
package/package.json
CHANGED
|
@@ -1,9 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codepiper",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "Orchestrate Claude Code and Codex sessions from one control plane: policy-guarded, real-time, and recoverable across devices.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "g3ortega",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/g3ortega/codepiper.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/g3ortega/codepiper#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/g3ortega/codepiper/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"ai",
|
|
17
|
+
"agent",
|
|
18
|
+
"cli",
|
|
19
|
+
"coding-agent",
|
|
20
|
+
"developer-tools",
|
|
21
|
+
"orchestration",
|
|
22
|
+
"multi-session",
|
|
23
|
+
"workflow",
|
|
24
|
+
"automation",
|
|
25
|
+
"terminal",
|
|
26
|
+
"tmux",
|
|
27
|
+
"claude-code",
|
|
28
|
+
"codex",
|
|
29
|
+
"policy",
|
|
30
|
+
"dashboard"
|
|
31
|
+
],
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"access": "public",
|
|
34
|
+
"provenance": true
|
|
35
|
+
},
|
|
5
36
|
"bin": {
|
|
6
|
-
"codepiper": "
|
|
37
|
+
"codepiper": "bin/codepiper"
|
|
7
38
|
},
|
|
8
39
|
"files": [
|
|
9
40
|
"README.md",
|
|
@@ -12,6 +43,7 @@
|
|
|
12
43
|
"LEGAL_NOTICE.md",
|
|
13
44
|
".env.example",
|
|
14
45
|
"package.json",
|
|
46
|
+
"bin/codepiper",
|
|
15
47
|
"scripts/postinstall-link-workspaces.mjs",
|
|
16
48
|
"packages/cli/package.json",
|
|
17
49
|
"packages/cli/src/**/*.ts",
|
|
@@ -47,6 +79,9 @@
|
|
|
47
79
|
"typecheck:strict:daemon": "bunx tsc -p packages/daemon/tsconfig.strict.json --pretty false",
|
|
48
80
|
"typecheck:strict:provider": "bunx tsc -p packages/providers/claude-code/tsconfig.strict.json --pretty false",
|
|
49
81
|
"typecheck:strict": "bun run typecheck:strict:daemon && bun run typecheck:strict:provider",
|
|
82
|
+
"release:version:patch": "npm version patch",
|
|
83
|
+
"release:version:minor": "npm version minor",
|
|
84
|
+
"release:version:major": "npm version major",
|
|
50
85
|
"release:smoke": "bash scripts/release-smoke.sh",
|
|
51
86
|
"bench:ws-transport": "bun run scripts/bench/ws-transport-bench.ts",
|
|
52
87
|
"bench:ws-transport:artifact": "bun run scripts/bench/ws-transport-bench.ts --json --artifact-dir benchmarks/ws-transport",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as i,j as e}from"./react-vendor-B5MgMUHH.js";import{c as A,a as f,f as h,u as U,S as ne,b as le,d as ce,e as de,g as N,B as xe,M as me,A as he,Z as pe}from"./index-
|
|
1
|
+
import{r as i,j as e}from"./react-vendor-B5MgMUHH.js";import{c as A,a as f,f as h,u as U,S as ne,b as le,d as ce,e as de,g as N,B as xe,M as me,A as he,Z as pe}from"./index-BuCQxpOr.js";import{R as g,A as B,C as E,X as w,Y as S,T as v,a as u,B as K,b as F,P as ue,d as fe,e as je}from"./chart-vendor-DlOHLaCG.js";import"./monaco-core-DQ5Mk8AK.js";/**
|
|
2
2
|
* @license lucide-react v0.564.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as c,j as e}from"./react-vendor-B5MgMUHH.js";import{c as z,S as V,b as O,d as U,e as q,g as y,h as v,i as B,j as f,u,B as p,P as D,I as j,D as S,k as $,l as F,m as I,n as E,o as R,p as T,C as X,q as J,X as K,r as L}from"./index-
|
|
1
|
+
import{r as c,j as e}from"./react-vendor-B5MgMUHH.js";import{c as z,S as V,b as O,d as U,e as q,g as y,h as v,i as B,j as f,u,B as p,P as D,I as j,D as S,k as $,l as F,m as I,n as E,o as R,p as T,C as X,q as J,X as K,r as L}from"./index-BuCQxpOr.js";import{T as _}from"./trash-2-T1eK0jKE.js";import{P as Q,L as k}from"./pencil-CjFCN0Ny.js";import{T as Y,a as Z,b as C,c as P}from"./tabs-NNVeDvzk.js";import"./monaco-core-DQ5Mk8AK.js";import"./chart-vendor-DlOHLaCG.js";/**
|
|
2
2
|
* @license lucide-react v0.564.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
package/packages/web/dist/assets/{SessionDetailPage-BtSA0V0M.js → SessionDetailPage-BC2DfzCW.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/monacoSetup-DvBj52bT.js","assets/monaco-react-DfZNWvtW.js","assets/react-vendor-B5MgMUHH.js","assets/monaco-core-DQ5Mk8AK.js","assets/monaco-core-B_19GPAS.css"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{r as u,j as t,k as ur,l as hs,o as gt,m as pt,n as wn,p as At,q as Vt,t as ps,w as dr,E as xs,x as kn,y as Rt,z as ke,A as gs,C as bs,D as We,F as Zt,G as ys,H as St,I as ft,J as vs,M as ws,K as ks,u as js}from"./react-vendor-B5MgMUHH.js";import{c as K,j as A,q as xt,i as Gt,S as mr,b as fr,G as jn,d as hr,e as pr,g as pn,s as Ns,a as Qe,t as xr,C as gr,u as q,T as Cs,v as Ss,B as Ke,P as Es,X as et,r as Rs,h as Et,L as br,w as Ae,x as yr,M as vr,y as en,z as wr,E as Ts,F as As,H as Ms,J as Ds,K as Ps,N as Ls,O as _s,Q as Fs,R as zs,U as $s,I as Is,V as Os,W as Bs,Y as Hs,_ as Us,$ as qs}from"./index-
|
|
2
|
+
import{r as u,j as t,k as ur,l as hs,o as gt,m as pt,n as wn,p as At,q as Vt,t as ps,w as dr,E as xs,x as kn,y as Rt,z as ke,A as gs,C as bs,D as We,F as Zt,G as ys,H as St,I as ft,J as vs,M as ws,K as ks,u as js}from"./react-vendor-B5MgMUHH.js";import{c as K,j as A,q as xt,i as Gt,S as mr,b as fr,G as jn,d as hr,e as pr,g as pn,s as Ns,a as Qe,t as xr,C as gr,u as q,T as Cs,v as Ss,B as Ke,P as Es,X as et,r as Rs,h as Et,L as br,w as Ae,x as yr,M as vr,y as en,z as wr,E as Ts,F as As,H as Ms,J as Ds,K as Ps,N as Ls,O as _s,Q as Fs,R as zs,U as $s,I as Is,V as Os,W as Bs,Y as Hs,_ as Us,$ as qs}from"./index-BuCQxpOr.js";import{_ as In}from"./monaco-core-DQ5Mk8AK.js";import{R as Vs}from"./refresh-cw-5PEoFw1w.js";import{L as On,P as Ks}from"./pencil-CjFCN0Ny.js";import{x as Gs,a as Ws}from"./terminal-vendor-Cs8KPbV3.js";import{T as Qs,a as Ys,b as Xs,c as kt}from"./tabs-NNVeDvzk.js";import"./chart-vendor-DlOHLaCG.js";/**
|
|
3
3
|
* @license lucide-react v0.564.0 - ISC
|
|
4
4
|
*
|
|
5
5
|
* This source code is licensed under the ISC license.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as a,j as e}from"./react-vendor-B5MgMUHH.js";import{c as $,F as gs,a0 as Y,j as C,u as t,a1 as ys,a2 as vs,z as js,r as pe,Z as Ns,a3 as Re,a4 as ws,a as Ue,a5 as ks,a6 as Me,D as J,k as qe,B as P,P as X,l as ee,m as se,n as te,o as ae,I as T,p as re,a7 as he,C as Ss,q as Cs,a8 as V,a9 as Ps,x as Le,aa as Es,ab as me,ac as As}from"./index-
|
|
1
|
+
import{r as a,j as e}from"./react-vendor-B5MgMUHH.js";import{c as $,F as gs,a0 as Y,j as C,u as t,a1 as ys,a2 as vs,z as js,r as pe,Z as Ns,a3 as Re,a4 as ws,a as Ue,a5 as ks,a6 as Me,D as J,k as qe,B as P,P as X,l as ee,m as se,n as te,o as ae,I as T,p as re,a7 as he,C as Ss,q as Cs,a8 as V,a9 as Ps,x as Le,aa as Es,ab as me,ac as As}from"./index-BuCQxpOr.js";import{R as $e}from"./refresh-cw-5PEoFw1w.js";import{T as We}from"./trash-2-T1eK0jKE.js";import{T as Ds,a as Fs,b as G,c as Q}from"./tabs-NNVeDvzk.js";import"./monaco-core-DQ5Mk8AK.js";import"./chart-vendor-DlOHLaCG.js";/**
|
|
2
2
|
* @license lucide-react v0.564.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r,j as e}from"./react-vendor-B5MgMUHH.js";import{G as n,i,j as c,u as m}from"./index-
|
|
1
|
+
import{r,j as e}from"./react-vendor-B5MgMUHH.js";import{G as n,i,j as c,u as m}from"./index-BuCQxpOr.js";import"./monaco-core-DQ5Mk8AK.js";import"./chart-vendor-DlOHLaCG.js";function b(){const[t,d]=r.useState([]),[a,l]=r.useState(!0);return r.useEffect(()=>{(async()=>{try{const o=await c.getWorkflows();d(o.workflows)}catch{m.error("Failed to load workflows")}finally{l(!1)}})()},[]),e.jsxs("div",{className:"p-4 md:p-8 max-w-7xl mx-auto",children:[e.jsx("div",{className:"flex justify-between items-center mb-4 md:mb-6",children:e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl md:text-3xl font-bold tracking-tight",children:"Workflows"}),e.jsx("p",{className:"text-sm text-muted-foreground mt-1",children:"Orchestrate multi-step session automations"})]})}),a?e.jsx("div",{className:"flex justify-center items-center h-64",children:e.jsxs("div",{className:"flex items-center gap-3 text-muted-foreground",children:[e.jsx("div",{className:"w-4 h-4 border-2 border-cyan-500/30 border-t-cyan-500 rounded-full animate-spin"}),e.jsx("span",{className:"text-sm",children:"Loading workflows..."})]})}):t.length===0?e.jsxs("div",{className:"flex flex-col items-center justify-center h-64 rounded-xl border border-border bg-card/80",children:[e.jsx(n,{className:"h-10 w-10 text-muted-foreground/20 mb-3"}),e.jsx("p",{className:"text-sm text-muted-foreground mb-1",children:"No workflows defined"}),e.jsxs("p",{className:"text-xs text-muted-foreground/60",children:["Create workflows via the CLI:"," ",e.jsx("code",{className:"bg-muted/50 px-1.5 py-0.5 rounded text-[11px] font-mono border border-border",children:"codepiper workflow create"})]})]}):e.jsx("div",{className:"grid gap-4 md:grid-cols-2 lg:grid-cols-3",children:t.map(s=>e.jsxs("div",{className:"rounded-xl border border-border bg-card/80 backdrop-blur-sm p-5 hover:bg-accent/50 transition-colors",children:[e.jsxs("div",{className:"flex items-center justify-between mb-3",children:[e.jsx("h3",{className:"text-sm font-semibold",children:s.name}),e.jsx("span",{className:"text-[10px] font-mono text-muted-foreground/50 bg-muted/50 px-1.5 py-0.5 rounded border border-border",children:s.id})]}),s.description&&e.jsx("p",{className:"text-sm text-muted-foreground mb-3",children:s.description}),e.jsxs("p",{className:"text-[11px] text-muted-foreground/50",children:["Created ",i(s.createdAt)]})]},s.id))})]})}export{b as WorkflowsPage};
|