@aihq/harness 0.3.1 → 0.4.0
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/README.md +6 -0
- package/dist/{chunk-EAFL7TH3.js → chunk-2N5U3KQN.js} +165 -155
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +6 -5
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{ja as s}from"./chunk-
|
|
2
|
+
import{ja as s}from"./chunk-2N5U3KQN.js";s().parseAsync(process.argv).catch(r=>{process.stderr.write(`fatal: ${r instanceof Error?r.message:String(r)}
|
|
3
3
|
`),process.exitCode=1});
|
package/dist/index.d.ts
CHANGED
|
@@ -351,10 +351,11 @@ interface DigestAction {
|
|
|
351
351
|
};
|
|
352
352
|
}
|
|
353
353
|
/**
|
|
354
|
-
* Remove a repo-LOCAL file that aih exclusively owns — aih's only
|
|
355
|
-
* action.
|
|
356
|
-
* aih-owned
|
|
357
|
-
* dropped
|
|
354
|
+
* Remove a repo-LOCAL file or directory that aih exclusively owns — aih's only
|
|
355
|
+
* destructive action. Two emitters: `aih prune` (artifacts its detection proved
|
|
356
|
+
* aih-owned — a per-CLI adapter note, a kiro steering/hook extra — once the CLI is
|
|
357
|
+
* dropped) and `aih skill remove` (a user-directed removal of an installed skill's
|
|
358
|
+
* directory + committed card). The executor fails closed: mandatory {@link assertContained} on the raw
|
|
358
359
|
* path (no `external` field exists, so a global `~/home` file is structurally
|
|
359
360
|
* unreachable), a symlink guard, and a backup before unlink. By default it MOVES the
|
|
360
361
|
* file to gitignored `.aih/legacy/<path>` (reversible; occupied destinations are never
|
|
@@ -770,7 +771,7 @@ declare function parseCertLines(stdout: string): CertEntry[];
|
|
|
770
771
|
*/
|
|
771
772
|
declare function parsePemBlocks(stdout: string, subject?: string): CertEntry[];
|
|
772
773
|
|
|
773
|
-
declare const VERSION = "0.
|
|
774
|
+
declare const VERSION = "0.4.0";
|
|
774
775
|
/** Build the configured commander program. Imported by both the CLI entry and tests. */
|
|
775
776
|
declare function buildProgram(): Command;
|
|
776
777
|
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{$ as fr,A as Y,B as _,C as c,D as h,E as j,F as k,G as q,H as v,I as w,J as y,K as z,L as F,M as G,N as H,O as J,P as K,Q,R as U,S as W,T as X,U as Z,V as $,W as rr,X as or,Y as mr,Z as er,_ as tr,a as p,aa as pr,b as x,ba as xr,c as A,ca as Ar,d as I,da as Ir,e as L,ea as r,f as C,fa as o,g as E,ga as m,h as N,ha as e,i as O,ia as t,j as S,ja as f,k as a,l as d,m as g,n as i,o as s,p as D,q as M,r as P,s as R,t as b,u as l,v as n,w as u,x as B,y as T,z as V}from"./chunk-
|
|
1
|
+
import{$ as fr,A as Y,B as _,C as c,D as h,E as j,F as k,G as q,H as v,I as w,J as y,K as z,L as F,M as G,N as H,O as J,P as K,Q,R as U,S as W,T as X,U as Z,V as $,W as rr,X as or,Y as mr,Z as er,_ as tr,a as p,aa as pr,b as x,ba as xr,c as A,ca as Ar,d as I,da as Ir,e as L,ea as r,f as C,fa as o,g as E,ga as m,h as N,ha as e,i as O,ia as t,j as S,ja as f,k as a,l as d,m as g,n as i,o as s,p as D,q as M,r as P,s as R,t as b,u as l,v as n,w as u,x as B,y as T,z as V}from"./chunk-2N5U3KQN.js";export{m as ALL_COMMANDS,p as AihError,r as CAPABILITIES,g as ContextDir,O as DirtyWorktreeError,a as FsTransaction,I as FsTxnError,E as MergeError,C as NotImplementedError,N as PathContainmentError,A as PlatformError,o as READONLY,x as SettingsError,t as VERSION,L as VerificationError,K as VerificationReport,k as beginMarker,f as buildProgram,J as deepMerge,Z as defaultRunner,or as derBase64ToPem,P as digest,M as doc,R as dynamicDigest,q as endMarker,j as ensureTrailingNewline,u as envBlock,n as exec,W as executePlan,$ as fakeRunner,w as formatExport,c as frontmatter,_ as indent,H as isPlainObject,h as jsonFile,Y as lines,i as loadSettings,Ir as makeHostAdapter,v as managedBlock,rr as missingToolRunner,pr as parseCertLines,tr as parseFirstInt,G as parseJsoncText,fr as parseNvidiaSmi,xr as parsePemBlocks,T as plan,b as probe,l as probeMany,d as readIfExists,e as registerCommands,B as remove,F as removeManagedBlock,U as resolveContents,Ar as resolvePlatform,S as retryTransient,mr as safeCaPattern,V as stripTrailingNewlines,X as summarizeResult,y as upsertManagedBlock,z as upsertTextBlock,er as vdiFromEnv,Q as writeArtifact,D as writeJson,s as writeText};
|