kaven-cli 0.5.0 → 0.6.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/dist/index.js +92 -83
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,98 +1,102 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{a as
|
|
3
|
-
`)){let m=u.trim();if(m.startsWith("#")||!m.includes("="))continue;let g=m.split("=")[0].trim();g&&p.add(g)}return p},s=i(
|
|
4
|
-
`),a,i;for(let s=0;s<
|
|
5
|
-
`);return{found:!0,beginLine:a,endLine:i,content:s}}return{found:!1}}injectModule(e,t,n
|
|
2
|
+
import{a as oo,b as no,c as ro,d as nt,e as Be,f as ke,g as H}from"./chunk-JHLQ46NG.js";import{Command as pa}from"commander";import x from"chalk";import{execSync as so}from"child_process";import co from"path";import at from"fs-extra";import E from"fs-extra";import K from"path";import vn from"os";var rt=class{constructor(e,t,r){this.projectRoot=e;this.markerService=t;this.manifestParser=r}async checkAll(){let e=[];return e.push(...await this.checkAnchors()),e.push(...await this.checkMarkers()),e.push(...await this.checkDependencies()),e.push(...await this.checkSchemaMerge()),e.push(...await this.checkEnvCompleteness()),e.push(...await this.checkLicense()),e.push(...await this.checkFrameworkVersion()),e.push(...await this.checkPrismaClientSync()),e}async checkAnchors(){let e=[],t=[{file:"apps/api/src/app.ts",anchor:"// [KAVEN_MODULE_IMPORTS]"},{file:"apps/api/src/app.ts",anchor:"// [KAVEN_MODULE_HOOKS]"},{file:"apps/api/src/app.ts",anchor:"// [KAVEN_MODULE_REGISTRATION]"}];for(let{file:r,anchor:n}of t){let a=K.join(this.projectRoot,r);if(!await E.pathExists(a)){e.push({type:"anchor",severity:"warning",message:`File not found: ${r}`,file:r,fixable:!1});continue}(await E.readFile(a,"utf-8")).includes(n)||e.push({type:"anchor",severity:"error",message:`Missing anchor: ${n}`,file:r,fixable:!1})}return e}async checkMarkers(){let e=[],r=(await this.readKavenConfig()).modules.filter(n=>n.installed);for(let n of r){let a=K.join(this.projectRoot,".kaven/modules",n.name,"module.json");if(!await E.pathExists(a)){e.push({type:"marker",severity:"error",message:`Manifest not found for installed module: ${n.name}`,fixable:!1});continue}try{let i=await this.manifestParser.parse(a);for(let s of i.injections){let c=K.join(this.projectRoot,s.file);if(!await E.pathExists(c)){e.push({type:"marker",severity:"error",message:`Injection target not found: ${s.file}`,file:s.file,fixable:!1});continue}let l=await E.readFile(c,"utf-8"),d=s.moduleName||n.name;this.markerService.detectMarkers(l,d).found||e.push({type:"marker",severity:"error",message:`Module ${n.name} not injected in ${s.file}`,file:s.file,fixable:!0})}}catch(i){e.push({type:"marker",severity:"error",message:`Invalid manifest for module ${n.name}: ${i instanceof Error?i.message:String(i)}`,fixable:!1})}}return e}async checkDependencies(){let e=[],r=(await this.readKavenConfig()).modules.filter(i=>i.installed),n=K.join(this.projectRoot,"package.json");if(!await E.pathExists(n))return e.push({type:"dependency",severity:"error",message:"package.json not found",fixable:!1}),e;let a=await E.readJSON(n);for(let i of r){let s=K.join(this.projectRoot,".kaven/modules",i.name,"module.json");if(await E.pathExists(s))try{let c=await this.manifestParser.parse(s);for(let l of c.dependencies.npm){let[d]=l.split("@"),p=a.dependencies?.[d],u=a.devDependencies?.[d];!p&&!u&&e.push({type:"dependency",severity:"warning",message:`Missing npm dependency: ${l}`,fixable:!0})}}catch{}}return e}async checkSchemaMerge(){let e=[],t=K.join(this.projectRoot,"packages/database/prisma/schema.base.prisma");if(!await E.pathExists(t))return e.push({type:"dependency",severity:"warning",message:"Prisma base schema not found: packages/database/prisma/schema.base.prisma",file:"packages/database/prisma/schema.base.prisma",fixable:!1}),e;let r=K.dirname(t);try{let n=await E.readdir(r);for(let a of n){if(!a.endsWith(".prisma"))continue;let i=K.join(r,a);(await E.readFile(i,"utf-8")).includes("<<<<<<<")&&e.push({type:"marker",severity:"error",message:`Merge conflict detected in schema file: ${a}`,file:K.join("packages/database/prisma",a),fixable:!1})}}catch{}return e.length===0&&e.push({type:"dependency",severity:"info",message:"Prisma schema integrity OK",fixable:!1}),e}async checkEnvCompleteness(){let e=[],t=K.join(this.projectRoot,".env.example"),r=K.join(this.projectRoot,".env");if(!await E.pathExists(t))return e.push({type:"dependency",severity:"info",message:".env.example not found \u2014 skipping env completeness check",fixable:!1}),e;if(!await E.pathExists(r))return e.push({type:"dependency",severity:"warning",message:".env file not found. Copy .env.example to .env and fill in values",file:".env",fixable:!1}),e;let n=await E.readFile(t,"utf-8"),a=await E.readFile(r,"utf-8"),i=d=>{let p=new Set;for(let u of d.split(`
|
|
3
|
+
`)){let m=u.trim();if(m.startsWith("#")||!m.includes("="))continue;let g=m.split("=")[0].trim();g&&p.add(g)}return p},s=i(n),c=i(a),l=[];for(let d of s)c.has(d)||l.push(d);return l.length>0?e.push({type:"dependency",severity:"warning",message:`Missing env vars in .env: ${l.join(", ")}`,file:".env",fixable:!0}):e.push({type:"dependency",severity:"info",message:"Env vars completeness OK",fixable:!1}),e}async checkLicense(){let e=[],t=K.join(vn.homedir(),".kaven","license.json");if(!await E.pathExists(t))return e.push({type:"dependency",severity:"warning",message:"No license found at ~/.kaven/license.json. Run 'kaven license status' to set up.",fixable:!1}),e;try{let r=await E.readJson(t);if(r.expiresAt){let n=new Date(r.expiresAt).getTime();if(Date.now()>n)return e.push({type:"dependency",severity:"error",message:`License expired on ${r.expiresAt}. Run 'kaven upgrade' to renew.`,fixable:!1}),e}e.push({type:"dependency",severity:"info",message:`License valid (tier: ${r.tier||"unknown"})`,fixable:!1})}catch{e.push({type:"dependency",severity:"warning",message:"Could not read license file. Try 'kaven license status'.",fixable:!1})}return e}async checkFrameworkVersion(){let e=[],t=K.join(this.projectRoot,"package.json");if(!await E.pathExists(t))return e.push({type:"dependency",severity:"info",message:"package.json not found \u2014 skipping framework version check",fixable:!1}),e;try{let r=await E.readJSON(t),n=r.dependencies?.["@kaven/core"]||r.devDependencies?.["@kaven/core"];if(!n)return e.push({type:"dependency",severity:"info",message:"@kaven/core not found in dependencies \u2014 not a Kaven framework project",fixable:!1}),e;let a="1.0.0",s=n.replace(/[\^~>=<]/,"").split(" ")[0].split(".").map(Number),c=a.split(".").map(Number),l=!0;for(let d=0;d<3&&!((s[d]||0)>(c[d]||0));d++)if((s[d]||0)<(c[d]||0)){l=!1;break}l?e.push({type:"dependency",severity:"info",message:`Framework version OK (${n})`,fixable:!1}):e.push({type:"dependency",severity:"warning",message:`@kaven/core version ${n} may be outdated. Minimum: ^${a}`,fixable:!1})}catch{e.push({type:"dependency",severity:"info",message:"Could not determine framework version",fixable:!1})}return e}async checkPrismaClientSync(){let e=[],t=K.join(this.projectRoot,"node_modules/@prisma/client"),r=K.join(this.projectRoot,"prisma/schema.prisma");if(!await E.pathExists(t))return e.push({type:"dependency",severity:"warning",message:"@prisma/client not found. Run 'npx prisma generate' to generate the client.",fixable:!0}),e;if(!await E.pathExists(r))return e.push({type:"dependency",severity:"info",message:"prisma/schema.prisma not found \u2014 skipping Prisma sync check",fixable:!1}),e;try{let n=await E.stat(r),a=await E.stat(t);n.mtime>a.mtime?e.push({type:"dependency",severity:"warning",message:"Prisma schema was modified after client generation. Run 'npx prisma generate'.",fixable:!0}):e.push({type:"dependency",severity:"info",message:"Prisma client is up to date",fixable:!1})}catch{e.push({type:"dependency",severity:"info",message:"Could not compare Prisma schema and client timestamps",fixable:!1})}return e}async readKavenConfig(){let e=K.join(this.projectRoot,"kaven.json");if(!await E.pathExists(e))return{modules:[]};try{return await E.readJSON(e)}catch{return{modules:[]}}}};function Ve(o){return{moduleName:o,beginMarker:`// [KAVEN_MODULE:${o} BEGIN]`,endMarker:`// [KAVEN_MODULE:${o} END]`}}var oe=class{hasModule(e,t){let r=Ve(t);return e.includes(r.beginMarker)&&e.includes(r.endMarker)}detectMarkers(e,t){let r=Ve(t),n=e.split(`
|
|
4
|
+
`),a,i;for(let s=0;s<n.length;s++)if(n[s].includes(r.beginMarker)&&(a=s),n[s].includes(r.endMarker)){i=s;break}if(a!==void 0&&i!==void 0){let s=n.slice(a+1,i).join(`
|
|
5
|
+
`);return{found:!0,beginLine:a,endLine:i,content:s}}return{found:!1}}injectModule(e,t,r,n){if(this.hasModule(e,r))throw new Error(`Module ${r} already injected`);if(!e.includes(t))throw new Error(`Anchor not found: ${t}`);let a=Ve(r),i=`
|
|
6
6
|
${a.beginMarker}
|
|
7
|
-
${
|
|
7
|
+
${n}
|
|
8
8
|
${a.endMarker}
|
|
9
|
-
`;return e.replace(t,`${t}${i}`)}removeModule(e,t){let
|
|
10
|
-
${this.formatZodError(
|
|
11
|
-
`)}};function
|
|
12
|
-
`)){let
|
|
9
|
+
`;return e.replace(t,`${t}${i}`)}removeModule(e,t){let r=Ve(t),n=this.escapeRegex(r.beginMarker),a=this.escapeRegex(r.endMarker),i=new RegExp(`\\n?${n}[\\s\\S]*?${a}\\n?`,"g"),s=e.replace(i,"");if(s===e)throw new Error(`Module ${t} not found in file`);return s}escapeRegex(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}};import io from"fs-extra";import{z as v}from"zod";var kn=v.object({npm:v.array(v.string()).default([]),peerModules:v.array(v.string()).default([]),kavenVersion:v.string().default(">=0.1.0")}),Ct=v.object({source:v.string(),dest:v.string()}),bn=v.object({backend:v.array(Ct).default([]),frontend:v.array(Ct).default([]),database:v.array(Ct).default([])}),xn=v.object({file:v.string(),anchor:v.string(),code:v.string(),moduleName:v.string().optional()}),En=v.object({postInstall:v.string().nullable().default(null),preRemove:v.string().nullable().default(null)}),Sn=v.object({key:v.string(),required:v.boolean().default(!1),example:v.string().optional()}),ao=v.object({name:v.string().min(1),version:v.string().regex(/^\d+\.\d+\.\d+$/),description:v.string().optional(),author:v.string().default("Kaven"),license:v.string().default("Proprietary"),dependencies:kn,files:bn,injections:v.array(xn),scripts:En,env:v.array(Sn).default([])});import{ZodError as Cn}from"zod";var Ae=class{async parse(e){if(!await io.pathExists(e))throw new Error(`Manifest not found: ${e}`);let t=await io.readFile(e,"utf-8"),r;try{r=JSON.parse(t)}catch{throw new Error(`Failed to parse manifest JSON: ${e}`)}try{return ao.parse(r)}catch(n){throw n instanceof Cn?new Error(`Invalid manifest:
|
|
10
|
+
${this.formatZodError(n)}`):n}}async validate(e){try{return await this.parse(e),{valid:!0,errors:[]}}catch(t){return{valid:!1,errors:[t instanceof Error?t.message:String(t)]}}}formatZodError(e){return e.issues.map(t=>` - ${t.path.map(String).join(".")}: ${t.message}`).join(`
|
|
11
|
+
`)}};function Pn(o){switch(o){case"error":return x.red("[ERROR]");case"warning":return x.yellow("[WARN] ");case"info":return x.cyan("[INFO] ");default:return x.green("[OK] ")}}async function $n(o,e){let t=o.filter(r=>r.fixable);if(t.length===0){console.log(x.gray(" No automatically fixable issues found."));return}for(let r of t){let n=r.message.toLowerCase();if(n.includes("missing npm dependency")||n.includes("pnpm install")){console.log(x.blue(` Fixing: ${r.message}`));try{so("pnpm install",{cwd:e,stdio:"inherit"}),console.log(x.green(" \u2713 pnpm install completed"))}catch{console.log(x.red(" \u2717 pnpm install failed"))}continue}if(n.includes("prisma")){console.log(x.blue(` Fixing: ${r.message}`));try{so("npx prisma generate",{cwd:e,stdio:"inherit"}),console.log(x.green(" \u2713 npx prisma generate completed"))}catch{console.log(x.red(" \u2717 npx prisma generate failed"))}continue}if(n.includes("missing env vars")&&r.file===".env"){let a=co.join(e,".env"),i=co.join(e,".env.example");console.log(x.blue(` Fixing: ${r.message}`));try{let s=await at.readFile(i,"utf-8"),c=await at.pathExists(a)?await at.readFile(a,"utf-8"):"",l=m=>{let g=new Set;for(let k of m.split(`
|
|
12
|
+
`)){let S=k.trim();if(S.startsWith("#")||!S.includes("="))continue;let L=S.split("=")[0].trim();L&&g.add(L)}return g},d=l(s),p=l(c),u=`
|
|
13
13
|
# Added by kaven doctor --fix
|
|
14
14
|
`;for(let m of d)p.has(m)||(u+=`${m}=PLACEHOLDER
|
|
15
|
-
`);await
|
|
16
|
-
`));let e=new
|
|
17
|
-
Tip: Run with --fix to attempt automatic repairs`)),console.log(
|
|
18
|
-
`)),await
|
|
19
|
-
Auto-fix completed.`))),a.length>0&&process.exit(1),i.length>0&&process.exit(2)}import
|
|
20
|
-
\u26A0 ${t} script timed out after ${this.timeoutMs/1e3}s, sending SIGTERM...`)),i.kill("SIGTERM"),setTimeout(()=>{i.kill("SIGKILL")},5e3)},this.timeoutMs);i.on("close",l=>{clearTimeout(c),l===0||l===null?
|
|
21
|
-
${e} [y/N] `,
|
|
22
|
-
\u26A0 PostInstall script failed: ${c}`)),console.warn(
|
|
23
|
-
\u26A0 PreRemove script failed: ${d}`))}}for(let c of
|
|
15
|
+
`);await at.appendFile(a,u),console.log(x.green(" \u2713 Placeholder env vars appended to .env"))}catch{console.log(x.red(" \u2717 Could not append env vars"))}continue}console.log(x.yellow(` Manual action required: ${r.message}`))}}async function lo(o){o.json||console.log(x.blue(`Running module doctor...
|
|
16
|
+
`));let e=new oe,t=new Ae,r=new rt(process.cwd(),e,t),n=[];try{n=await r.checkAll()}catch(s){o.json?console.log(JSON.stringify({success:!1,error:s instanceof Error?s.message:String(s),results:[]})):console.error(x.red(`[ERROR] Heavy failure during doctor audit: ${s instanceof Error?s.message:String(s)}`)),process.exit(1);return}if(o.json){let s=n.filter(l=>l.severity==="error"),c=n.filter(l=>l.severity==="warning");console.log(JSON.stringify({success:s.length===0,errors:s.length,warnings:c.length,results:n},null,2)),process.exit(s.length>0?1:c.length>0?2:0);return}for(let s of n){let c=Pn(s.severity);console.log(`${c} ${s.message}`),s.file&&console.log(x.gray(` file: ${s.file}`)),s.fixable&&!o.fix&&console.log(x.gray(" (fixable: run with --fix)"))}let a=n.filter(s=>s.severity==="error"),i=n.filter(s=>s.severity==="warning");console.log(),a.length===0&&i.length===0?console.log(x.green("[OK] All checks passed! Your project is healthy.")):(a.length>0&&console.log(x.red(`[ERROR] Found ${a.length} error(s)`)),i.length>0&&console.log(x.yellow(`[WARN] Found ${i.length} warning(s)`)),o.fix||(console.log(x.gray(`
|
|
17
|
+
Tip: Run with --fix to attempt automatic repairs`)),console.log(x.gray("Try: kaven module doctor --fix")))),o.fix&&(console.log(),console.log(x.blue(`Applying auto-fixes...
|
|
18
|
+
`)),await $n(n,process.cwd()),console.log(x.green(`
|
|
19
|
+
Auto-fix completed.`))),a.length>0&&process.exit(1),i.length>0&&process.exit(2)}import po from"chalk";import In from"ora";import Ge from"path";import Te from"fs-extra";import Q from"fs-extra";import ee from"path";import{glob as Mn}from"glob";var Je=class{constructor(e,t=".agent/backups"){this.projectRoot=e;this.backupDir=ee.join(e,t),this.backupId=`backup_${Date.now()}`}backupDir;backupId;filesToBackup=[];async backup(e){let t=ee.join(this.backupDir,this.backupId);await Q.ensureDir(t);for(let r of e){let n=ee.resolve(this.projectRoot,r);if(!await Q.pathExists(n))throw new Error(`File not found for backup: ${r}`);let a=ee.relative(this.projectRoot,n),i=ee.join(t,a);await Q.ensureDir(ee.dirname(i)),await Q.copy(n,i),this.filesToBackup.push(n)}console.log(`\u{1F4E6} Backup created: ${this.backupId}`)}async rollback(){let e=ee.join(this.backupDir,this.backupId);if(!await Q.pathExists(e))throw new Error(`Backup not found: ${this.backupId}`);let t=await Mn(`${e}/**/*`,{nodir:!0});for(let r of t){let n=ee.relative(e,r),a=ee.join(this.projectRoot,n);await Q.ensureDir(ee.dirname(a)),await Q.copy(r,a,{overwrite:!0})}console.log(`\u267B\uFE0F Rollback complete: ${this.backupId}`)}async commit(){let e=ee.join(this.backupDir,this.backupId);await Q.pathExists(e)&&await Q.remove(e),console.log("\u2705 Transaction committed")}getBackupId(){return this.backupId}async cleanup(){if(!await Q.pathExists(this.backupDir))return;let e=await Q.readdir(this.backupDir),t=Date.now(),r=10080*60*1e3;for(let n of e){let a=n.match(/backup_(\d+)/);if(a){let i=parseInt(a[1]);t-i>r&&await Q.remove(ee.join(this.backupDir,n))}}}};import An from"child_process";import jn from"readline";import it from"chalk";var ze=class{timeoutMs;constructor(e=6e4){this.timeoutMs=e}async runScript(e,t,r=!1){if(!r&&!await this.confirm(`Run ${t} script: ${e.command} ${(e.args??[]).join(" ")}?`)){console.log(it.dim(` Skipping ${t} script.`));return}return new Promise((n,a)=>{let i=An.spawn(e.command,e.args??[],{cwd:e.cwd,stdio:["ignore","pipe","pipe"],shell:!0}),s=it.dim(`[${t}] `);i.stdout?.on("data",l=>{process.stdout.write(s+l.toString())}),i.stderr?.on("data",l=>{process.stderr.write(s+it.yellow(l.toString()))});let c=setTimeout(()=>{console.warn(it.yellow(`
|
|
20
|
+
\u26A0 ${t} script timed out after ${this.timeoutMs/1e3}s, sending SIGTERM...`)),i.kill("SIGTERM"),setTimeout(()=>{i.kill("SIGKILL")},5e3)},this.timeoutMs);i.on("close",l=>{clearTimeout(c),l===0||l===null?n():a(new Error(`${t} script exited with code ${l}`))}),i.on("error",l=>{clearTimeout(c),a(l)})})}async runScripts(e,t,r=!1){for(let n of e)await this.runScript(n,t,r)}confirm(e){return new Promise(t=>{let r=jn.createInterface({input:process.stdin,output:process.stdout});r.question(`
|
|
21
|
+
${e} [y/N] `,n=>{r.close(),t(n.toLowerCase()==="y"||n.toLowerCase()==="yes")})})}};import je from"fs-extra";import Pt from"path";import $t from"chalk";var me=class{constructor(e,t){this.projectRoot=e;this.markerService=t}async isModuleInstalled(e){try{let t=await this.findProjectFiles();for(let r of t)try{let n=await je.readFile(r,"utf-8");if(this.markerService.hasModule(n,e))return!0}catch{}return!1}catch{return!1}}async findProjectFiles(){let{glob:e}=await import("glob"),t=["**/*.ts","**/*.tsx","**/*.js","**/*.jsx"],r=["**/node_modules/**","**/.next/**","**/dist/**","**/build/**"],n=[];for(let a of t){let i=await e(a,{cwd:this.projectRoot,absolute:!0,ignore:r});n.push(...i)}return[...new Set(n)]}async install(e,t){let r=new Je(this.projectRoot);try{let n=Array.from(new Set(e.injections.map(i=>i.file)));await r.backup(n);for(let i of e.injections)await this.injectCode(i);await r.commit();let a=await this.readManifest(this.projectRoot);if(a?.scripts?.postInstall?.length){let i=new ze;try{await i.runScripts(a.scripts.postInstall.map(s=>({...s,cwd:this.projectRoot})),"postInstall",!1)}catch(s){let c=s instanceof Error?s.message:String(s);console.warn($t.yellow(`
|
|
22
|
+
\u26A0 PostInstall script failed: ${c}`)),console.warn($t.dim(" The module is installed. Run the script manually if needed."))}}if(!t?.skipEnv&&a?.env?.length){let{EnvManager:i}=await import("./EnvManager-NMS3NMIE.js"),s=new i,c=a.env.map(l=>({name:l.key,description:l.example??l.key,required:l.required??!1}));await s.injectEnvVars(e.name,c,{projectDir:this.projectRoot,envFile:t?.envFile,skipEnv:t?.skipEnv,skipConfirmation:t?.yes})}}catch(n){let a=n instanceof Error?n.message:String(n);throw console.error(`\u274C Installation failed: ${a}`),console.log("\u{1F504} Rolling back..."),await r.rollback(),n}}async uninstall(e,t){let r=new Je(this.projectRoot);try{let n=Array.from(new Set(e.injections.map(c=>c.file)));await r.backup(n);let{EnvManager:a}=await import("./EnvManager-NMS3NMIE.js");new a().removeEnvVars(e.name,{projectDir:this.projectRoot,skipEnv:t?.skipEnv});let s=await this.readManifest(this.projectRoot);if(s?.scripts?.preRemove?.length){let c=new ze;try{await c.runScripts(s.scripts.preRemove.map(l=>({...l,cwd:this.projectRoot})),"preRemove",!1)}catch(l){let d=l instanceof Error?l.message:String(l);console.warn($t.yellow(`
|
|
23
|
+
\u26A0 PreRemove script failed: ${d}`))}}for(let c of n)await this.removeCode(c,e.name);await r.commit()}catch(n){let a=n instanceof Error?n.message:String(n);throw console.error(`\u274C Removal failed: ${a}`),console.log("\u{1F504} Rolling back..."),await r.rollback(),n}}async injectCode(e){let t=Pt.join(this.projectRoot,e.file),r=await je.readFile(t,"utf-8"),n=this.markerService.injectModule(r,e.anchor,e.moduleName||"unnamed",e.code);await je.writeFile(t,n)}async removeCode(e,t){let r=Pt.join(this.projectRoot,e),n=await je.readFile(r,"utf-8"),a=this.markerService.removeModule(n,t);await je.writeFile(r,a)}async readManifest(e){try{let t=await je.readFile(Pt.join(e,"module.json"),"utf-8");return JSON.parse(t)}catch{return null}}};import st from"fs-extra";import uo from"path";import Tn from"os";var $=class o{static instance;logPath;buffer=[];constructor(){this.logPath=uo.join(Tn.homedir(),".kaven","telemetry.log")}static getInstance(){return o.instance||(o.instance=new o),o.instance}capture(e,t,r){let n={event:e,timestamp:new Date().toISOString(),metadata:t,duration:r};this.buffer.push(n)}async flush(){if(this.buffer.length!==0)try{let e=uo.dirname(this.logPath);await st.ensureDir(e);let t=this.buffer.map(r=>JSON.stringify(r)).join(`
|
|
24
24
|
`)+`
|
|
25
|
-
`;await
|
|
26
|
-
`).reverse().slice(0,e).map(n=>JSON.parse(n))}catch{return[]}}};async function Ht(o,e){let t=j.getInstance(),n=Date.now();t.capture("cli.module.add.start",{manifestPath:o});let r=e||process.cwd(),a=pn("Preparando instala\xE7\xE3o do m\xF3dulo...").start();try{let i=new W,s=new ye,c=new ae(r,i),l=De.isAbsolute(o)?o:De.join(r,o);if(!await ve.pathExists(l))throw new Error(`Arquivo de manifest n\xE3o encontrado: ${o}`);a.text="Validando manifest...";let d=await s.parse(l);a.text=`Instalando ${d.name}@${d.version}...`,await c.install(d),a.text="Atualizando configura\xE7\xE3o do projeto...",await mn(r,d.name,d.version),a.text="Salvando cache do manifest...";let p=De.join(r,".kaven","modules",d.name);await ve.ensureDir(p),await ve.writeJson(De.join(p,"module.json"),d,{spaces:2}),a.succeed(Gt.green(`M\xF3dulo ${d.name} instalado com sucesso!`)),t.capture("cli.module.add.success",{name:d.name},Date.now()-n),await t.flush()}catch(i){t.capture("cli.module.add.error",{error:i.message},Date.now()-n),await t.flush(),a.fail(Gt.red(`Falha na instala\xE7\xE3o: ${i instanceof Error?i.message:String(i)}`)),process.exit(1)}}async function mn(o,e,t){let n=De.join(o,"kaven.json"),r={modules:{}};await ve.pathExists(n)&&(r=await ve.readJson(n)),r.modules||(r.modules={}),r.modules[e]=t,await ve.writeJson(n,r,{spaces:2})}import lt from"chalk";import dt from"ora";import ut from"path";import ke from"fs-extra";async function qt(o,e){let t=j.getInstance(),n=Date.now();t.capture("cli.module.remove.start",{moduleName:o});let r=e||process.cwd(),a=dt(`Removendo m\xF3dulo ${o}...`).start();try{let i=new W,s=new ae(r,i),c=ut.join(r,"kaven.json");if(!await ke.pathExists(c))throw new Error("Arquivo kaven.json n\xE3o encontrado. Este \xE9 um projeto Kaven?");let l=await ke.readJson(c);if(!l.modules||!l.modules[o])throw new Error(`O m\xF3dulo ${o} n\xE3o est\xE1 instalado.`);let d=ut.join(r,".kaven","modules",o,"module.json");if(!await ke.pathExists(d))throw new Error(`Cache do manifest para ${o} n\xE3o encontrado em ${d}. A remo\xE7\xE3o precisa do manifest original.`);let p=await ke.readJson(d);a.text=`Removendo inje\xE7\xF5es de ${o}...`,await s.uninstall(p),a.text="Atualizando configura\xE7\xE3o do projeto...",delete l.modules[o],await ke.writeJson(c,l,{spaces:2}),await ke.remove(ut.dirname(d)),dt().succeed(lt.green(`M\xF3dulo ${o} removido com sucesso!`)),t.capture("cli.module.remove.success",{moduleName:o},Date.now()-n),await t.flush()}catch(i){t.capture("cli.module.remove.error",{error:i.message},Date.now()-n),await t.flush(),dt().fail(lt.red(`Falha ao remover m\xF3dulo ${o}:`)),a.fail(lt.red(`${i instanceof Error?i.message:String(i)}`)),process.exit(1)}}import C from"chalk";import be from"ora";import Xe from"path";import P from"fs-extra";import Oe from"crypto";import Wt from"os";import{z as ie}from"zod";import q from"fs-extra";import pt from"path";import gn from"os";function zt(o){try{let e=o.split(".");if(e.length!==3)return null;let t=e[1].replace(/-/g,"+").replace(/_/g,"/"),n=t+"=".repeat((4-t.length%4)%4),r=Buffer.from(n,"base64").toString("utf8");return JSON.parse(r)}catch{return null}}function fn(o){let e=Date.now(),t=new Date(o).getTime(),n=Math.max(0,Math.floor((t-e)/1e3));if(n===0)return"expired";let r=Math.floor(n/3600),a=Math.floor(n%3600/60);return r>0?`expires in ${r}h ${a}m`:`expires in ${a}m`}var T=class{configPath;constructor(){this.configPath=pt.join(gn.homedir(),".kaven","auth.json")}async saveTokens(e){let t=pt.dirname(this.configPath);await q.ensureDir(t),await q.writeJson(this.configPath,e,{spaces:2}),process.platform!=="win32"&&await q.chmod(this.configPath,384)}async storeToken(e){let t=pt.dirname(this.configPath);await q.ensureDir(t),await q.writeJson(this.configPath,{token:e},{spaces:2}),process.platform!=="win32"&&await q.chmod(this.configPath,384)}async getAuth(){if(!await q.pathExists(this.configPath))return null;try{let e=await q.readJson(this.configPath);return e.access_token?e:null}catch{return null}}async getToken(){if(!await q.pathExists(this.configPath))return null;try{let e=await q.readJson(this.configPath);return e.access_token?e.access_token:e.token||null}catch{return null}}async getValidToken(){let e=await this.getAuth();if(!e)throw new Error("Not authenticated. Run 'kaven auth login' to authenticate.");let t=new Date(e.expires_at).getTime(),n=Date.now(),r=300*1e3,a=t-n<r,i=n>=t;if(!a)return e.access_token;try{let{MarketplaceClient:s}=await import("./MarketplaceClient-YCFH2VU4.js"),l=await new s(this).refreshToken(e.refresh_token),d={access_token:l.access_token,refresh_token:l.refresh_token,expires_at:l.expires_at,user:e.user};return await this.saveTokens(d),l.access_token}catch{if(!i)return console.warn("[kaven] Warning: Failed to refresh token. Using existing token."),e.access_token;throw new Error("Session expired. Run 'kaven auth login' to re-authenticate.")}}async isAuthenticated(){try{return!!await this.getToken()}catch{return!1}}async logout(){await q.pathExists(this.configPath)&&await q.remove(this.configPath)}async clearToken(){return this.logout()}async getUserInfo(){let e=await this.getAuth();if(!e)return null;let t=zt(e.access_token);return t?{id:t.sub,email:t.email,name:t.githubId}:{id:e.user.githubId,email:e.user.email,name:void 0}}async getDecodedToken(){let e=await this.getAuth();return e?zt(e.access_token):null}async getWhoamiInfo(){let e=await this.getAuth();return e?{email:e.user.email,githubId:e.user.githubId,tier:e.user.tier.charAt(0).toUpperCase()+e.user.tier.slice(1),sessionExpiry:fn(e.expires_at)}:null}};var hn=ie.object({name:ie.string().min(1),slug:ie.string().min(1).regex(/^[a-z0-9-]+$/),version:ie.string().regex(/^\d+\.\d+\.\d+$/),description:ie.string().min(1),author:ie.string().optional(),license:ie.string().optional(),tier:ie.enum(["free","starter","complete","pro"])}),Le=Xe.join(Wt.homedir(),".kaven","signing-key.json");async function yn(){if(await P.pathExists(Le))try{let r=await P.readJson(Le),a=Oe.createPrivateKey({key:Buffer.from(r.privateKey,"base64"),type:"pkcs8",format:"der"}),i=Oe.createPublicKey(a);return{privateKey:a,publicKey:i}}catch{}let{privateKey:o,publicKey:e}=Oe.generateKeyPairSync("ed25519"),t=o.export({type:"pkcs8",format:"der"}),n=e.export({type:"spki",format:"der"});return await P.ensureDir(Xe.dirname(Le)),await P.writeJson(Le,{privateKey:t.toString("base64"),publicKey:n.toString("base64")},{spaces:2}),process.platform!=="win32"&&await P.chmod(Le,384),{privateKey:o,publicKey:e}}async function wn(o){let e=await P.readFile(o);return Oe.createHash("sha256").update(e).digest("hex")}async function vn(o,e){await(await import("tar")).create({gzip:!0,file:e,cwd:o,filter:n=>{let r=n.replace(/\\/g,"/"),a=["node_modules",".git","dist",".env"];for(let i of a)if(r.startsWith(i+"/")||r===i||r.endsWith(".log"))return!1;return!0}},["."])}async function Xt(o){let e=process.cwd(),t=Xe.join(e,"module.json");await P.pathExists(t)||(console.error(C.red("Error: module.json not found in current directory.")),console.error(C.gray("Try: run this command from inside a module directory")),process.exit(1));let n;try{let f=await P.readJson(t),S=hn.safeParse(f);if(!S.success){console.error(C.red("Error: Invalid module.json:"));for(let he of S.error.issues)console.error(C.red(` - ${he.path.join(".")}: ${he.message}`));process.exit(1)}n=S.data}catch(f){console.error(C.red(`Error: Failed to parse module.json: ${f instanceof Error?f.message:String(f)}`)),process.exit(1)}console.log(),console.log(C.bold(`Publishing module: ${n.name} v${n.version}`)),console.log(C.gray(`Slug: ${n.slug} | Tier: ${n.tier}`)),console.log();let r=Xe.join(Wt.tmpdir(),`kaven-${n.slug}-${n.version}.tar.gz`),a=be("Creating module package...").start();try{await vn(e,r);let f=await P.stat(r);a.succeed(`Package created (${(f.size/1024).toFixed(1)} KB)`)}catch(f){a.fail("Failed to create package"),console.error(C.red(f instanceof Error?f.message:String(f))),await P.remove(r).catch(()=>{}),process.exit(1)}let i=be("Computing SHA-256 checksum...").start(),s;try{s=await wn(r),i.succeed(`Checksum: ${s.substring(0,16)}...`)}catch{i.fail("Failed to compute checksum"),await P.remove(r).catch(()=>{}),process.exit(1);return}let c=be("Signing package...").start(),l,d;try{let{privateKey:f,publicKey:S}=await yn();l=Oe.sign(null,Buffer.from(s),f).toString("base64"),d=S.export({type:"spki",format:"der"}).toString("base64"),c.succeed(`Package signed (${l.substring(0,16)}...)`)}catch{c.fail("Failed to sign package"),await P.remove(r).catch(()=>{}),process.exit(1);return}if(o.dryRun){console.log(),console.log(C.yellow("Dry-run mode: skipping upload and release creation.")),console.log(C.green("\u2705 Package validated successfully.")),await P.remove(r).catch(()=>{});return}let p=new T;try{await p.getValidToken()}catch{console.error(C.red("Error: Not authenticated. Run 'kaven auth login' first.")),await P.remove(r).catch(()=>{}),process.exit(1);return}let u=new J(p),m=await P.stat(r),g=be("Getting upload URL...").start(),k,F;try{let f=await u.getUploadUrl(n.slug,n.version,m.size);k=f.uploadUrl,F=f.s3Key,g.succeed("Upload URL received")}catch(f){g.fail("Failed to get upload URL"),console.error(C.red(f instanceof Error?f.message:String(f))),await P.remove(r).catch(()=>{}),process.exit(1);return}let I=be(`Uploading package (${(m.size/1024).toFixed(1)} KB)...`).start();try{let f=await P.readFile(r),S=await fetch(k,{method:"PUT",headers:{"Content-Type":"application/gzip","Content-Length":String(m.size)},body:f});if(!S.ok)throw new Error(`Upload failed: ${S.status} ${S.statusText}`);I.succeed("Package uploaded successfully")}catch(f){I.fail("Upload failed"),console.error(C.red(f instanceof Error?f.message:String(f))),await P.remove(r).catch(()=>{}),process.exit(1);return}let Q=be("Creating release record...").start();try{let f=await u.createRelease({moduleSlug:n.slug,version:n.version,s3Key:F,checksum:s,signature:l,publicKey:d,changelog:o.changelog});Q.succeed(`Release created: ${n.slug}@${f.version} (ID: ${f.id})`)}catch(f){Q.fail("Failed to create release"),console.error(C.red(f instanceof Error?f.message:String(f))),await P.remove(r).catch(()=>{}),process.exit(1);return}await P.remove(r).catch(()=>{}),console.log(),console.log(C.green(`\u2705 Published ${n.name} v${n.version} to the Kaven Marketplace!`)),console.log(C.gray(`View your module at: https://marketplace.kaven.site/modules/${n.slug}`)),console.log(),console.log(C.bold("Next steps:")),console.log(C.gray(" 1. Share your module with the community")),console.log(C.gray(" 2. Monitor installation metrics")),console.log(C.gray(" 3. Update module with 'kaven module publish' when ready"))}import w from"chalk";import Yt from"ora";import xn from"path";import*as Zt from"@inquirer/prompts";import mt from"fs-extra";import kn from"path";var le=[{id:"auth",label:"Auth & Identity",description:"Gest\xE3o de usu\xE1rios, permiss\xF5es e sess\xF5es",models:["User","Role","Capability","AuthSession","AuditLog"],enums:["UserRole"],dependsOn:[]},{id:"billing",label:"Billing",description:"Faturamento, assinaturas e pagamentos",models:["Invoice","Order","Subscription","Plan","Payment","Product"],enums:[],dependsOn:["auth"]},{id:"projects",label:"Projects",description:"Gest\xE3o de projetos e tasks",models:["Project","Task"],enums:["ProjectStatus","TaskStatus","TaskPriority"],dependsOn:["auth"]},{id:"notifications",label:"Notifications",description:"Notifica\xE7\xF5es e prefer\xEAncias de usu\xE1rio",models:["Notification","UserPreference"],enums:[],dependsOn:["auth"]},{id:"marketing-tracking",label:"Marketing Tracking",description:"Observabilidade de an\xFAncios, GTM, GA4 e Meta CAPI",models:["TrackingEvent"],enums:["TrackingSource"],dependsOn:["auth"]}],Fe=o=>`// [KAVEN_MODULE:${o.toUpperCase()} BEGIN]`,Ke=o=>`// [KAVEN_MODULE:${o.toUpperCase()} END]`,bn=/^(\s*)\/\/\s*(.*)$/,xe=class{schemaPath;constructor(e){this.schemaPath=kn.join(e,"packages","database","prisma","schema.extended.prisma")}async exists(){return mt.pathExists(this.schemaPath)}get path(){return this.schemaPath}async readSchema(){return mt.readFile(this.schemaPath,"utf-8")}async writeSchema(e){await mt.writeFile(this.schemaPath,e,"utf-8")}validateMarkers(e,t){let n=Fe(t),r=Ke(t),a=e.includes(n),i=e.includes(r);if(a&&!i)throw new Error(`Marcador \xF3rf\xE3o detectado: Faltando END para o m\xF3dulo "${t}".`);if(!a&&i)throw new Error(`Marcador \xF3rf\xE3o detectado: Faltando BEGIN para o m\xF3dulo "${t}".`);if(!a&&!i)throw new Error(`O m\xF3dulo "${t}" n\xE3o possui uma se\xE7\xE3o marcada no schema.`);if(e.indexOf(n)>e.indexOf(r))throw new Error(`Marcadores invertidos para o m\xF3dulo "${t}".`)}async getModuleStatus(e){let t=await this.readSchema(),n=Fe(e.id),r=Ke(e.id),a=t.includes(n)&&t.includes(r),i=!1;if(a){let s=this.extractBlock(t,e.id);i=s!==null&&this.isBlockActive(s)}else i=e.models.some(s=>this.isModelActive(t,s));return{id:e.id,label:e.label,description:e.description,models:e.models,dependsOn:e.dependsOn,active:i,hasMarkers:a}}async activateModule(e){let t=await this.readSchema();this.validateMarkers(t,e.id);let n=this.uncommentBlock(t,e.id);await this.writeSchema(n)}async deactivateModule(e){let t=await this.readSchema();this.validateMarkers(t,e.id);let n=this.commentBlock(t,e.id);await this.writeSchema(n)}extractBlock(e,t){let n=Fe(t),r=Ke(t),a=e.split(`
|
|
27
|
-
`),
|
|
25
|
+
`;await st.appendFile(this.logPath,t,"utf8"),this.buffer=[]}catch(e){console.debug("Erro ao gravar telemetria:",e)}}async getRecentEvents(e=20){if(!await st.pathExists(this.logPath))return[];try{return(await st.readFile(this.logPath,"utf8")).trim().split(`
|
|
26
|
+
`).reverse().slice(0,e).map(r=>JSON.parse(r))}catch{return[]}}};async function mo(o,e){let t=$.getInstance(),r=Date.now();t.capture("cli.module.add.start",{manifestPath:o});let n=e||process.cwd(),a=In("Preparando instala\xE7\xE3o do m\xF3dulo...").start();try{let i=new oe,s=new Ae,c=new me(n,i),l=Ge.isAbsolute(o)?o:Ge.join(n,o);if(!await Te.pathExists(l))throw new Error(`Arquivo de manifest n\xE3o encontrado: ${o}`);a.text="Validando manifest...";let d=await s.parse(l);a.text=`Instalando ${d.name}@${d.version}...`,await c.install(d),a.text="Atualizando configura\xE7\xE3o do projeto...",await Rn(n,d.name,d.version),a.text="Salvando cache do manifest...";let p=Ge.join(n,".kaven","modules",d.name);await Te.ensureDir(p),await Te.writeJson(Ge.join(p,"module.json"),d,{spaces:2}),a.succeed(po.green(`M\xF3dulo ${d.name} instalado com sucesso!`)),t.capture("cli.module.add.success",{name:d.name},Date.now()-r),await t.flush()}catch(i){t.capture("cli.module.add.error",{error:i.message},Date.now()-r),await t.flush(),a.fail(po.red(`Falha na instala\xE7\xE3o: ${i instanceof Error?i.message:String(i)}`)),process.exit(1)}}async function Rn(o,e,t){let r=Ge.join(o,"kaven.json"),n={modules:{}};await Te.pathExists(r)&&(n=await Te.readJson(r)),n.modules||(n.modules={}),n.modules[e]=t,await Te.writeJson(r,n,{spaces:2})}import Mt from"chalk";import At from"ora";import jt from"path";import Ie from"fs-extra";async function fo(o,e){let t=$.getInstance(),r=Date.now();t.capture("cli.module.remove.start",{moduleName:o});let n=e||process.cwd(),a=At(`Removendo m\xF3dulo ${o}...`).start();try{let i=new oe,s=new me(n,i),c=jt.join(n,"kaven.json");if(!await Ie.pathExists(c))throw new Error("Arquivo kaven.json n\xE3o encontrado. Este \xE9 um projeto Kaven?");let l=await Ie.readJson(c);if(!l.modules||!l.modules[o])throw new Error(`O m\xF3dulo ${o} n\xE3o est\xE1 instalado.`);let d=jt.join(n,".kaven","modules",o,"module.json");if(!await Ie.pathExists(d))throw new Error(`Cache do manifest para ${o} n\xE3o encontrado em ${d}. A remo\xE7\xE3o precisa do manifest original.`);let p=await Ie.readJson(d);a.text=`Removendo inje\xE7\xF5es de ${o}...`,await s.uninstall(p),a.text="Atualizando configura\xE7\xE3o do projeto...",delete l.modules[o],await Ie.writeJson(c,l,{spaces:2}),await Ie.remove(jt.dirname(d)),At().succeed(Mt.green(`M\xF3dulo ${o} removido com sucesso!`)),t.capture("cli.module.remove.success",{moduleName:o},Date.now()-r),await t.flush()}catch(i){t.capture("cli.module.remove.error",{error:i.message},Date.now()-r),await t.flush(),At().fail(Mt.red(`Falha ao remover m\xF3dulo ${o}:`)),a.fail(Mt.red(`${i instanceof Error?i.message:String(i)}`)),process.exit(1)}}import j from"fs-extra";import O from"path";import Vn from"os";import*as vo from"tar";import*as q from"@clack/prompts";import F from"picocolors";import te from"fs-extra";import Tt from"path";import Dn from"os";function go(o){try{let e=o.split(".");if(e.length!==3)return null;let t=e[1].replace(/-/g,"+").replace(/_/g,"/"),r=t+"=".repeat((4-t.length%4)%4),n=Buffer.from(r,"base64").toString("utf8");return JSON.parse(n)}catch{return null}}function _n(o){let e=Date.now(),t=new Date(o).getTime(),r=Math.max(0,Math.floor((t-e)/1e3));if(r===0)return"expired";let n=Math.floor(r/3600),a=Math.floor(r%3600/60);return n>0?`expires in ${n}h ${a}m`:`expires in ${a}m`}var A=class{configPath;constructor(){this.configPath=Tt.join(Dn.homedir(),".kaven","auth.json")}async saveTokens(e){let t=Tt.dirname(this.configPath);await te.ensureDir(t),await te.writeJson(this.configPath,e,{spaces:2}),process.platform!=="win32"&&await te.chmod(this.configPath,384)}async storeToken(e){let t=Tt.dirname(this.configPath);await te.ensureDir(t),await te.writeJson(this.configPath,{token:e},{spaces:2}),process.platform!=="win32"&&await te.chmod(this.configPath,384)}async getAuth(){if(!await te.pathExists(this.configPath))return null;try{let e=await te.readJson(this.configPath);return e.access_token?e:null}catch{return null}}async getToken(){if(!await te.pathExists(this.configPath))return null;try{let e=await te.readJson(this.configPath);return e.access_token?e.access_token:e.token||null}catch{return null}}async getValidToken(){let e=await this.getAuth();if(!e)throw new Error("Not authenticated. Run 'kaven auth login' to authenticate.");let t=new Date(e.expires_at).getTime(),r=Date.now(),n=300*1e3,a=t-r<n,i=r>=t;if(!a)return e.access_token;try{let{MarketplaceClient:s}=await import("./MarketplaceClient-YCFH2VU4.js"),l=await new s(this).refreshToken(e.refresh_token),d={access_token:l.access_token,refresh_token:l.refresh_token,expires_at:l.expires_at,user:e.user};return await this.saveTokens(d),l.access_token}catch{if(!i)return console.warn("[kaven] Warning: Failed to refresh token. Using existing token."),e.access_token;throw new Error("Session expired. Run 'kaven auth login' to re-authenticate.")}}async isAuthenticated(){try{return!!await this.getToken()}catch{return!1}}async logout(){await te.pathExists(this.configPath)&&await te.remove(this.configPath)}async clearToken(){return this.logout()}async getUserInfo(){let e=await this.getAuth();if(!e)return null;let t=go(e.access_token);return t?{id:t.sub,email:t.email,name:t.githubId}:{id:e.user.githubId,email:e.user.email,name:void 0}}async getDecodedToken(){let e=await this.getAuth();return e?go(e.access_token):null}async getWhoamiInfo(){let e=await this.getAuth();return e?{email:e.user.email,githubId:e.user.githubId,tier:e.user.tier.charAt(0).toUpperCase()+e.user.tier.slice(1),sessionExpiry:_n(e.expires_at)}:null}};import{spawn as Ln}from"child_process";import*as He from"fs-extra";var ct=class{async performMerge(e,t,r){if(!await He.pathExists(t))throw new Error("Baseline cache file missing: "+t+". Cannot perform safe merge.");return await He.pathExists(e)?new Promise((n,a)=>{let i=Ln("git",["merge-file","-L","Your Modifications (OURS)","-L","Original Version (BASE)","-L","Kaven Update (THEIRS)",e,t,r]),s="";i.stdout.on("data",c=>{s+=c.toString()}),i.stderr.on("data",c=>{s+=c.toString()}),i.on("close",c=>{c===0?n({success:!0,conflicts:!1,output:s}):c!==null&&c>0?n({success:!0,conflicts:!0,output:s}):a(new Error("Git merge-file failed critically: "+s))})}):(await He.copy(r,e),{success:!0,conflicts:!1,output:"New file copied"})}};import lt from"crypto";import On from"fs-extra";async function Fn(o){let e=await On.readFile(o);return lt.createHash("sha256").update(e).digest("hex")}var Un=/^[0-9a-fA-F]+$/;function Kn(o){return Un.test(o)&&o.length===128?Buffer.from(o,"hex"):Buffer.from(o,"base64")}function Nn(o,e,t){try{let r=lt.createPublicKey({key:Buffer.from(t,"base64"),type:"spki",format:"der"}),n=Kn(e);return lt.verify(null,Buffer.from(o),r,n)?!0:lt.verify(null,Buffer.from(o+`
|
|
27
|
+
`),r,n)}catch{return!1}}async function dt(o){let e=await Fn(o.filePath);if(e!==o.expectedChecksum)throw new Be(`Checksum mismatch: expected ${o.expectedChecksum.substring(0,16)}..., got ${e.substring(0,16)}...`);if(!Nn(o.expectedChecksum,o.signature,o.publicKeyBase64))throw new Be("Ed25519 signature verification failed. The package may have been tampered with.")}import Re from"fs-extra";import It from"path";var Rt=".kaven/cache/modules";function Bn(o,e){let t=o.split(".").map(Number),r=e.split(".").map(Number);for(let n=0;n<3;n++)if((t[n]??0)!==(r[n]??0))return(t[n]??0)-(r[n]??0);return 0}async function ut(o,e,t,r){let n=It.join(r,Rt,`${o}-${e}`);await Re.ensureDir(n),await Re.copy(t,n)}async function ho(o,e){let t=It.join(e,Rt);if(!await Re.pathExists(t))return null;let n=(await Re.readdir(t)).filter(i=>{let s=i.lastIndexOf("-");return s>0&&i.slice(0,s)===o});if(n.length===0)return null;n.sort((i,s)=>{let c=i.slice(i.lastIndexOf("-")+1),l=s.slice(s.lastIndexOf("-")+1);return Bn(c,l)});let a=n[0];return a.slice(a.lastIndexOf("-")+1)}function Dt(o,e,t){return It.join(t,Rt,`${o}-${e}`)}async function yo(o,e,t){let r=Dt(o,e,t);await Re.pathExists(r)&&await Re.remove(r)}var Jn={x:vo.x},U={intro:q.intro,outro:q.outro,spinner:q.spinner,confirm:q.confirm,select:q.select,isCancel:q.isCancel,log:q.log};function wo(o){return o.filter(e=>{let t=O.normalize(e);return!t.startsWith("..")&&!O.isAbsolute(t)})}async function zn(){let o=O.join(Vn.tmpdir(),`kaven-update-${Date.now()}`);return await j.ensureDir(o),o}async function Gn(o,e){let t=O.join(o,".kaven","conflicts.json");if(!await j.pathExists(t))return null;try{let r=await j.readJson(t);if(r.module===e)return r}catch{}return null}async function ko(o,e,t={}){let r=$.getInstance(),n=Date.now(),a=e??process.cwd();if(U.intro(F.bold(F.cyan("kaven module update"))),!o&&(o=await qn(a),!o)){U.outro(F.yellow("Nenhum m\xF3dulo selecionado."));return}r.capture("cli.module.update.start",{slug:o});let i;try{let s=await Gn(a,o);if(s){let b=await U.confirm({message:F.yellow(`Conflitos pendentes encontrados do update ${s.fromVersion}\u2192${s.toVersion}. Deseja tentar novamente?`)});if(U.isCancel(b)||!b){U.outro(F.yellow("Update cancelado. Resolva os conflitos manualmente e rode novamente."));return}await j.remove(O.join(a,".kaven","conflicts.json"))}let c=await ho(o,a);c||(U.outro(F.red(`M\xF3dulo '${o}' n\xE3o est\xE1 instalado. Use 'kaven marketplace install ${o}' primeiro.`)),process.exit(1));let l=U.spinner();l.start(`Verificando vers\xE3o mais recente de '${o}'...`);let d=new A,p=new H(d);try{await d.getValidToken()}catch{l.stop("Autentica\xE7\xE3o necess\xE1ria."),U.outro(F.red("Execute: kaven auth login")),process.exit(1)}let u=await p.getModule(o),m=u.latestVersion??u.releases?.[0]?.version;if(m||(l.stop(),U.outro(F.red(`Nenhuma vers\xE3o publicada encontrada para '${o}'.`)),process.exit(1)),l.stop(`Vers\xE3o instalada: ${F.bold(c)} \u2014 \xDAltima vers\xE3o: ${F.bold(m)}`),c===m){U.outro(F.green(`\u2713 '${o}' j\xE1 est\xE1 na vers\xE3o mais recente (${m}).`)),r.capture("cli.module.update.already_latest",{slug:o,version:m},Date.now()-n),await r.flush();return}l.start(`Baixando '${o}@${m}'...`);let g=await p.createDownloadToken(o,m);i=await zn();let k=O.join(i,"module.tar.gz"),S=O.join(i,"extracted");await j.ensureDir(S);let L=await p.resolveUrl(g.downloadUrl),z=await fetch(L);if(!z.ok||!z.body)throw new Error(`Download falhou: ${z.status} ${z.statusText}`);let f=j.createWriteStream(k),C=z.body.getReader();if(await new Promise((b,P)=>{(async()=>{try{let pe=!0;for(;pe;){let{done:ve,value:Et}=await C.read();ve?(f.end(),pe=!1):f.write(Et)||await new Promise(St=>f.once("drain",St))}f.once("finish",b),f.once("error",P)}catch(pe){P(pe)}})()}),l.stop(`Download conclu\xEDdo: ${o}@${m}`),!t.skipVerify){l.start(`Verificando assinatura de ${o}@${m}...`);let b=await p.getReleaseInfo(o,m);b.checksum&&b.signature&&b.publicKey?(await dt({filePath:k,expectedChecksum:b.checksum,signature:b.signature,publicKeyBase64:b.publicKey}),l.stop(`Assinatura verificada: ${o}@${m}`)):l.stop(`Sem dados de assinatura para ${o}@${m} \u2014 verifica\xE7\xE3o ignorada`)}l.start("Extraindo arquivos..."),await Jn.x({file:k,cwd:S}),l.stop("Extra\xE7\xE3o completa.");let ie=O.join(S,"module.json");if(!await j.pathExists(ie))throw new Error(`module.json n\xE3o encontrado no pacote de '${o}@${m}'`);let Ne=await j.readJson(ie),ye=wo(Ne.mergeable??[]),xt=wo(Ne.copyOnly??[]);l.start(`Cacheando baseline de ${o}@${m}...`),await ut(o,m,S,a),l.stop("Baseline cacheado.");let to=Dt(o,c,a),ot=new ct,we=[];for(let b of ye){let P=O.join(a,b),ue=O.join(to,b),pe=O.join(S,b);if(!await j.pathExists(pe))continue;l.start(`Mergeando ${b}...`),(await ot.performMerge(P,ue,pe)).conflicts?(we.push(b),l.stop(F.yellow(` Conflito em ${b}`))):l.stop(F.green(` \u2713 ${b}`))}for(let b of xt){let P=O.join(S,b),ue=O.join(a,b);await j.pathExists(P)&&(l.start(`Copiando ${b}...`),await j.ensureDir(O.dirname(ue)),await j.copy(P,ue,{overwrite:!0}),l.stop(F.green(` \u2713 ${b} (sobrescrito)`)))}if(we.length>0){let b={module:o,fromVersion:c,toVersion:m,timestamp:new Date().toISOString(),conflicts:we};await j.ensureDir(O.join(a,".kaven")),await j.writeJson(O.join(a,".kaven","conflicts.json"),b,{spaces:2}),U.outro(F.red(`Update parcial \u2014 ${we.length} conflito(s) detectado(s):
|
|
28
|
+
`+we.map(P=>` \u2022 ${P}`).join(`
|
|
29
|
+
`)+`
|
|
30
|
+
|
|
31
|
+
Resolva os conflitos (marcadores git <<<<<<< / ======= / >>>>>>>), depois rode 'kaven module update ${o}' novamente.`)),r.capture("cli.module.update.conflicts",{slug:o,fromVersion:c,toVersion:m,conflictCount:we.length},Date.now()-n),await r.flush();return}await Hn(a,o,m),await yo(o,c,a),U.outro(F.green(`\u2713 '${o}' atualizado de ${c} \u2192 ${m}`)),r.capture("cli.module.update.success",{slug:o,fromVersion:c,toVersion:m},Date.now()-n),await r.flush()}catch(s){let c=ke(s);U.outro(F.red(`Falha ao atualizar '${o}': ${c.message}`)),r.capture("cli.module.update.error",{slug:o,error:c.message},Date.now()-n),await r.flush(),process.exit(1)}finally{i&&await j.remove(i).catch(()=>{})}}async function Hn(o,e,t){let r=O.join(o,"kaven.json"),n={};await j.pathExists(r)&&(n=await j.readJson(r)),(!n.modules||typeof n.modules!="object"||Array.isArray(n.modules))&&(n.modules={}),n.modules[e]=t,await j.writeJson(r,n,{spaces:2})}async function qn(o){let e=O.join(o,".kaven","cache","modules");if(!await j.pathExists(e)){U.log.warn("Nenhum m\xF3dulo instalado encontrado.");return}let t=await j.readdir(e);if(t.length===0){U.log.warn("Nenhum m\xF3dulo instalado encontrado.");return}let r=t.map(a=>{let i=a.lastIndexOf("-"),s=a.slice(0,i),c=a.slice(i+1);return{value:s,label:`${s} (${c})`}}),n=await U.select({message:"Selecione o m\xF3dulo para atualizar:",options:r});if(!U.isCancel(n))return n}import T from"chalk";import De from"ora";import pt from"path";import I from"fs-extra";import We from"crypto";import bo from"os";import{z as fe}from"zod";var Wn=fe.object({name:fe.string().min(1),slug:fe.string().min(1).regex(/^[a-z0-9-]+$/),version:fe.string().regex(/^\d+\.\d+\.\d+$/),description:fe.string().min(1),author:fe.string().optional(),license:fe.string().optional(),tier:fe.enum(["free","starter","complete","pro"])}),qe=pt.join(bo.homedir(),".kaven","signing-key.json");async function Xn(){if(await I.pathExists(qe))try{let n=await I.readJson(qe),a=We.createPrivateKey({key:Buffer.from(n.privateKey,"base64"),type:"pkcs8",format:"der"}),i=We.createPublicKey(a);return{privateKey:a,publicKey:i}}catch{}let{privateKey:o,publicKey:e}=We.generateKeyPairSync("ed25519"),t=o.export({type:"pkcs8",format:"der"}),r=e.export({type:"spki",format:"der"});return await I.ensureDir(pt.dirname(qe)),await I.writeJson(qe,{privateKey:t.toString("base64"),publicKey:r.toString("base64")},{spaces:2}),process.platform!=="win32"&&await I.chmod(qe,384),{privateKey:o,publicKey:e}}async function Yn(o){let e=await I.readFile(o);return We.createHash("sha256").update(e).digest("hex")}async function Zn(o,e){await(await import("tar")).create({gzip:!0,file:e,cwd:o,filter:r=>{let n=r.replace(/\\/g,"/"),a=["node_modules",".git","dist",".env"];for(let i of a)if(n.startsWith(i+"/")||n===i||n.endsWith(".log"))return!1;return!0}},["."])}async function xo(o){let e=process.cwd(),t=pt.join(e,"module.json");await I.pathExists(t)||(console.error(T.red("Error: module.json not found in current directory.")),console.error(T.gray("Try: run this command from inside a module directory")),process.exit(1));let r;try{let f=await I.readJson(t),C=Wn.safeParse(f);if(!C.success){console.error(T.red("Error: Invalid module.json:"));for(let ie of C.error.issues)console.error(T.red(` - ${ie.path.join(".")}: ${ie.message}`));process.exit(1)}r=C.data}catch(f){console.error(T.red(`Error: Failed to parse module.json: ${f instanceof Error?f.message:String(f)}`)),process.exit(1)}console.log(),console.log(T.bold(`Publishing module: ${r.name} v${r.version}`)),console.log(T.gray(`Slug: ${r.slug} | Tier: ${r.tier}`)),console.log();let n=pt.join(bo.tmpdir(),`kaven-${r.slug}-${r.version}.tar.gz`),a=De("Creating module package...").start();try{await Zn(e,n);let f=await I.stat(n);a.succeed(`Package created (${(f.size/1024).toFixed(1)} KB)`)}catch(f){a.fail("Failed to create package"),console.error(T.red(f instanceof Error?f.message:String(f))),await I.remove(n).catch(()=>{}),process.exit(1)}let i=De("Computing SHA-256 checksum...").start(),s;try{s=await Yn(n),i.succeed(`Checksum: ${s.substring(0,16)}...`)}catch{i.fail("Failed to compute checksum"),await I.remove(n).catch(()=>{}),process.exit(1);return}let c=De("Signing package...").start(),l,d;try{let{privateKey:f,publicKey:C}=await Xn();l=We.sign(null,Buffer.from(s),f).toString("base64"),d=C.export({type:"spki",format:"der"}).toString("base64"),c.succeed(`Package signed (${l.substring(0,16)}...)`)}catch{c.fail("Failed to sign package"),await I.remove(n).catch(()=>{}),process.exit(1);return}if(o.dryRun){console.log(),console.log(T.yellow("Dry-run mode: skipping upload and release creation.")),console.log(T.green("\u2705 Package validated successfully.")),await I.remove(n).catch(()=>{});return}let p=new A;try{await p.getValidToken()}catch{console.error(T.red("Error: Not authenticated. Run 'kaven auth login' first.")),await I.remove(n).catch(()=>{}),process.exit(1);return}let u=new H(p),m=await I.stat(n),g=De("Getting upload URL...").start(),k,S;try{let f=await u.getUploadUrl(r.slug,r.version,m.size);k=f.uploadUrl,S=f.s3Key,g.succeed("Upload URL received")}catch(f){g.fail("Failed to get upload URL"),console.error(T.red(f instanceof Error?f.message:String(f))),await I.remove(n).catch(()=>{}),process.exit(1);return}let L=De(`Uploading package (${(m.size/1024).toFixed(1)} KB)...`).start();try{let f=await I.readFile(n),C=await fetch(k,{method:"PUT",headers:{"Content-Type":"application/gzip","Content-Length":String(m.size)},body:f});if(!C.ok)throw new Error(`Upload failed: ${C.status} ${C.statusText}`);L.succeed("Package uploaded successfully")}catch(f){L.fail("Upload failed"),console.error(T.red(f instanceof Error?f.message:String(f))),await I.remove(n).catch(()=>{}),process.exit(1);return}let z=De("Creating release record...").start();try{let f=await u.createRelease({moduleSlug:r.slug,version:r.version,s3Key:S,checksum:s,signature:l,publicKey:d,changelog:o.changelog});z.succeed(`Release created: ${r.slug}@${f.version} (ID: ${f.id})`)}catch(f){z.fail("Failed to create release"),console.error(T.red(f instanceof Error?f.message:String(f))),await I.remove(n).catch(()=>{}),process.exit(1);return}await I.remove(n).catch(()=>{}),console.log(),console.log(T.green(`\u2705 Published ${r.name} v${r.version} to the Kaven Marketplace!`)),console.log(T.gray(`View your module at: https://marketplace.kaven.site/modules/${r.slug}`)),console.log(),console.log(T.bold("Next steps:")),console.log(T.gray(" 1. Share your module with the community")),console.log(T.gray(" 2. Monitor installation metrics")),console.log(T.gray(" 3. Update module with 'kaven module publish' when ready"))}import w from"chalk";import Eo from"ora";import tr from"path";import*as So from"@inquirer/prompts";import _t from"fs-extra";import Qn from"path";var be=[{id:"auth",label:"Auth & Identity",description:"Gest\xE3o de usu\xE1rios, permiss\xF5es e sess\xF5es",models:["User","Role","Capability","AuthSession","AuditLog"],enums:["UserRole"],dependsOn:[]},{id:"billing",label:"Billing",description:"Faturamento, assinaturas e pagamentos",models:["Invoice","Order","Subscription","Plan","Payment","Product"],enums:[],dependsOn:["auth"]},{id:"projects",label:"Projects",description:"Gest\xE3o de projetos e tasks",models:["Project","Task"],enums:["ProjectStatus","TaskStatus","TaskPriority"],dependsOn:["auth"]},{id:"notifications",label:"Notifications",description:"Notifica\xE7\xF5es e prefer\xEAncias de usu\xE1rio",models:["Notification","UserPreference"],enums:[],dependsOn:["auth"]},{id:"marketing-tracking",label:"Marketing Tracking",description:"Observabilidade de an\xFAncios, GTM, GA4 e Meta CAPI",models:["TrackingEvent"],enums:["TrackingSource"],dependsOn:["auth"]}],Xe=o=>`// [KAVEN_MODULE:${o.toUpperCase()} BEGIN]`,Ye=o=>`// [KAVEN_MODULE:${o.toUpperCase()} END]`,er=/^(\s*)\/\/\s*(.*)$/,_e=class{schemaPath;constructor(e){this.schemaPath=Qn.join(e,"packages","database","prisma","schema.extended.prisma")}async exists(){return _t.pathExists(this.schemaPath)}get path(){return this.schemaPath}async readSchema(){return _t.readFile(this.schemaPath,"utf-8")}async writeSchema(e){await _t.writeFile(this.schemaPath,e,"utf-8")}validateMarkers(e,t){let r=Xe(t),n=Ye(t),a=e.includes(r),i=e.includes(n);if(a&&!i)throw new Error(`Marcador \xF3rf\xE3o detectado: Faltando END para o m\xF3dulo "${t}".`);if(!a&&i)throw new Error(`Marcador \xF3rf\xE3o detectado: Faltando BEGIN para o m\xF3dulo "${t}".`);if(!a&&!i)throw new Error(`O m\xF3dulo "${t}" n\xE3o possui uma se\xE7\xE3o marcada no schema.`);if(e.indexOf(r)>e.indexOf(n))throw new Error(`Marcadores invertidos para o m\xF3dulo "${t}".`)}async getModuleStatus(e){let t=await this.readSchema(),r=Xe(e.id),n=Ye(e.id),a=t.includes(r)&&t.includes(n),i=!1;if(a){let s=this.extractBlock(t,e.id);i=s!==null&&this.isBlockActive(s)}else i=e.models.some(s=>this.isModelActive(t,s));return{id:e.id,label:e.label,description:e.description,models:e.models,dependsOn:e.dependsOn,active:i,hasMarkers:a}}async activateModule(e){let t=await this.readSchema();this.validateMarkers(t,e.id);let r=this.uncommentBlock(t,e.id);await this.writeSchema(r)}async deactivateModule(e){let t=await this.readSchema();this.validateMarkers(t,e.id);let r=this.commentBlock(t,e.id);await this.writeSchema(r)}extractBlock(e,t){let r=Xe(t),n=Ye(t),a=e.split(`
|
|
32
|
+
`),i=-1,s=-1;for(let c=0;c<a.length;c++)if(a[c].includes(r)&&(i=c),a[c].includes(n)&&i!==-1){s=c;break}return i===-1||s===-1?null:a.slice(i+1,s).join(`
|
|
28
33
|
`)}isBlockActive(e){return e.split(`
|
|
29
|
-
`).some(t=>{let
|
|
30
|
-
`);for(let
|
|
31
|
-
`),i=!1,s=[];for(let c of a){if(c.includes(
|
|
32
|
-
`)}uncommentBlock(e,t){let
|
|
33
|
-
`),i=!1,s=[];for(let c of a){if(c.includes(
|
|
34
|
-
`)}};var
|
|
35
|
-
Error: Schema not found at: ${t}`)),console.error(w.gray("Make sure you are in the root of a valid Kaven project.")),process.exit(1)}}async function
|
|
36
|
-
Unknown module: "${o}".`)),console.error(w.gray(`Available modules: ${
|
|
34
|
+
`).some(t=>{let r=t.trim();return r.length>0&&!r.startsWith("//")&&!r.startsWith("/*")&&!r.startsWith("*")})}isModelActive(e,t){let r=e.split(`
|
|
35
|
+
`);for(let n of r)if(n.trim().startsWith(`model ${t}`)&&!n.trimStart().startsWith("//"))return!0;return!1}commentBlock(e,t){let r=Xe(t),n=Ye(t),a=e.split(`
|
|
36
|
+
`),i=!1,s=[];for(let c of a){if(c.includes(r)){i=!0,s.push(c);continue}if(c.includes(n)){i=!1,s.push(c);continue}if(i){let l=c.trim();l.length===0||l.startsWith("//")?s.push(c):s.push(`// ${c}`)}else s.push(c)}return s.join(`
|
|
37
|
+
`)}uncommentBlock(e,t){let r=Xe(t),n=Ye(t),a=e.split(`
|
|
38
|
+
`),i=!1,s=[];for(let c of a){if(c.includes(r)){i=!0,s.push(c);continue}if(c.includes(n)){i=!1,s.push(c);continue}if(i){let l=c.match(er);l?s.push(l[1]+l[2]):s.push(c)}else s.push(c)}return s.join(`
|
|
39
|
+
`)}};var or={confirm:So.confirm};function Lt(o){return be.find(e=>e.id===o.toLowerCase())}function Co(o,e){if(!o){let t=tr.join(e,"packages","database","prisma","schema.extended.prisma");console.error(w.red(`
|
|
40
|
+
Error: Schema not found at: ${t}`)),console.error(w.gray("Make sure you are in the root of a valid Kaven project.")),process.exit(1)}}async function Ot(o,e,t={}){let r=$.getInstance(),n=Date.now();r.capture("cli.module.activate.start",{moduleName:o});let a=e??process.cwd(),i=new _e(a),s=Eo(`Activating module ${o}...`).start();try{let c=await i.exists();s.stop(),Co(c,a);let l=Lt(o);if(l||(console.error(w.red(`
|
|
41
|
+
Unknown module: "${o}".`)),console.error(w.gray(`Available modules: ${be.map(p=>p.id).join(", ")}`)),process.exit(1)),l.dependsOn.length>0){s.start("Checking dependencies...");let p=[];for(let m of l.dependsOn){let g=Lt(m);if(!g)continue;let k=await i.getModuleStatus(g);p.push(k)}let u=p.filter(m=>!m.active);if(u.length>0)if(s.stop(),t.withDeps)for(let m of u)await Ot(m.id,e,{...t,withDeps:!0});else console.error(w.red(`
|
|
37
42
|
Inactive dependencies for "${o}": ${u.map(m=>m.id).join(", ")}`)),console.error(w.gray(`Activate them first:
|
|
38
43
|
${u.map(m=>` kaven module activate ${m.id}`).join(`
|
|
39
44
|
`)}`)),console.log(w.gray(`
|
|
40
45
|
Or use --with-deps to activate them automatically.`)),process.exit(1);s.stop()}if((await i.getModuleStatus(l)).active){console.log(w.yellow(`
|
|
41
|
-
Module "${l.label}" is already active.`));return}if(!t.yes&&!await
|
|
46
|
+
Module "${l.label}" is already active.`));return}if(!t.yes&&!await or.confirm({message:`Activate module "${l.label}"? This will uncomment ${l.models.length} model(s) in the schema.`,default:!0})){console.log(w.gray(`
|
|
42
47
|
Activation aborted.`));return}if(t.dryRun){console.log(w.bold(`
|
|
43
48
|
--- DRY RUN: Activating ${l.label} ---`)),console.log(`Models to uncomment: ${l.models.join(", ")}`),l.enums.length>0&&console.log(`Enums to uncomment: ${l.enums.join(", ")}`);return}s.start(`Uncommenting ${l.label} models in schema...`),await i.activateModule(l),s.succeed(w.green(`
|
|
44
|
-
Module ${l.label} activated. ${l.models.length} models added: ${l.models.join(", ")}`)),t.skipMigrate||console.log(w.cyan("\nNext step: Run `pnpm db:generate && pnpm db:migrate` to apply changes.")),
|
|
45
|
-
Unknown module: "${o}".`)),console.error(w.gray(`Available modules: ${
|
|
49
|
+
Module ${l.label} activated. ${l.models.length} models added: ${l.models.join(", ")}`)),t.skipMigrate||console.log(w.cyan("\nNext step: Run `pnpm db:generate && pnpm db:migrate` to apply changes.")),r.capture("cli.module.activate.success",{moduleName:l.id,models:l.models.length},Date.now()-n),await r.flush()}catch(c){let l=ke(c);s.fail(w.red(`Failed to activate module: ${l.message}`)),r.capture("cli.module.activate.error",{moduleName:o,error:l.message},Date.now()-n),await r.flush(),process.exit(1)}}async function Po(o,e,t={}){let r=$.getInstance(),n=Date.now();r.capture("cli.module.deactivate.start",{moduleName:o});let a=e??process.cwd(),i=new _e(a),s=Eo(`Deactivating module ${o}...`).start();try{let c=await i.exists();s.stop(),Co(c,a);let l=Lt(o);l||(console.error(w.red(`
|
|
50
|
+
Unknown module: "${o}".`)),console.error(w.gray(`Available modules: ${be.map(u=>u.id).join(", ")}`)),process.exit(1)),s.start("Checking reverse dependencies...");let d=[];for(let u of be){if(u.id===l.id||!u.dependsOn.includes(l.id))continue;(await i.getModuleStatus(u)).active&&d.push(u.id)}if(d.length>0&&(s.stop(),console.error(w.red(`
|
|
46
51
|
Cannot deactivate "${o}": the following active modules depend on it:`)),console.error(w.gray(` ${d.join(", ")}`)),console.error(w.gray(`Deactivate them first:
|
|
47
52
|
${d.map(u=>` kaven module deactivate ${u}`).join(`
|
|
48
53
|
`)}`)),process.exit(1)),!(await i.getModuleStatus(l)).active){s.stop(),console.log(w.yellow(`
|
|
49
54
|
Module "${l.label}" is already inactive.`));return}if(t.dryRun){s.stop(),console.log(w.bold(`
|
|
50
55
|
--- DRY RUN: Deactivating ${l.label} ---`)),console.log(`Models to comment: ${l.models.join(", ")}`);return}s.start(`Commenting ${l.label} models in schema...`),await i.deactivateModule(l),s.succeed(w.green(`
|
|
51
|
-
Module ${l.label} deactivated successfully.`)),t.skipMigrate||console.log(w.cyan("\nNext step: Run `pnpm db:generate && pnpm db:migrate` to apply changes.")),
|
|
52
|
-
`)),console.log(a),console.log(w.gray(i)),!
|
|
53
|
-
`));let
|
|
54
|
-
`)),console.log(
|
|
55
|
-
`));try{await
|
|
56
|
-
`))}let d=
|
|
56
|
+
Module ${l.label} deactivated successfully.`)),t.skipMigrate||console.log(w.cyan("\nNext step: Run `pnpm db:generate && pnpm db:migrate` to apply changes.")),r.capture("cli.module.deactivate.success",{moduleName:l.id},Date.now()-n),await r.flush()}catch(c){let l=ke(c);s.fail(w.red(`Failed to deactivate module: ${l.message}`)),r.capture("cli.module.deactivate.error",{moduleName:o,error:l.message},Date.now()-n),await r.flush(),process.exit(1)}}async function $o(o){let e=o??process.cwd(),t=new _e(e),r=await t.exists(),n={module:18,status:10,models:44,deps:20},a=w.bold("Module".padEnd(n.module))+w.bold("Status".padEnd(n.status))+w.bold("Models".padEnd(n.models))+w.bold("Depends on"),i="\u2500".repeat(n.module+n.status+n.models+n.deps);if(console.log(),console.log(w.blue(`Kaven Schema Modules
|
|
57
|
+
`)),console.log(a),console.log(w.gray(i)),!r){for(let s of be){let c=s.id.padEnd(n.module),l=w.gray("unknown".padEnd(n.status)),d=s.models.join(", ").padEnd(n.models),p=s.dependsOn.length>0?s.dependsOn.join(", "):"\u2014";console.log(`${c}${l}${d}${p}`)}console.log(),console.log(w.yellow("Warning: schema.extended.prisma not found. Status cannot be determined.")),console.log(w.gray("Run this command in the root of a Kaven project to see real status."));return}for(let s of be){let c=await t.getModuleStatus(s),l=s.id.padEnd(n.module),d=c.active?"active":"inactive",p=c.active?w.green(d.padEnd(n.status)):w.gray(d.padEnd(n.status)),u=s.models.join(", ").padEnd(n.models),m=s.dependsOn.length>0?s.dependsOn.join(", "):"\u2014";console.log(`${l}${p}${u}${m}`)}console.log(),console.log(w.gray("To activate: kaven module activate <name> | To deactivate: kaven module deactivate <name>"))}import Y from"chalk";import Mo from"ora";import nr from"open";function rr(o){return new Promise(e=>setTimeout(e,o))}async function ar(o,e,t,r,n){let a=Date.now()+t*1e3,i=[5,10,15,20],s=0,c=r;for(;Date.now()<a;){let l=Math.ceil((a-Date.now())/1e3),d=Math.floor(l/60),p=String(l%60).padStart(2,"0");n.text=`Waiting for authorization... (expires in ${d}:${p})`,await rr(c*1e3);try{let u=await o.pollDeviceToken(e);if(u.status==="success"&&u.tokens)return u.tokens;switch(u.status){case"slow_down":c+=5;break;case"access_denied":throw new Error("Authorization denied by user. Try again with 'kaven auth login'.");case"expired_token":throw new Error("Device code expired. Run 'kaven auth login' again.");case"authorization_pending":s<i.length-1&&(s++,c=i[s]);break}}catch(u){if(u.message.includes("denied")||u.message.includes("expired"))throw u;let m=u;throw m.code==="ECONNREFUSED"||m.code==="ENOTFOUND"?new Error("Network error. Check your connection and try again."):u}}throw new Error("Device code expired. Run 'kaven auth login' again.")}async function Ao(){let o=$.getInstance(),e=Date.now();o.capture("cli.auth.login.start");let t=new H,r=new A;console.log(Y.blue(`\u{1F510} Starting authentication flow...
|
|
58
|
+
`));let n=Mo("Requesting device code from marketplace...").start();try{let{device_code:a,user_code:i,verification_uri:s,expires_in:c,interval:l}=await t.requestDeviceCode();n.stop(),console.log(Y.yellow(`To complete login, follow these steps:
|
|
59
|
+
`)),console.log(Y.bold(` Your verification code: ${Y.cyan(i)}
|
|
60
|
+
`));try{await nr(s),console.log(Y.dim(" \u2713 Browser opened automatically"))}catch{console.log(Y.yellow(" Open this URL in your browser:")),console.log(Y.underline(` ${s}
|
|
61
|
+
`))}let d=Mo("Waiting for authorization...").start(),p=await ar(t,a,c,l,d);await r.saveTokens(p),d.succeed(Y.green(`Logged in as ${Y.bold(p.user.email)}`)),console.log(Y.dim(` Tier: ${p.user.tier}`)),console.log(Y.gray(`
|
|
57
62
|
Your credentials were saved securely in ~/.kaven/auth.json
|
|
58
|
-
`)),o.capture("cli.auth.login.success",{tier:p.user.tier},Date.now()-e),await o.flush()}catch(a){o.capture("cli.auth.login.error",{error:a.message},Date.now()-e),await o.flush(),
|
|
63
|
+
`)),o.capture("cli.auth.login.success",{tier:p.user.tier},Date.now()-e),await o.flush()}catch(a){o.capture("cli.auth.login.error",{error:a.message},Date.now()-e),await o.flush(),n.fail(Y.red("Authentication failed")),console.error(Y.red(`
|
|
59
64
|
Error: ${a.message}
|
|
60
|
-
`)),process.exit(1)}}import
|
|
65
|
+
`)),process.exit(1)}}import Ft from"chalk";async function jo(){let o=new A;try{if(!await o.isAuthenticated()){console.log(Ft.yellow("You are not authenticated."));return}await o.logout(),console.log(Ft.green("Logged out successfully."))}catch{console.error(Ft.red("Error during logout.")),process.exit(1)}}import xe from"chalk";async function To(){let o=$.getInstance();o.capture("cli.auth.whoami.start");let e=new A;try{let t=await e.getWhoamiInfo();if(!t){console.log(xe.yellow("You are not authenticated.")),console.log(xe.gray("Use 'kaven auth login' to sign in.")),o.capture("cli.auth.whoami.not_authenticated"),await o.flush();return}o.capture("cli.auth.whoami.authenticated"),console.log(),console.log(` ${xe.bold("Email:")} ${t.email}`),console.log(` ${xe.bold("GitHub:")} ${t.githubId}`),console.log(` ${xe.bold("Tier:")} ${t.tier}`),console.log(` ${xe.bold("Session:")} ${t.sessionExpiry}`),console.log()}catch{console.error(xe.red("Error checking authentication status.")),process.exit(1)}await o.flush()}import R from"chalk";import ir from"ora";import sr from"cli-table3";function cr(o){switch(o.toLowerCase()){case"starter":return R.green(o.toLowerCase());case"complete":return R.yellow(o.toLowerCase());case"pro":return R.magenta(o.toLowerCase());case"enterprise":return R.blue(o.toLowerCase());default:return o}}async function Io(o={}){let e=$.getInstance(),t=Date.now();e.capture("cli.marketplace.list.start");let r=new A,n=new H(r),a=o.page??1,i=Math.min(o.limit??20,100),s=o.sort??"newest";await r.isAuthenticated()||console.log(R.yellow("Warning: Not authenticated. Only public modules will be shown. Run: kaven auth login"));let l=ir("Fetching modules from Marketplace...").start();try{let d=await n.listModules({category:o.category,page:a,pageSize:i,q:void 0});l.stop();let p=d.data,u=d.meta,m=d.total??u?.total??p.length;if(o.json){console.log(JSON.stringify(d,null,2)),e.capture("cli.marketplace.list.success",{count:p.length,json:!0},Date.now()-t),await e.flush();return}if(p.length===0){console.log(R.yellow("No modules found matching your criteria.")),e.capture("cli.marketplace.list.success",{count:0},Date.now()-t),await e.flush();return}let g=new sr({head:[R.white.bold("Slug"),R.white.bold("Name"),R.white.bold("Version"),R.white.bold("Tier"),R.white.bold("Installs")],style:{head:[],border:["gray"]}}),k=[...p];s==="popular"?k.sort((f,C)=>C.installCount-f.installCount):s==="name"&&k.sort((f,C)=>f.name.localeCompare(C.name));for(let f of k)g.push([R.cyan(f.slug),R.white(f.name),R.green(f.latestVersion??"\u2014"),cr(f.requiredTier??f.tier??""),R.gray(String(f.installCount))]);console.log(R.blue.bold(`
|
|
61
66
|
Available Marketplace Modules:
|
|
62
|
-
`)),console.log(g.toString());let
|
|
63
|
-
Showing ${I}-${Q} of ${m} modules (page ${a}/${F})`)),console.log($.gray("Use 'kaven marketplace install <slug>' to install a module.")),e.capture("cli.marketplace.list.success",{count:p.length,total:m},Date.now()-t),await e.flush()}catch(d){l.stop(),d instanceof Ge&&(console.error($.red("Could not reach marketplace. Check your connection.")),e.capture("cli.marketplace.list.error",{error:"network_error"},Date.now()-t),await e.flush(),process.exit(1)),e.capture("cli.marketplace.list.error",{error:d.message},Date.now()-t),await e.flush(),console.error($.red("Error fetching modules from Marketplace.")),console.error(d),process.exit(1)}}import V from"chalk";import Dn from"ora";import ee from"fs-extra";import Ee from"path";import On from"os";import*as co from"tar";import Ye from"crypto";import jn from"fs-extra";async function Tn(o){let e=await jn.readFile(o);return Ye.createHash("sha256").update(e).digest("hex")}var In=/^[0-9a-fA-F]+$/;function Rn(o){return In.test(o)&&o.length===128?Buffer.from(o,"hex"):Buffer.from(o,"base64")}function _n(o,e,t){try{let n=Ye.createPublicKey({key:Buffer.from(t,"base64"),type:"spki",format:"der"}),r=Rn(e);return Ye.verify(null,Buffer.from(o),n,r)?!0:Ye.verify(null,Buffer.from(o+`
|
|
64
|
-
`),n,r)}catch{return!1}}async function so(o){let e=await Tn(o.filePath);if(e!==o.expectedChecksum)throw new je(`Checksum mismatch: expected ${o.expectedChecksum.substring(0,16)}..., got ${e.substring(0,16)}...`);if(!_n(o.expectedChecksum,o.signature,o.publicKeyBase64))throw new je("Ed25519 signature verification failed. The package may have been tampered with.")}var Ln={ora:Dn},Fn={x:co.x};async function Kn(){let o=Ee.join(On.tmpdir(),"kaven-install-");return ee.mkdtemp(o)}function Nn(o){return o<1024?`${o} B`:o<1024*1024?`${Math.round(o/1024)} KB`:`${(o/(1024*1024)).toFixed(1)} MB`}async function Un(o,e,t,n){let r=Ee.join(n,".kaven","cache","modules"),a=Ee.join(r,`${o}-${e}`);await ee.ensureDir(a),await ee.copy(t,a)}async function Ze(o,e={}){let t=j.getInstance(),n=Date.now();t.capture("cli.marketplace.install.start",{slug:o});let r=new T,a=new J(r),i=process.cwd(),s;try{s=await r.getValidToken()}catch{console.error(V.red("Authentication required. Run: kaven auth login")),t.capture("cli.marketplace.install.error",{slug:o,error:"not_authenticated"},Date.now()-n),await t.flush(),process.exit(1);return}let c=Ln.ora(`Preparing installation of '${o}'...`).start(),l=null;try{c.text=`Fetching module '${o}' from Marketplace...`;let d;try{d=await a.getModule(o)}catch(z){if(z instanceof Ft){c.fail(V.red(`Module '${o}' not found in Marketplace.`)),process.exit(1);return}throw z}let p=d.latestVersion??d.releases?.[0]?.version,u=e.version??p;if(!u){c.fail(V.red(`No published version found for '${o}'.`)),process.exit(1);return}let m=new W,g=new ae(i,m);if(await g.isModuleInstalled(o)&&!e.force){c.stop(),console.log(V.yellow(`Module '${o}' is already installed. Use --force to overwrite.`)),t.capture("cli.marketplace.install.skipped",{slug:o,reason:"already_installed"},Date.now()-n),await t.flush();return}c.text=`Creating download token for '${o}@${u}'...`;let F=await a.createDownloadToken(o,u);l=await Kn();let I=Ee.join(l,"module.tar.gz"),Q=Ee.join(l,"extracted");await ee.ensureDir(Q),c.text=`Downloading ${o} v${u}...`;let f=await a.resolveUrl(F.downloadUrl),S=await fetch(f);if(!S.ok)throw new Error(`Download failed: ${S.status} ${S.statusText}`);let he=S.headers.get("content-length"),Rt=he?` (${Nn(parseInt(he,10))})`:"";if(c.text=`Downloading ${o} v${u}${Rt}...`,!S.body)throw new Error("No response body received for download");let Me=ee.createWriteStream(I),qo=S.body.getReader();if(await new Promise((z,Dt)=>{(async()=>{try{let Je=!0;for(;Je;){let{done:Wo,value:Xo}=await qo.read();Wo?(Me.end(),Je=!1):Me.write(Xo)||await new Promise(Yo=>Me.once("drain",Yo))}Me.once("finish",z),Me.once("error",Dt)}catch(Je){Dt(Je)}})()}),(await ee.stat(I)).size===0)throw new Error("Downloaded file is empty");if(!e.skipVerify){c.text=`Verifying signature for ${o} v${u}...`;let z=await a.getReleaseInfo(o,u);z.checksum&&z.signature&&z.publicKey?(await so({filePath:I,expectedChecksum:z.checksum,signature:z.signature,publicKeyBase64:z.publicKey}),c.text=`Signature verified for ${o} v${u}`):c.text=`No signature data for ${o} v${u} \u2014 skipping verification`}c.text=`Extracting ${o} v${u}...`,await Fn.x({file:I,cwd:Q});let _t=Ee.join(Q,"module.json");if(!await ee.pathExists(_t))throw new Error(`module.json not found in extracted archive for '${o}'`);let zo=await ee.readJson(_t);c.text=`Caching baseline for ${o} v${u}...`,await Un(o,u,Q,i),c.text=`Installing ${o} v${u}...`,await g.install(zo),c.succeed(V.green(`Module '${o}@${u}' installed successfully.`)),console.log(V.gray("Use 'kaven module doctor' to verify the installation.")),t.capture("cli.marketplace.install.success",{slug:o,version:u},Date.now()-n),await t.flush()}catch(d){let p=Te(d);if(c.stop(),p instanceof je){console.error(V.red(`Signature verification failed for '${o}': ${p.message}`)),console.error(V.yellow("Use --skip-verify to bypass (not recommended).")),t.capture("cli.marketplace.install.error",{slug:o,error:"signature_verification_failed"},Date.now()-n),await t.flush(),process.exit(1);return}if(p instanceof Ot){console.error(V.red(`License required: '${o}' requires a '${p.requiredTier}' license.`)),console.error(V.yellow(`Run: kaven upgrade ${p.requiredTier}`)),t.capture("cli.marketplace.install.error",{slug:o,error:"license_required",tier:p.requiredTier},Date.now()-n),await t.flush(),process.exit(1);return}if(p instanceof Lt||p.message.includes("Not authenticated")){console.error(V.red("Authentication required. Run: kaven auth login")),t.capture("cli.marketplace.install.error",{slug:o,error:"auth_error"},Date.now()-n),await t.flush(),process.exit(1);return}if(p instanceof Ge){console.error(V.red("Could not reach marketplace. Check your connection.")),t.capture("cli.marketplace.install.error",{slug:o,error:"network_error"},Date.now()-n),await t.flush(),process.exit(1);return}t.capture("cli.marketplace.install.error",{slug:o,error:p.message},Date.now()-n),await t.flush(),c.fail(V.red(`Failed to install module '${o}'.`)),console.error(p),process.exit(1)}finally{l&&await ee.remove(l).catch(()=>{})}}import{select as yt,spinner as Gn,outro as Hn,isCancel as qn,cancel as zn}from"@clack/prompts";import A from"picocolors";import{createInstance as Bn}from"i18next";var Vn={common:{welcome:"Welcome to Kaven CLI",success:"Success",error:"Error",warning:"Warning",suggestion:"Suggestion",proceed:"Do you want to proceed?",cancelled:"Operation cancelled",exit:"Exit",back:"Back",cancel:"Cancel"},init:{intro:"Bootstrapping a new Kaven project",outro:"Project created successfully! Ready to build.",projectName:"What is the name of your project?",template:"Select a template",withSquad:"Include AIOX Squad (AI Agents)?",installing:"Installing dependencies..."},module:{activate:{title:"Module Activation: {{name}}",models:"Models to be added: {{count}}",envVars:"Env vars to inject: {{count}}",alreadyActive:"Module '{{name}}' is already active."},list:{header:"Kaven Schema Modules"}},doctor:{checking:"Running diagnostics...",allClear:"Your project is healthy!",issuesFound:"Found {{count}} issue(s).",fixSuggestion:"\u{1F4A1} Run 'kaven module doctor --fix' to resolve automatically."},marketplace:{browse:{loadingCategories:"Loading categories...",categoryLoadFailed:"Could not load categories \u2014 showing all modules.",browseByCategory:"Browse by category:",allModules:"All modules",loadingModules:"Loading modules...",errorLoadingModules:"Error loading modules: {{error}}",noModulesFound:"No modules found.",nextPage:"\u2192 Next page",prevPage:"\u2190 Previous page",backToCategories:"\u2191 Back to categories",whatToDo:"What would you like to do?",install:"Install {{name}}",backToList:"Back to module list",sessionEnded:"Browse session ended."}},config:{features:{catalogHeader:"Kaven Framework \u2014 Capability Catalog",capabilitiesTotal:"{{count}} capabilities total",tierPresets:"Tier presets:",tuiHeader:"\u{1F6E1}\uFE0F Kaven Feature Flag Configuration",selectTier:"Select a base tier:",customize:"Customize individual capabilities?",confirmOverwrite:"Seed file already exists. Overwrite?",seedWritten:"Seed file written to: {{path}}",runSeed:"Run pnpm prisma db seed to apply capabilities to your database.",dryRunHeader:"--- DRY RUN: Generated Content ---"}}},Jn={common:{welcome:"Bem-vindo \xE0 Kaven CLI",success:"Sucesso",error:"Erro",warning:"Aviso",suggestion:"Sugest\xE3o",proceed:"Deseja continuar?",cancelled:"Opera\xE7\xE3o cancelada",exit:"Sair",back:"Voltar",cancel:"Cancelar"},init:{intro:"Iniciando um novo projeto Kaven",outro:"Projeto criado com sucesso! Hora de construir.",projectName:"Qual o nome do seu projeto?",template:"Selecione um template",withSquad:"Incluir AIOX Squad (Agentes de IA)?",installing:"Instalando depend\xEAncias..."},module:{activate:{title:"Ativa\xE7\xE3o de M\xF3dulo: {{name}}",models:"Models a serem adicionados: {{count}}",envVars:"Vari\xE1veis de ambiente: {{count}}",alreadyActive:"O m\xF3dulo '{{name}}' j\xE1 est\xE1 ativo."},list:{header:"M\xF3dulos de Schema Kaven"}},doctor:{checking:"Executando diagn\xF3sticos...",allClear:"Seu projeto est\xE1 saud\xE1vel!",issuesFound:"Encontrados {{count}} problema(s).",fixSuggestion:"\u{1F4A1} Execute 'kaven module doctor --fix' para resolver automaticamente."},marketplace:{browse:{loadingCategories:"Carregando categorias...",categoryLoadFailed:"N\xE3o foi poss\xEDvel carregar categorias \u2014 exibindo todos os m\xF3dulos.",browseByCategory:"Navegar por categoria:",allModules:"Todos os m\xF3dulos",loadingModules:"Carregando m\xF3dulos...",errorLoadingModules:"Erro ao carregar m\xF3dulos: {{error}}",noModulesFound:"Nenhum m\xF3dulo encontrado.",nextPage:"\u2192 Pr\xF3xima p\xE1gina",prevPage:"\u2190 P\xE1gina anterior",backToCategories:"\u2191 Voltar \xE0s categorias",whatToDo:"O que deseja fazer?",install:"Instalar {{name}}",backToList:"Voltar \xE0 lista",sessionEnded:"Sess\xE3o de navega\xE7\xE3o encerrada."}},config:{features:{catalogHeader:"Kaven Framework \u2014 Cat\xE1logo de Capacidades",capabilitiesTotal:"{{count}} capacidades no total",tierPresets:"Presets de tier:",tuiHeader:"\u{1F6E1}\uFE0F Configura\xE7\xE3o de Feature Flags Kaven",selectTier:"Selecione um tier base:",customize:"Personalizar capacidades individualmente?",confirmOverwrite:"Arquivo de seed j\xE1 existe. Sobrescrever?",seedWritten:"Seed escrito em: {{path}}",runSeed:"Execute pnpm prisma db seed para aplicar as capacidades ao banco.",dryRunHeader:"--- DRY RUN: Conte\xFAdo Gerado ---"}}},X=class o{static instance;i18n=Bn();constructor(){}static async getInstance(){return o.instance||(o.instance=new o,await o.instance.init()),o.instance}async init(){let e=process.env.KAVEN_LANG||"en";await this.i18n.init({lng:e,fallbackLng:"en",resources:{en:{translation:Vn},"pt-BR":{translation:Jn}}})}t(e,t){return this.i18n.t(e,t)}async setLanguage(e){await this.i18n.changeLanguage(e)}getI18n(){return this.i18n}};var lo=10;function uo(o){switch(o.toUpperCase()){case"FREE":return A.dim("[FREE]");case"STARTER":return A.green("[STARTER]");case"COMPLETE":return A.yellow("[COMPLETE]");case"PRO":return A.magenta("[PRO]");case"ENTERPRISE":return A.cyan("[ENTERPRISE]");default:return A.dim(`[${o}]`)}}function wt(o){qn(o)&&(zn("Cancelled."),process.exit(0))}async function po(){let o=await X.getInstance(),e=new T,t=new J(e),n=Gn(),r={category:null,page:1,selectedModule:null,screen:"categories"};for(;r.screen!=="exit";){if(r.screen==="categories"){n.start(o.t("marketplace.browse.loadingCategories"));let a=[];try{a=await t.getCategories(),n.stop()}catch{n.stop(A.yellow(o.t("marketplace.browse.categoryLoadFailed")))}let i=[{label:o.t("marketplace.browse.allModules"),value:"__all__"},...a.map(c=>({label:c,value:c})),{label:A.dim(o.t("common.exit")),value:"__exit__"}],s=await yt({message:o.t("marketplace.browse.browseByCategory"),options:i});if(wt(s),s==="__exit__"){r.screen="exit";break}r.category=s==="__all__"?null:s,r.page=1,r.screen="list";continue}if(r.screen==="list"){n.start(o.t("marketplace.browse.loadingModules"));let a=[],i=1;try{let u=await t.listModules({category:r.category||void 0,page:r.page,pageSize:lo});a=u.data,i=Math.ceil(u.total/lo)||1,n.stop()}catch(u){n.stop(A.red(o.t("marketplace.browse.errorLoadingModules",{error:u instanceof Error?u.message:String(u)}))),r.screen="categories";continue}if(a.length===0){console.log(A.yellow(o.t("marketplace.browse.noModulesFound"))),r.screen="categories";continue}let s=r.category?` [${r.category}]`:"",c=i>1?` (${r.page}/${i})`:"",l=[...a.map(u=>({label:`${u.name} ${uo(u.requiredTier??u.tier??"")}`,hint:u.description,value:u.slug})),...r.page<i?[{label:A.cyan(o.t("marketplace.browse.nextPage")),value:"__next__"}]:[],...r.page>1?[{label:A.cyan(o.t("marketplace.browse.prevPage")),value:"__prev__"}]:[],{label:A.dim(o.t("marketplace.browse.backToCategories")),value:"__back__"},{label:A.dim(o.t("common.exit")),value:"__exit__"}],d=await yt({message:`Modules${s}${c}:`,options:l});if(wt(d),d==="__exit__"){r.screen="exit";break}if(d==="__back__"){r.screen="categories";continue}if(d==="__next__"){r.page++;continue}if(d==="__prev__"){r.page=Math.max(1,r.page-1);continue}let p=a.find(u=>u.slug===d);p&&(r.selectedModule=p,r.screen="detail");continue}if(r.screen==="detail"&&r.selectedModule){let a=r.selectedModule;console.log(),console.log(A.bold(a.name),uo(a.requiredTier??a.tier??"")),console.log(A.dim(`Version: ${a.latestVersion||"latest"}`)),a.installCount!==void 0&&console.log(A.dim(`Installs: ${a.installCount.toLocaleString()}`)),a.description&&(console.log(),console.log(a.description)),console.log();let i=await yt({message:o.t("marketplace.browse.whatToDo"),options:[{label:o.t("marketplace.browse.install",{name:a.name}),value:"install"},{label:A.dim(o.t("marketplace.browse.backToList")),value:"back"},{label:A.dim(o.t("common.exit")),value:"exit"}]});if(wt(i),i==="exit"){r.screen="exit";break}if(i==="back"){r.selectedModule=null,r.screen="list";continue}if(i==="install"){console.log(),await Ze(a.slug,{force:!1,skipEnv:!1}),r.screen="exit";break}}}Hn(A.dim(o.t("marketplace.browse.sessionEnded")))}import te from"chalk";async function mo(o=10){let t=await j.getInstance().getRecentEvents(o);if(t.length===0){console.log(te.yellow(`
|
|
67
|
+
`)),console.log(g.toString());let S=Math.ceil(m/i),L=(a-1)*i+1,z=Math.min(a*i,m);console.log(R.gray(`
|
|
68
|
+
Showing ${L}-${z} of ${m} modules (page ${a}/${S})`)),console.log(R.gray("Use 'kaven marketplace install <slug>' to install a module.")),e.capture("cli.marketplace.list.success",{count:p.length,total:m},Date.now()-t),await e.flush()}catch(d){l.stop(),d instanceof nt&&(console.error(R.red("Could not reach marketplace. Check your connection.")),e.capture("cli.marketplace.list.error",{error:"network_error"},Date.now()-t),await e.flush(),process.exit(1)),e.capture("cli.marketplace.list.error",{error:d.message},Date.now()-t),await e.flush(),console.error(R.red("Error fetching modules from Marketplace.")),console.error(d),process.exit(1)}}import Z from"chalk";import lr from"ora";import Ee from"fs-extra";import mt from"path";import ur from"os";import*as Ro from"tar";var dr={ora:lr},pr={x:Ro.x};async function mr(){let o=mt.join(ur.tmpdir(),"kaven-install-");return Ee.mkdtemp(o)}function fr(o){return o<1024?`${o} B`:o<1024*1024?`${Math.round(o/1024)} KB`:`${(o/(1024*1024)).toFixed(1)} MB`}async function ft(o,e={}){let t=$.getInstance(),r=Date.now();t.capture("cli.marketplace.install.start",{slug:o});let n=new A,a=new H(n),i=process.cwd(),s;try{s=await n.getValidToken()}catch{console.error(Z.red("Authentication required. Run: kaven auth login")),t.capture("cli.marketplace.install.error",{slug:o,error:"not_authenticated"},Date.now()-r),await t.flush(),process.exit(1);return}let c=dr.ora(`Preparing installation of '${o}'...`).start(),l=null;try{c.text=`Fetching module '${o}' from Marketplace...`;let d;try{d=await a.getModule(o)}catch(P){if(P instanceof ro){c.fail(Z.red(`Module '${o}' not found in Marketplace.`)),process.exit(1);return}throw P}let p=d.latestVersion??d.releases?.[0]?.version,u=e.version??p;if(!u){c.fail(Z.red(`No published version found for '${o}'.`)),process.exit(1);return}let m=new oe,g=new me(i,m);if(await g.isModuleInstalled(o)&&!e.force){c.stop(),console.log(Z.yellow(`Module '${o}' is already installed. Use --force to overwrite.`)),t.capture("cli.marketplace.install.skipped",{slug:o,reason:"already_installed"},Date.now()-r),await t.flush();return}c.text=`Creating download token for '${o}@${u}'...`;let S=await a.createDownloadToken(o,u);l=await mr();let L=mt.join(l,"module.tar.gz"),z=mt.join(l,"extracted");await Ee.ensureDir(z),c.text=`Downloading ${o} v${u}...`;let f=await a.resolveUrl(S.downloadUrl),C=await fetch(f);if(!C.ok)throw new Error(`Download failed: ${C.status} ${C.statusText}`);let ie=C.headers.get("content-length"),Ne=ie?` (${fr(parseInt(ie,10))})`:"";if(c.text=`Downloading ${o} v${u}${Ne}...`,!C.body)throw new Error("No response body received for download");let ye=Ee.createWriteStream(L),xt=C.body.getReader();if(await new Promise((P,ue)=>{(async()=>{try{let ve=!0;for(;ve;){let{done:Et,value:St}=await xt.read();Et?(ye.end(),ve=!1):ye.write(St)||await new Promise(wn=>ye.once("drain",wn))}ye.once("finish",P),ye.once("error",ue)}catch(ve){ue(ve)}})()}),(await Ee.stat(L)).size===0)throw new Error("Downloaded file is empty");if(!e.skipVerify){c.text=`Verifying signature for ${o} v${u}...`;let P=await a.getReleaseInfo(o,u);P.checksum&&P.signature&&P.publicKey?(await dt({filePath:L,expectedChecksum:P.checksum,signature:P.signature,publicKeyBase64:P.publicKey}),c.text=`Signature verified for ${o} v${u}`):c.text=`No signature data for ${o} v${u} \u2014 skipping verification`}c.text=`Extracting ${o} v${u}...`,await pr.x({file:L,cwd:z});let ot=mt.join(z,"module.json");if(!await Ee.pathExists(ot))throw new Error(`module.json not found in extracted archive for '${o}'`);let b=await Ee.readJson(ot);c.text=`Caching baseline for ${o} v${u}...`,await ut(o,u,z,i),c.text=`Installing ${o} v${u}...`,await g.install(b),c.succeed(Z.green(`Module '${o}@${u}' installed successfully.`)),console.log(Z.gray("Use 'kaven module doctor' to verify the installation.")),t.capture("cli.marketplace.install.success",{slug:o,version:u},Date.now()-r),await t.flush()}catch(d){let p=ke(d);if(c.stop(),p instanceof Be){console.error(Z.red(`Signature verification failed for '${o}': ${p.message}`)),console.error(Z.yellow("Use --skip-verify to bypass (not recommended).")),t.capture("cli.marketplace.install.error",{slug:o,error:"signature_verification_failed"},Date.now()-r),await t.flush(),process.exit(1);return}if(p instanceof no){console.error(Z.red(`License required: '${o}' requires a '${p.requiredTier}' license.`)),console.error(Z.yellow(`Run: kaven upgrade ${p.requiredTier}`)),t.capture("cli.marketplace.install.error",{slug:o,error:"license_required",tier:p.requiredTier},Date.now()-r),await t.flush(),process.exit(1);return}if(p instanceof oo||p.message.includes("Not authenticated")){console.error(Z.red("Authentication required. Run: kaven auth login")),t.capture("cli.marketplace.install.error",{slug:o,error:"auth_error"},Date.now()-r),await t.flush(),process.exit(1);return}if(p instanceof nt){console.error(Z.red("Could not reach marketplace. Check your connection.")),t.capture("cli.marketplace.install.error",{slug:o,error:"network_error"},Date.now()-r),await t.flush(),process.exit(1);return}t.capture("cli.marketplace.install.error",{slug:o,error:p.message},Date.now()-r),await t.flush(),c.fail(Z.red(`Failed to install module '${o}'.`)),console.error(p),process.exit(1)}finally{l&&await Ee.remove(l).catch(()=>{})}}import{select as Ut,spinner as wr,outro as vr,isCancel as kr,cancel as br}from"@clack/prompts";import D from"picocolors";import{createInstance as gr}from"i18next";var hr={common:{welcome:"Welcome to Kaven CLI",success:"Success",error:"Error",warning:"Warning",suggestion:"Suggestion",proceed:"Do you want to proceed?",cancelled:"Operation cancelled",exit:"Exit",back:"Back",cancel:"Cancel"},init:{intro:"Bootstrapping a new Kaven project",outro:"Project created successfully! Ready to build.",projectName:"What is the name of your project?",template:"Select a template",withSquad:"Include AIOX Squad (AI Agents)?",installing:"Installing dependencies..."},module:{activate:{title:"Module Activation: {{name}}",models:"Models to be added: {{count}}",envVars:"Env vars to inject: {{count}}",alreadyActive:"Module '{{name}}' is already active."},list:{header:"Kaven Schema Modules"}},doctor:{checking:"Running diagnostics...",allClear:"Your project is healthy!",issuesFound:"Found {{count}} issue(s).",fixSuggestion:"\u{1F4A1} Run 'kaven module doctor --fix' to resolve automatically."},marketplace:{browse:{loadingCategories:"Loading categories...",categoryLoadFailed:"Could not load categories \u2014 showing all modules.",browseByCategory:"Browse by category:",allModules:"All modules",loadingModules:"Loading modules...",errorLoadingModules:"Error loading modules: {{error}}",noModulesFound:"No modules found.",nextPage:"\u2192 Next page",prevPage:"\u2190 Previous page",backToCategories:"\u2191 Back to categories",whatToDo:"What would you like to do?",install:"Install {{name}}",backToList:"Back to module list",sessionEnded:"Browse session ended."}},config:{features:{catalogHeader:"Kaven Framework \u2014 Capability Catalog",capabilitiesTotal:"{{count}} capabilities total",tierPresets:"Tier presets:",tuiHeader:"\u{1F6E1}\uFE0F Kaven Feature Flag Configuration",selectTier:"Select a base tier:",customize:"Customize individual capabilities?",confirmOverwrite:"Seed file already exists. Overwrite?",seedWritten:"Seed file written to: {{path}}",runSeed:"Run pnpm prisma db seed to apply capabilities to your database.",dryRunHeader:"--- DRY RUN: Generated Content ---"}}},yr={common:{welcome:"Bem-vindo \xE0 Kaven CLI",success:"Sucesso",error:"Erro",warning:"Aviso",suggestion:"Sugest\xE3o",proceed:"Deseja continuar?",cancelled:"Opera\xE7\xE3o cancelada",exit:"Sair",back:"Voltar",cancel:"Cancelar"},init:{intro:"Iniciando um novo projeto Kaven",outro:"Projeto criado com sucesso! Hora de construir.",projectName:"Qual o nome do seu projeto?",template:"Selecione um template",withSquad:"Incluir AIOX Squad (Agentes de IA)?",installing:"Instalando depend\xEAncias..."},module:{activate:{title:"Ativa\xE7\xE3o de M\xF3dulo: {{name}}",models:"Models a serem adicionados: {{count}}",envVars:"Vari\xE1veis de ambiente: {{count}}",alreadyActive:"O m\xF3dulo '{{name}}' j\xE1 est\xE1 ativo."},list:{header:"M\xF3dulos de Schema Kaven"}},doctor:{checking:"Executando diagn\xF3sticos...",allClear:"Seu projeto est\xE1 saud\xE1vel!",issuesFound:"Encontrados {{count}} problema(s).",fixSuggestion:"\u{1F4A1} Execute 'kaven module doctor --fix' para resolver automaticamente."},marketplace:{browse:{loadingCategories:"Carregando categorias...",categoryLoadFailed:"N\xE3o foi poss\xEDvel carregar categorias \u2014 exibindo todos os m\xF3dulos.",browseByCategory:"Navegar por categoria:",allModules:"Todos os m\xF3dulos",loadingModules:"Carregando m\xF3dulos...",errorLoadingModules:"Erro ao carregar m\xF3dulos: {{error}}",noModulesFound:"Nenhum m\xF3dulo encontrado.",nextPage:"\u2192 Pr\xF3xima p\xE1gina",prevPage:"\u2190 P\xE1gina anterior",backToCategories:"\u2191 Voltar \xE0s categorias",whatToDo:"O que deseja fazer?",install:"Instalar {{name}}",backToList:"Voltar \xE0 lista",sessionEnded:"Sess\xE3o de navega\xE7\xE3o encerrada."}},config:{features:{catalogHeader:"Kaven Framework \u2014 Cat\xE1logo de Capacidades",capabilitiesTotal:"{{count}} capacidades no total",tierPresets:"Presets de tier:",tuiHeader:"\u{1F6E1}\uFE0F Configura\xE7\xE3o de Feature Flags Kaven",selectTier:"Selecione um tier base:",customize:"Personalizar capacidades individualmente?",confirmOverwrite:"Arquivo de seed j\xE1 existe. Sobrescrever?",seedWritten:"Seed escrito em: {{path}}",runSeed:"Execute pnpm prisma db seed para aplicar as capacidades ao banco.",dryRunHeader:"--- DRY RUN: Conte\xFAdo Gerado ---"}}},ne=class o{static instance;i18n=gr();constructor(){}static async getInstance(){return o.instance||(o.instance=new o,await o.instance.init()),o.instance}async init(){let e=process.env.KAVEN_LANG||"en";await this.i18n.init({lng:e,fallbackLng:"en",resources:{en:{translation:hr},"pt-BR":{translation:yr}}})}t(e,t){return this.i18n.t(e,t)}async setLanguage(e){await this.i18n.changeLanguage(e)}getI18n(){return this.i18n}};var Do=10;function _o(o){switch(o.toUpperCase()){case"FREE":return D.dim("[FREE]");case"STARTER":return D.green("[STARTER]");case"COMPLETE":return D.yellow("[COMPLETE]");case"PRO":return D.magenta("[PRO]");case"ENTERPRISE":return D.cyan("[ENTERPRISE]");default:return D.dim(`[${o}]`)}}function Kt(o){kr(o)&&(br("Cancelled."),process.exit(0))}async function Lo(){let o=await ne.getInstance(),e=new A,t=new H(e),r=wr(),n={category:null,page:1,selectedModule:null,screen:"categories"};for(;n.screen!=="exit";){if(n.screen==="categories"){r.start(o.t("marketplace.browse.loadingCategories"));let a=[];try{a=await t.getCategories(),r.stop()}catch{r.stop(D.yellow(o.t("marketplace.browse.categoryLoadFailed")))}let i=[{label:o.t("marketplace.browse.allModules"),value:"__all__"},...a.map(c=>({label:c,value:c})),{label:D.dim(o.t("common.exit")),value:"__exit__"}],s=await Ut({message:o.t("marketplace.browse.browseByCategory"),options:i});if(Kt(s),s==="__exit__"){n.screen="exit";break}n.category=s==="__all__"?null:s,n.page=1,n.screen="list";continue}if(n.screen==="list"){r.start(o.t("marketplace.browse.loadingModules"));let a=[],i=1;try{let u=await t.listModules({category:n.category||void 0,page:n.page,pageSize:Do});a=u.data,i=Math.ceil(u.total/Do)||1,r.stop()}catch(u){r.stop(D.red(o.t("marketplace.browse.errorLoadingModules",{error:u instanceof Error?u.message:String(u)}))),n.screen="categories";continue}if(a.length===0){console.log(D.yellow(o.t("marketplace.browse.noModulesFound"))),n.screen="categories";continue}let s=n.category?` [${n.category}]`:"",c=i>1?` (${n.page}/${i})`:"",l=[...a.map(u=>({label:`${u.name} ${_o(u.requiredTier??u.tier??"")}`,hint:u.description,value:u.slug})),...n.page<i?[{label:D.cyan(o.t("marketplace.browse.nextPage")),value:"__next__"}]:[],...n.page>1?[{label:D.cyan(o.t("marketplace.browse.prevPage")),value:"__prev__"}]:[],{label:D.dim(o.t("marketplace.browse.backToCategories")),value:"__back__"},{label:D.dim(o.t("common.exit")),value:"__exit__"}],d=await Ut({message:`Modules${s}${c}:`,options:l});if(Kt(d),d==="__exit__"){n.screen="exit";break}if(d==="__back__"){n.screen="categories";continue}if(d==="__next__"){n.page++;continue}if(d==="__prev__"){n.page=Math.max(1,n.page-1);continue}let p=a.find(u=>u.slug===d);p&&(n.selectedModule=p,n.screen="detail");continue}if(n.screen==="detail"&&n.selectedModule){let a=n.selectedModule;console.log(),console.log(D.bold(a.name),_o(a.requiredTier??a.tier??"")),console.log(D.dim(`Version: ${a.latestVersion||"latest"}`)),a.installCount!==void 0&&console.log(D.dim(`Installs: ${a.installCount.toLocaleString()}`)),a.description&&(console.log(),console.log(a.description)),console.log();let i=await Ut({message:o.t("marketplace.browse.whatToDo"),options:[{label:o.t("marketplace.browse.install",{name:a.name}),value:"install"},{label:D.dim(o.t("marketplace.browse.backToList")),value:"back"},{label:D.dim(o.t("common.exit")),value:"exit"}]});if(Kt(i),i==="exit"){n.screen="exit";break}if(i==="back"){n.selectedModule=null,n.screen="list";continue}if(i==="install"){console.log(),await ft(a.slug,{force:!1,skipEnv:!1}),n.screen="exit";break}}}vr(D.dim(o.t("marketplace.browse.sessionEnded")))}import se from"chalk";async function Oo(o=10){let t=await $.getInstance().getRecentEvents(o);if(t.length===0){console.log(se.yellow(`
|
|
65
69
|
Nenhum evento de telemetria encontrado localmente.
|
|
66
|
-
`));return}console.log(
|
|
70
|
+
`));return}console.log(se.blue.bold(`
|
|
67
71
|
\u{1F4CA} \xDAltimos ${t.length} eventos de telemetria:
|
|
68
|
-
`)),t.forEach(
|
|
72
|
+
`)),t.forEach(r=>{let n=se.gray(`[${new Date(r.timestamp).toLocaleTimeString()}]`),a=r.event.includes("error")?se.red("\u2716"):se.green("\u2714"),i=r.duration?se.yellow(` (${r.duration}ms)`):"";console.log(`${n} ${a} ${se.cyan(r.event)}${i}`),r.metadata&&Object.keys(r.metadata).length>0&&console.log(se.gray(` > ${JSON.stringify(r.metadata)}`))}),console.log(se.gray(`
|
|
69
73
|
Log local: ~/.kaven/telemetry.log
|
|
70
|
-
`))}import{Command as
|
|
71
|
-
`+
|
|
72
|
-
`),console.log(` Key: ${
|
|
74
|
+
`))}import{Command as Sr}from"commander";import{Command as Er}from"commander";import re from"chalk";import Nt from"fs/promises";import Uo from"path";import Ko from"os";var Fo=Uo.join(Ko.homedir(),".kaven","cache","licenses.json"),xr=3600*1e3,gt=class{cacheDir=Uo.join(Ko.homedir(),".kaven","cache");isValidFormat(e){return/^KAVEN-(STARTER|COMPLETE|PRO|ENTERPRISE)-[A-Z0-9]{8}-[A-Z0-9]{2}$/.test(e)}async readCache(){try{let e=await Nt.readFile(Fo,"utf-8");return JSON.parse(e)}catch{return{}}}async writeCache(e){await Nt.mkdir(this.cacheDir,{recursive:!0}),await Nt.writeFile(Fo,JSON.stringify(e,null,2),"utf-8")}isCacheValid(e){return Date.now()-e.validatedAt<xr}async getCached(e){let r=(await this.readCache())[e];return r&&this.isCacheValid(r)?r:null}async setCached(e){let t=await this.readCache();t[e.key]={...e,validatedAt:Date.now()},await this.writeCache(t)}async validateLicense(e,t){let r=await this.getCached(e);if(r)return{valid:!0,tier:r.tier,expiresAt:r.expiresAt,source:"cache"};if(!this.isValidFormat(e))throw new Error("Invalid license key format");let{MarketplaceClient:n}=await import("./MarketplaceClient-YCFH2VU4.js"),i=await new n().validateLicense(e,t);return await this.setCached({key:e,tier:i.tier,expiresAt:i.expiresAt,validatedAt:Date.now()}),{...i,source:"api"}}async getLicenseStatus(e){let{MarketplaceClient:t}=await import("./MarketplaceClient-YCFH2VU4.js");return new t().getLicenseStatus(e)}tierLevel(e){return{STARTER:1,COMPLETE:2,PRO:3,ENTERPRISE:4}[e.toUpperCase()]??0}userHasRequiredTier(e,t){return this.tierLevel(e)>=this.tierLevel(t)}};function No(){return new Er("status").description("Show license status and tier information").argument("[license-key]","License key to check (uses stored license if omitted)").action(async o=>{let e=new gt,t=o??process.env.KAVEN_LICENSE_KEY;t||(console.error(re.red("\u2717 No license key provided. Pass as argument or set KAVEN_LICENSE_KEY.")),process.exit(1));try{console.log(re.dim("Checking license status..."));let r=await e.getLicenseStatus(t);if(console.log(`
|
|
75
|
+
`+re.bold("License Status")+`
|
|
76
|
+
`),console.log(` Key: ${re.dim(r.key.substring(0,16)+"...")}`),console.log(` Tier: ${re.magenta(r.tier)}`),r.expiresAt){let n=r.daysUntilExpiry,a=n!==null&&n<30?re.red:re.green;console.log(` Expires: ${a(r.expiresAt)}${n!==null?re.dim(` (${n} days)`):""}`)}else console.log(` Expires: ${re.green("Never")}`);console.log()}catch(r){let n=r instanceof Error?r.message:"Failed to check license status";console.error(re.red("\u2717 "+n)),process.exit(1)}})}function Bo(){let o=new Sr("license").description("Manage Kaven licenses");return o.addCommand(No()),o}import Ze from"path";import Qe from"fs-extra";import{fileURLToPath as Dr}from"url";import{intro as _r,outro as Lr,text as kt,select as qo,confirm as Or,spinner as Fr,note as Ur,isCancel as Kr,cancel as zt}from"@clack/prompts";import G from"picocolors";import N from"fs-extra";import ge from"path";import{spawn as Cr}from"child_process";var Pr="https://github.com/kaven-co/kaven-template.git",$r="https://github.com/bychrisr/kaven-squad";function Se(o,e,t,r){return new Promise((n,a)=>{let i=Cr(o,e,{cwd:t,stdio:r?"pipe":"inherit"});r&&i.stdout&&i.stdout.on("data",s=>r(s.toString())),r&&i.stderr&&i.stderr.on("data",s=>r(s.toString())),i.on("error",a),i.on("close",s=>n(s??0))})}var ht=class{validateName(e){return!e||e.trim().length===0?{valid:!1,reason:"Project name cannot be empty"}:/\s/.test(e)?{valid:!1,reason:"Project name cannot contain spaces"}:/^[a-z0-9-]+$/.test(e)?{valid:!0}:{valid:!1,reason:"Project name must only contain lowercase letters, numbers, and hyphens"}}async cloneTemplate(e,t){let r=t||Pr;if(console.log(`[INIT] Clone Source: ${r}`),console.log(`[INIT] Target Dir: ${e}`),await N.pathExists(r)&&(r.startsWith("/")||r.startsWith("./")||r.startsWith("../"))){console.log("[INIT] Local Path Detected. Copying..."),await N.copy(r,e,{filter:a=>!a.includes("node_modules")&&!a.includes(".git")&&!a.includes(".turbo")}),console.log("[INIT] Local Copy Done.");return}let n=await Se("git",["clone","--depth","1",r,e],process.cwd());if(n!==0)throw new Error(`git clone failed with exit code ${n}`)}async removeGitDir(e){let t=ge.join(e,".git");await N.pathExists(t)&&await N.remove(t)}async replacePlaceholders(e,t){let r={"{{PROJECT_NAME}}":t.projectName,"{{DATABASE_URL}}":t.dbUrl,"{{DEFAULT_LOCALE}}":t.locale,"{{DEFAULT_CURRENCY}}":t.currency},n=["package.json",".env.example","packages/database/prisma/schema.prisma","apps/api/package.json","apps/admin/package.json","apps/tenant/package.json","docs/architecture/tech-stack.md","docs/architecture/source-tree.md","docs/architecture/coding-standards.md"];for(let i of n){let s=ge.join(e,i);if(!await N.pathExists(s))continue;let c=await N.readFile(s,"utf-8");for(let[l,d]of Object.entries(r))c=c.split(l).join(d);await N.writeFile(s,c,"utf-8")}let a=ge.join(e,"package.json");if(await N.pathExists(a)){let i=await N.readJson(a);i.name!==t.projectName&&(i.name=t.projectName,await N.writeJson(a,i,{spaces:2}))}}async runInstall(e){let t=await Se("pnpm",["install"],e);if(t!==0)throw new Error(`pnpm install failed with exit code ${t}`)}async initGit(e){await Se("git",["init"],e),await Se("git",["add","."],e),await Se("git",["commit","-m","chore: initial kaven setup"],e)}async installSquad(e){let t=ge.join(e,"squads"),r=ge.join(t,"kaven-squad");if(await N.pathExists(r))return{installed:!1,reason:"already-exists"};await N.ensureDir(t);let n=await Se("git",["clone","--depth","1",$r,r],process.cwd());if(n!==0)return{installed:!1,reason:`git clone exited with code ${n}`};let a=ge.join(r,".git");return await N.pathExists(a)&&await N.remove(a),{installed:!0}}async installAIOXCore(e){let t=await Se("npx",["aiox-core@5.0.3","install","--quiet"],e);return t!==0?{installed:!1,reason:`npx aiox-core exited with code ${t}`}:{installed:!0}}async healthCheck(e){let t=[],r=["package.json",".env.example","packages/database/prisma/schema.prisma"];for(let a of r)await N.pathExists(ge.join(e,a))||t.push(`Missing required file: ${a}`);return await N.pathExists(ge.join(e,"node_modules"))||t.push("Dependencies not installed. Run: pnpm install"),{healthy:t.length===0,issues:t}}};import Ce from"path";import ce from"fs-extra";import Mr from"os";import Vo from"js-yaml";import{z as M}from"zod";var yt=Ce.join(Mr.homedir(),".kaven"),Bt=Ce.join(yt,"config.json"),Jo="kaven-config.yaml",zo=M.object({registry:M.string().url().default("https://marketplace.kaven.site"),telemetry:M.boolean().default(!0),theme:M.enum(["light","dark"]).default("dark"),language:M.enum(["en","pt-BR"]).default("en"),customRegistry:M.string().url().optional(),projectId:M.string().uuid().optional(),activeModules:M.array(M.string()).default([]),capabilities:M.record(M.string(),M.union([M.string(),M.boolean(),M.number()])).default({}),lastLogin:M.string().datetime().optional(),projectDefaults:M.object({dbUrl:M.string().optional(),emailProvider:M.enum(["postmark","resend","ses","smtp"]).optional(),locale:M.string().optional(),currency:M.string().optional()}).optional()}),Vt=class{globalConfig={};projectConfig={};currentConfig;constructor(){this.currentConfig=zo.parse({})}async initialize(){if(await ce.ensureDir(yt),await ce.pathExists(Bt))try{this.globalConfig=await ce.readJson(Bt)}catch{this.globalConfig={}}let e=this.findProjectRoot();if(e){let t=Ce.join(e,Jo);if(await ce.pathExists(t))try{let r=await ce.readFile(t,"utf-8");this.projectConfig=Vo.load(r)}catch{this.projectConfig={}}}this.resolve()}resolve(){this.currentConfig=zo.parse({...this.globalConfig,...this.projectConfig})}findProjectRoot(){let e=process.cwd();for(;e!==Ce.parse(e).root;){if(ce.existsSync(Ce.join(e,"package.json")))return e;e=Ce.dirname(e)}return null}get(e){let t=`KAVEN_${e.toUpperCase()}`;if(process.env[t]!==void 0){let r=process.env[t];return typeof this.currentConfig[e]=="boolean"?r==="true":typeof this.currentConfig[e]=="number"?Number(r):r}return this.currentConfig[e]}async set(e,t,r="project"){r==="project"?(this.projectConfig[e]=t,await this.persistProject()):(this.globalConfig[e]=t,await this.persistGlobal()),this.resolve()}async persistGlobal(){await ce.ensureDir(yt),await ce.writeJson(Bt,this.globalConfig,{spaces:2})}async persistProject(){let e=this.findProjectRoot();if(!e)return;let t=Ce.join(e,Jo),r=Vo.dump(this.projectConfig,{lineWidth:120,noRefs:!0});await ce.writeFile(t,r,"utf-8")}async reset(){this.globalConfig={},this.projectConfig={},await this.persistGlobal(),await this.persistProject(),this.resolve()}getRegistry(){return this.currentConfig.customRegistry||this.currentConfig.registry}getAll(){return{...this.currentConfig}}getProjectRoot(){return this.findProjectRoot()}getConfigDir(){return yt}},B=new Vt;import he from"picocolors";var Ar=`
|
|
73
77
|
\u2588\u2588\u2557 \u2588\u2588\u2557 \u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2557 \u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2588\u2557 \u2588\u2588\u2557
|
|
74
78
|
\u2588\u2588\u2551 \u2588\u2588\u2554\u255D\u2588\u2588\u2554\u2550\u2550\u2588\u2588\u2557\u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2551
|
|
75
79
|
\u2588\u2588\u2588\u2588\u2588\u2554\u255D \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2551\u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2554\u2588\u2588\u2557 \u2588\u2588\u2551
|
|
76
80
|
\u2588\u2588\u2554\u2550\u2588\u2588\u2557 \u2588\u2588\u2554\u2550\u2550\u2588\u2588\u2551\u255A\u2588\u2588\u2557 \u2588\u2588\u2554\u255D\u2588\u2588\u2554\u2550\u2550\u255D \u2588\u2588\u2551\u255A\u2588\u2588\u2557\u2588\u2588\u2551
|
|
77
81
|
\u2588\u2588\u2551 \u2588\u2588\u2557\u2588\u2588\u2551 \u2588\u2588\u2551 \u255A\u2588\u2588\u2588\u2588\u2554\u255D \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2551 \u255A\u2588\u2588\u2588\u2588\u2551
|
|
78
82
|
\u255A\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u2550\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D\u255A\u2550\u255D \u255A\u2550\u2550\u2550\u255D
|
|
79
|
-
`;function
|
|
80
|
-
${
|
|
81
|
-
`).map(t=>
|
|
83
|
+
`;function Go(){return`
|
|
84
|
+
${Ar.split(`
|
|
85
|
+
`).map(t=>he.cyan(t)).join(`
|
|
82
86
|
`)}
|
|
83
|
-
${
|
|
84
|
-
`}var
|
|
87
|
+
${he.dim(" The Premium Framework Orchestrator for SaaS")}
|
|
88
|
+
`}var sl={primary:he.cyan,secondary:he.magenta,success:he.green,warning:he.yellow,error:he.red,dim:he.dim};import*as jr from"child_process";import Jt from"fs-extra";import*as wt from"path";import Ir from"ora";import Ho from"chalk";var Tr={...jr},Rr={ora:Ir};async function vt(o,e={}){if(e.skipAiox)return;let t=wt.join(o,".aiox-core");if(!Jt.existsSync(t)&&!Jt.existsSync(wt.join(o,".aiox")))return;let r=Rr.ora("Bootstrapping AIOX environment...").start();try{let n=Jt.existsSync(wt.join(o,".aiox-core/bin/aiox.js"))?".aiox-core/bin/aiox.js":".aiox/bin/aiox.js";Tr.execSync(`node ${n} devops environment-bootstrap --quiet`,{cwd:o,stdio:"pipe",timeout:6e4}),r.succeed("AIOX environment bootstrapped")}catch(n){r.warn("AIOX environment bootstrap failed"),console.log(Ho.yellow(" \u26A0 Run manually inside the project: kaven aiox bootstrap")),process.env.KAVEN_DEBUG&&console.error(Ho.gray(` Error: ${n.message}`))}}function Pe(o){Kr(o)&&(zt("Operation cancelled."),process.exit(0))}async function Wo(o,e){let t=await ne.getInstance(),r=new ht,n=await qo({message:"\u{1F310} Select Language / Selecione o Idioma:",options:[{label:"English",value:"en"},{label:"Portugu\xEAs (Brasil)",value:"pt-BR"}],initialValue:"en"});Pe(n),await t.setLanguage(n),await B.initialize(),await B.set("language",n,"global"),console.log(Go()),_r(G.cyan(t.t("init.intro")));let a=o;a||(e.defaults?a="my-kaven-app":(a=await kt({message:t.t("init.projectName"),placeholder:"my-kaven-app",validate:l=>{let d=r.validateName(l||"");return d.valid?void 0:d.reason}}),Pe(a)));let i=Ze.resolve(process.cwd(),a);await Qe.pathExists(i)&&!e.force&&(zt(G.red(`Error: Directory "${a}" already exists. Use --force to overwrite.`)),process.exit(1));let s;if(e.defaults){let l=B.getAll().projectDefaults||{};s={dbUrl:e.dbUrl||l.dbUrl||`postgresql://user:password@localhost:5432/${a}`,emailProvider:e.emailProvider||l.emailProvider||"postmark",locale:e.locale||l.locale||"en-US",currency:e.currency||l.currency||"USD"}}else{let l=B.getAll().projectDefaults||{},d=await kt({message:"Database URL (PostgreSQL):",initialValue:l.dbUrl||`postgresql://user:password@localhost:5432/${a}`});Pe(d);let p=await qo({message:"Email provider:",options:[{label:"Postmark",value:"postmark"},{label:"Resend",value:"resend"},{label:"AWS SES",value:"ses"},{label:"SMTP",value:"smtp"}],initialValue:l.emailProvider||"postmark"});Pe(p);let u=await kt({message:"Default locale:",initialValue:l.locale||"en-US"});Pe(u);let m=await kt({message:"Default currency:",initialValue:l.currency||"USD"});Pe(m);let g=await Or({message:t.t("init.withSquad"),initialValue:!0});Pe(g),e.withSquad=g,s={dbUrl:d,emailProvider:p,locale:u,currency:m}}let c=Fr();c.start("Cloning kaven-template...");try{await r.cloneTemplate(i,e.template),c.stop(G.green("Template cloned"))}catch(l){let d=l instanceof Error?l:new Error(String(l));c.stop(G.red("Clone failed")),zt(d.message),process.exit(1)}c.start("Configuring project..."),await r.removeGitDir(i),await r.replacePlaceholders(i,{...s,projectName:a});try{let l=Ze.join(i,".claude","CLAUDE.md");await Qe.ensureDir(Ze.dirname(l));let d=Dr(import.meta.url),p=Ze.dirname(d),u=Ze.resolve(p,"../../core/templates/CLAUDE.md.hbs");if(await Qe.pathExists(u)){let g=(await Qe.readFile(u,"utf-8")).replace("${new Date().toLocaleDateString()}",new Date().toLocaleDateString());await Qe.writeFile(l,g,"utf-8")}}catch(l){console.warn(G.dim(`[init] CLAUDE.md injection skipped: ${l instanceof Error?l.message:String(l)}`))}if(c.stop(G.green("Project configured")),!e.skipInstall){c.start(t.t("init.installing"));try{await r.runInstall(i),c.stop(G.green("Dependencies installed"))}catch{c.stop(G.yellow("pnpm install failed (skip)"))}}if(!e.skipGit){c.start("Initializing git...");try{await r.initGit(i),c.stop(G.green("Git initialized"))}catch{c.stop(G.yellow("Git init failed (skip)"))}}e.withSquad&&(c.start("Infecting AIOX intelligence..."),(await r.installSquad(i)).installed?(await r.installAIOXCore(i),c.stop(G.green("Kaven Squad online \u{1F916}"))):c.stop(G.yellow("AIOX bootstrap skipped or failed"))),await vt(i,{skipAiox:e.skipAiox}),Ur(`cd ${G.cyan(a)}
|
|
85
89
|
cp .env.example .env
|
|
86
90
|
npx prisma migrate dev
|
|
87
|
-
pnpm dev`,"Next Steps"),
|
|
88
|
-
`))))}catch(e){o.fail(`Installation failed: ${e instanceof Error?e.message:String(e)}`),process.exit(1)}}async function
|
|
91
|
+
pnpm dev`,"Next Steps"),Lr(G.cyan(t.t("init.outro")));try{await B.set("projectDefaults",{dbUrl:s.dbUrl,emailProvider:s.emailProvider,locale:s.locale,currency:s.currency},"global")}catch(l){console.warn(G.dim(`[init] Config save skipped: ${l instanceof Error?l.message:String(l)}`))}}import _ from"chalk";import Wt from"ora";import Hr from"open";import tn from"path";import Oe from"fs-extra";import qr from"os";import V from"chalk";import Gt from"ora";import bt from"path";import{fileURLToPath as Nr}from"url";import{spawn as Br}from"child_process";import Xo from"fs";var Vr=Nr(import.meta.url),Yo=bt.dirname(Vr);function Jr(){let o=[bt.join(Yo,"../../package.json"),bt.join(Yo,"../../../package.json"),bt.join(process.cwd(),"package.json")];for(let e of o)if(Xo.existsSync(e))try{return JSON.parse(Xo.readFileSync(e,"utf8"))}catch{continue}return{version:"0.4.2-alpha.0"}}var zr=Jr(),Le=zr.version,$e="kaven-cli";async function Ht(){let o=Gt("Checking for updates...").start();try{let e=await fetch(`https://registry.npmjs.org/${$e}`);if(!e.ok){o.fail("Could not check for updates");return}let n=(await e.json())["dist-tags"]?.latest||Le;if(o.stop(),console.log(),console.log(V.bold("Version Check:")),console.log(` Current: ${V.cyan(Le)}`),console.log(` Latest: ${V.cyan(n)}`),console.log(),n===Le){console.log(V.green("\u2705 You're on the latest version!"));return}let a=Zo(Le),i=Zo(n);i.major>a.major||i.major===a.major&&i.minor>a.minor||i.major===a.major&&i.minor===a.minor&&i.patch>a.patch?(console.log(V.yellow(`\u26A0 Update available: ${n}`)),console.log(),console.log(V.bold("To upgrade, run:")),console.log(V.cyan(` npm install -g ${$e}@latest`)),console.log(V.cyan(" or")),console.log(V.cyan(` pnpm add -g ${$e}@latest`)),console.log(),console.log(V.gray("Release notes: https://github.com/kaven-co/kaven-cli/releases"))):console.log(V.green("\u2705 You're on the latest version!"))}catch(e){o.fail(`Check failed: ${e instanceof Error?e.message:String(e)}`),console.log(V.gray("You can manually check at: https://www.npmjs.com/package/kaven-cli"))}}async function qt(){console.log();let o=Gt("Fetching latest version...").start();try{let e=await fetch(`https://registry.npmjs.org/${$e}`);if(!e.ok)throw new Error("Failed to fetch package info");let n=(await e.json())["dist-tags"]?.latest||Le;if(n===Le){o.succeed("Already on latest version");return}o.text=`Installing ${$e}@${n}...`;let a=process.env.npm_config_user_agent?.includes("pnpm")?"pnpm":"npm",i=await Qo(a,["install","-g",`${$e}@${n}`]);if(i!==0){o.fail(`Installation failed with exit code ${i}`),console.error(V.gray(`Try: ${a} install -g ${$e}@latest`)),process.exit(1);return}o.succeed(`Updated to ${n}`);let s=Gt("Running health check...").start(),c=await Gr();c.ok?(s.succeed("Installation verified"),console.log(),console.log(V.green("\u2705 CLI upgraded successfully!")),console.log(V.gray("Try: kaven --version"))):(s.warn("Installation verification failed"),console.log(V.yellow(c.errors.join(`
|
|
92
|
+
`))))}catch(e){o.fail(`Installation failed: ${e instanceof Error?e.message:String(e)}`),process.exit(1)}}async function Gr(){let o=[];try{await Qo("kaven",["--version"],{stdio:"pipe"})!==0&&o.push("kaven command not available in PATH")}catch{o.push("Could not execute kaven command")}return{ok:o.length===0,errors:o}}function Qo(o,e,t){return new Promise((r,n)=>{let a=Br(o,e,t||{stdio:"inherit"});a.on("error",n),a.on("close",i=>r(i??0))})}function Zo(o){let e=o.replace(/^v/,"").split("-")[0],[t,r,n]=e.split(".").map(Number);return{major:t||0,minor:r||0,patch:n||0}}var Fe=tn.join(qr.homedir(),".kaven","license.json"),Wr=["starter","complete","pro","enterprise"],et={starter:"Starter",complete:"Complete",pro:"Pro",enterprise:"Enterprise"},Xr=5e3,en=120;async function Yr(){if(!await Oe.pathExists(Fe))return null;try{return(await Oe.readJson(Fe)).key||null}catch{return null}}async function Zr(o){let e={};if(await Oe.pathExists(Fe))try{e=await Oe.readJson(Fe)}catch{}await Oe.ensureDir(tn.dirname(Fe)),await Oe.writeJson(Fe,{...e,tier:o},{spaces:2})}function Qr(o){return new Promise(e=>setTimeout(e,o))}async function on(o){let e=new A;try{await e.getValidToken()}catch{console.error(_.red("Error: Not authenticated. Run 'kaven auth login' first.")),process.exit(1);return}let t=await Yr();if(!t){console.error(_.red("Error: No license found. Add your license key first with 'kaven license status'.")),process.exit(1);return}let r=new H(e),n=Wt("Loading your current license...").start(),a;try{a=(await r.getLicenseStatus(t)).tier.toLowerCase(),n.succeed(`Current tier: ${_.bold(et[a]||a)}`)}catch{n.fail("Could not load license status"),console.error(_.gray("Try: kaven license status")),process.exit(1);return}let{printTierComparisonTable:i}=await import("./tier-table-DQMPQSI2.js");i(a,"pro"),console.log();let{select:s}=await import("@inquirer/prompts"),c=Wr.filter(g=>g!==a&&g!=="enterprise");if(c.length===0){console.log(_.yellow(`You're already on the highest available tier (${et[a]||a}).`)),console.log(_.gray("For Enterprise plans, contact: enterprise@kaven.site"));return}let l=await s({message:"Select target tier:",choices:c.map(g=>({name:et[g],value:g}))});if(l===a){console.log(_.yellow(`Already on ${et[a]||a}.`));return}let d=Wt("Creating checkout session...").start(),p,u;try{let g=await r.createCheckoutSession(l,t);p=g.sessionUrl,u=g.sessionId,d.succeed("Checkout session created")}catch(g){d.fail("Failed to create checkout session"),console.error(_.red(g instanceof Error?g.message:String(g))),process.exit(1);return}if(o.browser!==!1){console.log(_.cyan("Opening checkout in your browser...")),console.log(_.gray(`URL: ${p}`));try{await Hr(p)}catch{console.log(_.yellow("Could not open browser automatically. Open this URL manually:")),console.log(_.cyan(p))}}else console.log(_.cyan("Open this URL to complete checkout:")),console.log(_.bold(p));console.log();let m=Wt("Waiting for payment confirmation (checking every 5s, max 10 min)...").start();for(let g=0;g<en;g++){await Qr(Xr);let k=en-g-1;m.text=`Waiting for payment confirmation... (${k*5}s remaining)`;try{let S=await r.getCheckoutStatus(u);if(S.status==="confirmed"){m.succeed("Payment confirmed!");let L=S.tier||l;await Zr(L),console.log(),console.log(_.green(`\u2705 Successfully upgraded to ${et[L]||L}!`)),console.log(_.gray("Your new features are now unlocked."));return}if(S.status==="cancelled"){m.fail("Checkout was cancelled."),console.log(_.gray("No changes were made to your subscription."));return}if(S.status==="failed"){m.fail("Payment failed."),console.log(_.gray("Please try again or contact support@kaven.site")),process.exit(1);return}}catch{}}m.warn("Timed out waiting for payment confirmation."),console.log(),console.log(_.yellow("If you completed payment, your upgrade may take a few minutes to activate.")),console.log(_.gray("Check your upgrade status at: https://dashboard.kaven.site/billing"))}import le from"chalk";import ae from"fs-extra";import Ue from"path";import ea from"os";var Yt=class{cacheDir;maxSizeBytes;indexPath;constructor(e,t){this.cacheDir=e??Ue.join(ea.homedir(),".kaven","cache"),this.maxSizeBytes=t??50*1024*1024,this.indexPath=Ue.join(this.cacheDir,"_index.json")}async ensureDir(){await ae.ensureDir(this.cacheDir)}keyToFileName(e){return e.replace(/[^a-zA-Z0-9-_:.]/g,"_")+".json"}async readIndex(){try{if(await ae.pathExists(this.indexPath))return await ae.readJson(this.indexPath)}catch{}return{}}async writeIndex(e){await this.ensureDir(),await ae.writeJson(this.indexPath,e,{spaces:2})}async get(e){let r=(await this.readIndex())[e];if(!r||Date.now()>r.expiresAt)return null;try{let n=Ue.join(this.cacheDir,r.file);return(await ae.readJson(n)).data}catch{return null}}async getStale(e){let r=(await this.readIndex())[e];if(!r)return null;try{let n=Ue.join(this.cacheDir,r.file);return(await ae.readJson(n)).data}catch{return null}}async set(e,t,r){await this.ensureDir();let n=JSON.stringify(t),a=Buffer.byteLength(n,"utf8"),i=Date.now(),s=i+r,c=this.keyToFileName(e),l=Ue.join(this.cacheDir,c),d={data:t,expiresAt:s,size:a,createdAt:i};await ae.writeJson(l,d,{spaces:2});let p=await this.readIndex();p[e]={file:c,expiresAt:s,size:a,createdAt:i},await this.writeIndex(p),await this.evict()}async evict(){let e=await this.readIndex(),t=Object.entries(e),r=t.reduce((a,[,i])=>a+i.size,0);if(r<=this.maxSizeBytes)return;t.sort(([,a],[,i])=>a.createdAt-i.createdAt);let n={...e};for(let[a,i]of t){if(r<=this.maxSizeBytes)break;try{let s=Ue.join(this.cacheDir,i.file);await ae.remove(s),delete n[a],r-=i.size}catch{}}await this.writeIndex(n)}async stats(){let e=await this.readIndex(),t=Object.values(e);if(t.length===0)return{totalSize:0,entries:0};let r=t.reduce((s,c)=>s+c.size,0),n=t.map(s=>s.createdAt),a=new Date(Math.min(...n)),i=new Date(Math.max(...n));return{totalSize:r,entries:t.length,oldest:a,newest:i}}async clear(){await ae.pathExists(this.cacheDir)&&await ae.remove(this.cacheDir)}},Xt=null;function Zt(){return Xt||(Xt=new Yt),Xt}function nn(o){if(o===0)return"0 B";let e=1024,t=["B","KB","MB","GB"],r=Math.floor(Math.log(o)/Math.log(e));return`${parseFloat((o/Math.pow(e,r)).toFixed(1))} ${t[r]}`}async function rn(){let o=Zt(),e=await o.stats();console.log(le.bold(`
|
|
89
93
|
Kaven CLI Cache Status
|
|
90
|
-
`)),console.log(` Cache directory: ${
|
|
91
|
-
`+" ".repeat(
|
|
92
|
-
`));let e=[...new Set(
|
|
94
|
+
`)),console.log(` Cache directory: ${le.cyan(o.cacheDir)}`),console.log(` Total size: ${le.cyan(nn(e.totalSize))}`),console.log(` Cached entries: ${le.cyan(e.entries.toString())}`),e.oldest&&console.log(` Oldest entry: ${le.gray(e.oldest.toLocaleString())}`),e.newest&&console.log(` Newest entry: ${le.gray(e.newest.toLocaleString())}`),console.log(),console.log(le.gray("Run 'kaven cache clear' to remove all cached data."))}async function an(){let o=Zt(),e=await o.stats();if(e.entries===0){console.log(le.gray("Cache is already empty."));return}await o.clear(),console.log(le.green(`Cache cleared: ${e.entries} entries (${nn(e.totalSize)}) removed.`))}import W from"chalk";async function sn(o,e){(!o||!e)&&(console.error(W.red("Error: Both key and value are required")),console.error(W.gray("Usage: kaven config set KEY VALUE")),process.exit(1)),await B.initialize();try{await B.set(o,e),console.log(W.green(`\u2705 Set ${W.bold(o)} = ${W.bold(e)}`))}catch(t){console.error(W.red(`Error: ${t instanceof Error?t.message:String(t)}`)),process.exit(1)}}async function cn(o,e){o||(console.error(W.red("Error: Key is required")),console.error(W.gray("Usage: kaven config get KEY")),process.exit(1)),await B.initialize();try{let t=B.get(o);e.json?console.log(JSON.stringify({[o]:t},null,2)):console.log(t)}catch(t){console.error(W.red(`Error: ${t instanceof Error?t.message:String(t)}`)),process.exit(1)}}async function ln(o){await B.initialize();let e=B.getAll();if(o.json)console.log(JSON.stringify(e,null,2));else{console.log(W.bold("Kaven Configuration:")),console.log(W.gray(`Location: ${B.getConfigDir()}/config.json`)),console.log();let t=Object.entries(e),r=Math.max(...t.map(([n])=>n.length));for(let[n,a]of t){let i=" ".repeat(r-n.length),s=typeof a=="object"?JSON.stringify(a,null,2).replace(/\n/g,`
|
|
95
|
+
`+" ".repeat(r+3)):a;console.log(` ${n}${i} ${W.cyan(s)}`)}}}async function dn(){let{confirm:o}=await import("@inquirer/prompts");if(!await o({message:"Are you sure you want to reset config to defaults?",default:!1})){console.log(W.yellow("Cancelled."));return}await B.initialize(),await B.reset(),console.log(W.green("\u2705 Config reset to defaults"))}import{select as ta,confirm as un,text as oa,multiselect as na,isCancel as ra,cancel as aa}from"@clack/prompts";import J from"picocolors";import eo from"fs-extra";import pn from"path";var de=[{key:"FEATURE_EMAIL_VERIFICATION",type:"boolean",description:"Email verification on signup",category:"Auth",defaultValue:"true"},{key:"FEATURE_2FA_TOTP",type:"boolean",description:"Two-factor authentication via TOTP",category:"Auth",defaultValue:"false"},{key:"FEATURE_SSO_SAML",type:"boolean",description:"Single Sign-On via SAML/OIDC",category:"Auth",defaultValue:"false"},{key:"FEATURE_SOCIAL_LOGIN",type:"boolean",description:"Login via Google, GitHub, etc.",category:"Auth",defaultValue:"true"},{key:"FEATURE_MAGIC_LINK",type:"boolean",description:"Passwordless login via email",category:"Auth",defaultValue:"false"},{key:"FEATURE_CUSTOM_DOMAIN",type:"boolean",description:"Custom domain per tenant",category:"Tenancy",defaultValue:"false"},{key:"FEATURE_WHITE_LABEL",type:"boolean",description:"Remove Kaven branding",category:"Tenancy",defaultValue:"false"},{key:"FEATURE_MULTI_BUSINESS",type:"boolean",description:"Multiple businesses per user",category:"Tenancy",defaultValue:"false"},{key:"FEATURE_AGENCY_HUB",type:"boolean",description:"Agency management dashboard",category:"Tenancy",defaultValue:"false"},{key:"FEATURE_TENANT_THEMES",type:"boolean",description:"Custom themes for tenants",category:"Tenancy",defaultValue:"true"},{key:"FEATURE_SUBSCRIPTIONS",type:"boolean",description:"Subscription management",category:"Billing",defaultValue:"true"},{key:"FEATURE_INVOICING",type:"boolean",description:"Automatic invoicing",category:"Billing",defaultValue:"true"},{key:"FEATURE_USAGE_BILLING",type:"boolean",description:"Metered usage billing",category:"Billing",defaultValue:"false"},{key:"FEATURE_PADDLE_CHECKOUT",type:"boolean",description:"Paddle payment integration",category:"Billing",defaultValue:"true"},{key:"FEATURE_PAGUBIT_PIX",type:"boolean",description:"Pix payment support",category:"Billing",defaultValue:"false"},{key:"FEATURE_API_ACCESS",type:"boolean",description:"External API access",category:"API",defaultValue:"false"},{key:"FEATURE_WEBHOOKS",type:"boolean",description:"Outgoing webhooks",category:"API",defaultValue:"false"},{key:"FEATURE_MARKETPLACE_ACCESS",type:"boolean",description:"Kaven Marketplace access",category:"API",defaultValue:"true"},{key:"MAX_API_CALLS_MONTH",type:"numeric",description:"Maximum API calls per month",category:"API",defaultValue:"10000"},{key:"MAX_AGENT_API_CALLS_HOUR",type:"numeric",description:"Maximum agent calls per hour",category:"API",defaultValue:"100"},{key:"MAX_TEAM_MEMBERS",type:"numeric",description:"Maximum team members per tenant",category:"Limits",defaultValue:"5"},{key:"MAX_PROJECTS",type:"numeric",description:"Maximum projects per tenant",category:"Limits",defaultValue:"3"},{key:"MAX_STORAGE_GB",type:"numeric",description:"Maximum storage in GB",category:"Limits",defaultValue:"1"},{key:"MAX_TENANTS",type:"numeric",description:"Maximum sub-tenants",category:"Limits",defaultValue:"1"},{key:"FEATURE_PRIORITY_SUPPORT",type:"boolean",description:"Priority support queue",category:"Support",defaultValue:"false"},{key:"FEATURE_AUDIT_COMPLIANCE",type:"boolean",description:"Audit logs and compliance",category:"Support",defaultValue:"false"},{key:"FEATURE_DATA_EXPORT",type:"boolean",description:"Customer data export",category:"Support",defaultValue:"true"}],Qt={starter:{FEATURE_EMAIL_VERIFICATION:!0,FEATURE_SOCIAL_LOGIN:!0,FEATURE_MARKETPLACE_ACCESS:!0,MAX_TEAM_MEMBERS:"5",MAX_PROJECTS:"3",MAX_API_CALLS_MONTH:"10000",MAX_AGENT_API_CALLS_HOUR:"100"},complete:{FEATURE_EMAIL_VERIFICATION:!0,FEATURE_SOCIAL_LOGIN:!0,FEATURE_CUSTOM_DOMAIN:!0,FEATURE_API_ACCESS:!0,FEATURE_MARKETPLACE_ACCESS:!0,MAX_TEAM_MEMBERS:"25",MAX_PROJECTS:"20",MAX_API_CALLS_MONTH:"100000",MAX_AGENT_API_CALLS_HOUR:"500"},pro:{FEATURE_EMAIL_VERIFICATION:!0,FEATURE_SOCIAL_LOGIN:!0,FEATURE_CUSTOM_DOMAIN:!0,FEATURE_WHITE_LABEL:!0,FEATURE_API_ACCESS:!0,FEATURE_MARKETPLACE_ACCESS:!0,MAX_TEAM_MEMBERS:"100",MAX_PROJECTS:"100",MAX_API_CALLS_MONTH:"1000000",MAX_AGENT_API_CALLS_HOUR:"2000"},enterprise:{}};function tt(o){ra(o)&&(aa("Cancelled."),process.exit(0))}async function mn(o){let e=o.outputPath??pn.join(process.cwd(),"packages","database","prisma","seeds","capabilities.seed.ts");if(o.list){let t=await ne.getInstance();ia(t);return}if(o.tier){await fn(o.tier,e,o);return}await sa(e,o)}function ia(o){console.log(),console.log(J.bold(J.underline(o.t("config.features.catalogHeader")))),console.log(J.dim(o.t("config.features.capabilitiesTotal",{count:de.length})+`
|
|
96
|
+
`));let e=[...new Set(de.map(t=>t.category))];for(let t of e){let r=de.filter(n=>n.category===t);console.log(J.bold(J.cyan(` ${t} (${r.length})`)));for(let n of r)console.log(` ${J.white(n.key.padEnd(30))} ${J.dim(`[${n.type}]`)}`),console.log(` ${J.dim(n.description)}`);console.log()}console.log(J.bold(o.t("config.features.tierPresets")));for(let t of["starter","complete","pro","enterprise"])console.log(` ${J.white(t.padEnd(12))}`);console.log()}async function fn(o,e,t){let r=Qt[o]||{},n={};for(let a of de)o==="enterprise"?n[a.key]=a.type==="boolean"?!0:"-1":n[a.key]=r[a.key]??(a.type==="boolean"?!1:a.defaultValue);await gn(n,e,t,o)}async function sa(o,e){let t=await ne.getInstance();console.log(),console.log(J.bold(J.underline(t.t("config.features.tuiHeader"))));let r=await ta({message:t.t("config.features.selectTier"),options:[{label:"Starter \u2014 Essential SaaS features",value:"starter"},{label:"Complete \u2014 White-label + Custom Domains",value:"complete"},{label:"Pro \u2014 Extended API + Limits",value:"pro"},{label:"Enterprise \u2014 Unlimited everything",value:"enterprise"},{label:J.dim(t.t("common.cancel")),value:"cancel"}]});if(tt(r),r==="cancel")return;let n=r,a=Qt[n]||{},i={},s=await un({message:t.t("config.features.customize"),initialValue:!1});if(tt(s),!s)return fn(n,o,e);let c=[...new Set(de.map(l=>l.category))];for(let l of c){let d=de.filter(m=>m.category===l),p=d.filter(m=>m.type==="boolean"),u=d.filter(m=>m.type==="numeric");if(p.length>0){let m=p.filter(k=>n==="enterprise"||a[k.key]===!0).map(k=>k.key),g=await na({message:`${l} features:`,options:p.map(k=>({label:`${k.key.padEnd(30)} \u2014 ${k.description}`,value:k.key})),initialValues:m,required:!1});tt(g);for(let k of p)i[k.key]=g.includes(k.key)}for(let m of u){let g=n==="enterprise"?"-1":a[m.key]||m.defaultValue,k=await oa({message:`${m.key} (${m.description}):`,placeholder:g,defaultValue:g});tt(k),i[m.key]=k}}await gn(i,o,e,n)}async function gn(o,e,t,r){let n=await ne.getInstance(),a=de.map(s=>{let c=o[s.key];return` { key: "${s.key}", type: "${s.type}", defaultValue: "${c}", description: "${s.description}" },`}).join(`
|
|
93
97
|
`),i=`// packages/database/prisma/seeds/capabilities.seed.ts
|
|
94
98
|
// Generated by kaven config features \u2014 ${new Date().toISOString()}
|
|
95
|
-
// Tier: ${
|
|
99
|
+
// Tier: ${r}
|
|
96
100
|
|
|
97
101
|
import { PrismaClient } from "@prisma/client";
|
|
98
102
|
|
|
@@ -101,7 +105,7 @@ export async function seedCapabilities(prisma: PrismaClient) {
|
|
|
101
105
|
${a}
|
|
102
106
|
];
|
|
103
107
|
|
|
104
|
-
console.log("\u{1F510} Seeding ${
|
|
108
|
+
console.log("\u{1F510} Seeding ${de.length} Capabilities...");
|
|
105
109
|
|
|
106
110
|
for (const cap of capabilities) {
|
|
107
111
|
await prisma.capability.upsert({
|
|
@@ -111,9 +115,9 @@ ${a}
|
|
|
111
115
|
});
|
|
112
116
|
}
|
|
113
117
|
}
|
|
114
|
-
`;if(t.dryRun){console.log(
|
|
115
|
-
`+
|
|
116
|
-
\u2705 ${
|
|
118
|
+
`;if(t.dryRun){console.log(J.bold(`
|
|
119
|
+
`+n.t("config.features.dryRunHeader"))),console.log(i);return}if(eo.existsSync(e)&&!t.force){let s=await un({message:n.t("config.features.confirmOverwrite"),initialValue:!1});if(tt(s),!s)return}await eo.ensureDir(pn.dirname(e)),await eo.writeFile(e,i,"utf-8"),console.log(J.green(`
|
|
120
|
+
\u2705 ${n.t("config.features.seedWritten",{path:e})}`)),console.log(J.dim(n.t("config.features.runSeed")))}import X from"chalk";import ca from"ora";import Ke from"path";import Me from"fs-extra";var la=`name: Tests
|
|
117
121
|
on:
|
|
118
122
|
push:
|
|
119
123
|
branches: [main, develop]
|
|
@@ -149,7 +153,7 @@ jobs:
|
|
|
149
153
|
- run: pnpm lint
|
|
150
154
|
- run: pnpm test
|
|
151
155
|
- run: pnpm build
|
|
152
|
-
`,
|
|
156
|
+
`,da=`name: Publish Module
|
|
153
157
|
on:
|
|
154
158
|
push:
|
|
155
159
|
tags:
|
|
@@ -173,7 +177,7 @@ jobs:
|
|
|
173
177
|
env:
|
|
174
178
|
KAVEN_LICENSE_KEY: \${{ secrets.KAVEN_LICENSE_KEY }}
|
|
175
179
|
run: kaven module publish
|
|
176
|
-
`,
|
|
180
|
+
`,ua=`#!/bin/bash
|
|
177
181
|
# Pre-commit hook for Kaven projects
|
|
178
182
|
set -e
|
|
179
183
|
|
|
@@ -194,7 +198,7 @@ if command -v pnpm format &> /dev/null; then
|
|
|
194
198
|
fi
|
|
195
199
|
|
|
196
200
|
echo "\u2705 All pre-commit checks passed"
|
|
197
|
-
`;async function
|
|
201
|
+
`;async function hn(o){let e=process.cwd(),t=Ke.join(e,"package.json");await Me.pathExists(t)||(console.error(X.red("Error: package.json not found. Run this in a Kaven project root.")),process.exit(1));let r=ca("Setting up CI/CD configuration...").start();try{let n=Ke.join(e,".github","workflows");await Me.ensureDir(n);let a=Ke.join(n,"test.yml");o.dryRun||await Me.writeFile(a,la),r.text=`Creating ${X.cyan(".github/workflows/test.yml")}...`;let i=Ke.join(n,"publish.yml");o.dryRun||await Me.writeFile(i,da),r.text=`Creating ${X.cyan(".github/workflows/publish.yml")}...`;let s=Ke.join(e,".husky");await Me.ensureDir(s);let c=Ke.join(s,"pre-commit");o.dryRun||(await Me.writeFile(c,ua),await Me.chmod(c,493)),r.text=`Creating ${X.cyan(".husky/pre-commit")}...`,r.succeed("CI/CD configuration created"),console.log(),console.log(X.bold("Files created:")),console.log(` ${X.cyan(".github/workflows/test.yml")} - Run tests on push/PR`),console.log(` ${X.cyan(".github/workflows/publish.yml")} - Publish on git tags`),console.log(` ${X.cyan(".husky/pre-commit")} - Local pre-commit validation`),console.log(),console.log(X.bold("Next steps:")),console.log(X.gray(" 1. Install husky: pnpm husky install")),console.log(X.gray(" 2. Add GitHub secrets: KAVEN_LICENSE_KEY")),console.log(X.gray(" 3. Push to GitHub and watch workflows run")),o.dryRun&&(console.log(),console.log(X.yellow("(Dry-run: No files were actually created)")))}catch(n){r.fail("Failed to create CI/CD configuration"),console.error(X.red(n instanceof Error?n.message:String(n))),process.exit(1)}}function yn(o){o.command("aiox").description("AIOX integration utilities").command("bootstrap").description("Run AIOX environment bootstrap in current project").option("--skip-aiox","Skip AIOX logic (for testing)").action(async t=>{let r=process.cwd();await vt(r,t)})}var ma=()=>{let o=new pa;o.name("kaven").description("The official CLI for the Kaven SaaS boilerplate ecosystem").version("0.4.2-alpha.0").addHelpText("after",`
|
|
198
202
|
Examples:
|
|
199
203
|
$ kaven init my-saas-app Bootstrap a new Kaven project
|
|
200
204
|
$ kaven auth login Authenticate with Kaven Marketplace
|
|
@@ -211,7 +215,7 @@ Examples:
|
|
|
211
215
|
$ kaven init my-app --defaults Use defaults (no prompts)
|
|
212
216
|
$ kaven init my-app --skip-git Skip git initialization
|
|
213
217
|
$ kaven init my-app --with-squad Install kaven-squad for AIOX integration
|
|
214
|
-
`).action((c,l)=>
|
|
218
|
+
`).action((c,l)=>Wo(c,{defaults:l.defaults,skipInstall:l.skipInstall,skipGit:l.skipGit,force:l.force,template:l.template,withSquad:l.withSquad,skipAiox:l.skipAiox}));let e=o.command("module").alias("m").description("Manage Kaven modules: install, remove, publish, activate, and diagnose").addHelpText("after",`
|
|
215
219
|
Examples:
|
|
216
220
|
$ kaven module doctor Check module integrity
|
|
217
221
|
$ kaven module doctor --fix Auto-fix detected issues
|
|
@@ -231,15 +235,15 @@ Examples:
|
|
|
231
235
|
$ kaven module doctor
|
|
232
236
|
$ kaven module doctor --fix
|
|
233
237
|
$ kaven module doctor --json
|
|
234
|
-
`).action(c=>
|
|
238
|
+
`).action(c=>lo({fix:c.fix,json:c.json})),e.command("add <path>").description("Install a module from a local manifest file").addHelpText("after",`
|
|
235
239
|
Examples:
|
|
236
240
|
$ kaven module add ./modules/payments/module.json
|
|
237
241
|
$ kaven module add /absolute/path/to/module.json
|
|
238
|
-
`).action(c=>
|
|
242
|
+
`).action(c=>mo(c)),e.command("remove <name>").description("Remove an installed module and clean up injected code").addHelpText("after",`
|
|
239
243
|
Examples:
|
|
240
244
|
$ kaven module remove payments
|
|
241
245
|
$ kaven module remove notifications
|
|
242
|
-
`).action(c=>
|
|
246
|
+
`).action(c=>fo(c)),e.command("publish").description("Publish the current directory as a module to Kaven Marketplace").option("--dry-run","Validate and package the module without uploading").option("--changelog <text>","Release notes for this version").addHelpText("after",`
|
|
243
247
|
Requirements:
|
|
244
248
|
- module.json must exist in the current directory
|
|
245
249
|
- Must be authenticated: run 'kaven auth login' first
|
|
@@ -248,7 +252,7 @@ Examples:
|
|
|
248
252
|
$ kaven module publish
|
|
249
253
|
$ kaven module publish --dry-run
|
|
250
254
|
$ kaven module publish --changelog "Added dark mode support"
|
|
251
|
-
`).action(c=>
|
|
255
|
+
`).action(c=>xo({dryRun:c.dryRun,changelog:c.changelog})),e.command("activate <name> [root]").description("Activate a Kaven schema module by uncommenting its models in schema.extended.prisma").option("--with-deps","Automatically activate required dependencies").option("--skip-migrate","Skip db:generate and db:migrate after activation").option("--dry-run","Show affected models without modifying schema").option("--yes","Skip confirmation prompt").addHelpText("after",`
|
|
252
256
|
Modules: billing, projects, notifications
|
|
253
257
|
|
|
254
258
|
Examples:
|
|
@@ -256,50 +260,55 @@ Examples:
|
|
|
256
260
|
$ kaven module activate projects
|
|
257
261
|
$ kaven module activate projects ./my-app
|
|
258
262
|
$ kaven module activate billing --with-deps
|
|
259
|
-
`).action((c,l,d)=>
|
|
263
|
+
`).action((c,l,d)=>Ot(c,l,d)),e.command("deactivate <name> [root]").description("Deactivate a Kaven schema module by commenting its models in schema.extended.prisma").option("--skip-migrate","Skip db:generate and db:migrate").option("--dry-run","Show affected models without modifying schema").option("--yes","Skip confirmation prompt").addHelpText("after",`
|
|
260
264
|
Modules: billing, projects, notifications
|
|
261
265
|
|
|
262
266
|
Examples:
|
|
263
267
|
$ kaven module deactivate billing
|
|
264
268
|
$ kaven module deactivate projects
|
|
265
269
|
$ kaven module deactivate projects ./my-app
|
|
266
|
-
`).action((c,l,d)=>
|
|
270
|
+
`).action((c,l,d)=>Po(c,l,d)),e.command("list [root]").description("List available Kaven schema modules with their status, models, and dependencies").addHelpText("after",`
|
|
267
271
|
Examples:
|
|
268
272
|
$ kaven module list
|
|
269
273
|
$ kaven module list ./my-app
|
|
270
|
-
`).action(c
|
|
274
|
+
`).action(c=>$o(c)),e.command("update [slug]").description("Update an installed marketplace module to the latest version").option("--skip-verify","Skip Ed25519 signature verification (dev only)").addHelpText("after",`
|
|
275
|
+
Examples:
|
|
276
|
+
$ kaven module update payments Update the payments module
|
|
277
|
+
$ kaven module update Interactive: select module to update
|
|
278
|
+
$ kaven module update payments --skip-verify Skip signature check (dev only)
|
|
279
|
+
`).action((c,l)=>ko(c,void 0,{skipVerify:l.skipVerify??!1}));let t=o.command("auth").description("Manage authentication and session tokens").addHelpText("after",`
|
|
271
280
|
Examples:
|
|
272
281
|
$ kaven auth login Start device code authentication flow
|
|
273
282
|
$ kaven auth whoami Show current user info
|
|
274
283
|
$ kaven auth logout End the local session
|
|
275
|
-
`);t.command("login").description("Start the interactive device code authentication flow (RFC 8628)").action(()=>
|
|
284
|
+
`);t.command("login").description("Start the interactive device code authentication flow (RFC 8628)").action(()=>Ao()),t.command("logout").description("Clear the local authentication session").action(()=>jo()),t.command("whoami").description("Display information about the currently authenticated user").action(()=>To());let r=o.command("marketplace").alias("mkt").alias("market").description("Explore, browse, and install modules from the Kaven Marketplace").addHelpText("after",`
|
|
276
285
|
Examples:
|
|
277
286
|
$ kaven marketplace list
|
|
278
287
|
$ kaven marketplace list --category auth --sort popular
|
|
279
288
|
$ kaven marketplace install payments
|
|
280
289
|
$ kaven marketplace browse
|
|
281
|
-
`);
|
|
290
|
+
`);r.command("list").description("List all modules available in the marketplace").option("--category <category>","Filter modules by category").option("--sort <field>","Sort order: newest (default), popular, name","newest").option("--page <n>","Page number (default: 1)","1").option("--limit <n>","Results per page (default: 20, max: 100)","20").option("--json","Output raw JSON instead of formatted table").action(c=>Io({category:c.category,sort:c.sort,page:parseInt(c.page,10),limit:parseInt(c.limit,10),json:c.json??!1})),r.command("install <moduleId>").description("Download and install a module from the Kaven Marketplace").option("--version <ver>","Install a specific version (default: latest)").option("--force","Skip overwrite confirmation").option("--skip-env","Skip environment variable injection").option("--skip-verify","Skip Ed25519 signature verification (dev only)").option("--env-file <path>","Target .env file (default: .env)").addHelpText("after",`
|
|
282
291
|
Examples:
|
|
283
292
|
$ kaven marketplace install payments
|
|
284
293
|
$ kaven marketplace install payments --version 1.2.0
|
|
285
294
|
$ kaven marketplace install auth --skip-env
|
|
286
295
|
$ kaven marketplace install my-module --skip-verify
|
|
287
|
-
`).action((c,l)=>
|
|
296
|
+
`).action((c,l)=>ft(c,{version:l.version,force:l.force??!1,skipEnv:l.skipEnv??!1,skipVerify:l.skipVerify??!1,envFile:l.envFile})),r.command("browse").description("Interactive TUI module browser \u2014 explore modules by category").addHelpText("after",`
|
|
288
297
|
Navigate with arrow keys, press Enter to select.
|
|
289
298
|
Supports category filtering and pagination.
|
|
290
|
-
`).action(()=>
|
|
299
|
+
`).action(()=>Lo());let n=o.command("upgrade").description("Upgrade your license tier or CLI version").addHelpText("after",`
|
|
291
300
|
Examples:
|
|
292
301
|
$ kaven upgrade Upgrade license tier
|
|
293
302
|
$ kaven upgrade check Check for CLI updates
|
|
294
303
|
$ kaven upgrade install Install latest CLI version
|
|
295
|
-
`);
|
|
304
|
+
`);n.command("tier").description("Upgrade your Kaven license to a higher tier (default)").option("--no-browser","Print the checkout URL instead of opening the browser").action(c=>on({browser:c.browser!==!1})),n.command("check").description("Check for Kaven CLI updates").action(()=>Ht()),n.command("install").description("Install the latest Kaven CLI version").action(()=>qt()),o.command("telemetry").description("View observability and command audit logs").command("view").description("Display the most recent local telemetry events").option("-l, --limit <number>","Number of events to display","10").action(c=>Oo(parseInt(c.limit))),o.addCommand(Bo());let i=o.command("cache").description("Manage the local API response cache").addHelpText("after",`
|
|
296
305
|
Cache directory: ~/.kaven/cache (max 50 MB)
|
|
297
306
|
Cached data: module listings (24h TTL), manifests (7d), license status (1h)
|
|
298
307
|
|
|
299
308
|
Examples:
|
|
300
309
|
$ kaven cache status
|
|
301
310
|
$ kaven cache clear
|
|
302
|
-
`);i.command("status").description("Show cache statistics (size, entry count, age)").action(()=>
|
|
311
|
+
`);i.command("status").description("Show cache statistics (size, entry count, age)").action(()=>rn()),i.command("clear").description("Delete all locally cached API responses").action(()=>an());let s=o.command("config").description("Manage Kaven CLI configuration").addHelpText("after",`
|
|
303
312
|
Config file: ~/.kaven/config.json
|
|
304
313
|
|
|
305
314
|
Examples:
|
|
@@ -310,7 +319,7 @@ Examples:
|
|
|
310
319
|
$ kaven config features
|
|
311
320
|
$ kaven config features --tier complete
|
|
312
321
|
$ kaven config features --list
|
|
313
|
-
`);s.command("set <key> <value>").description("Set a configuration value").action((c,l)=>
|
|
322
|
+
`);s.command("set <key> <value>").description("Set a configuration value").action((c,l)=>sn(c,l)),s.command("get <key>").description("Get a configuration value").option("--json","Output as JSON").action((c,l)=>cn(c,{json:l.json})),s.command("view").description("Display all configuration").option("--json","Output as JSON").action(c=>ln({json:c.json})),s.command("reset").description("Reset configuration to defaults").action(()=>dn()),s.command("features").description("Interactive TUI to select and configure the 60 framework capabilities (feature flags)").option("--tier <tier>","Apply a preset tier directly without prompts: starter | complete | pro | enterprise").option("--list","List all available capabilities grouped by category, without modifying anything").addHelpText("after",`
|
|
314
323
|
Output: packages/database/prisma/seeds/capabilities.seed.ts (relative to cwd)
|
|
315
324
|
|
|
316
325
|
Examples:
|
|
@@ -321,7 +330,7 @@ Examples:
|
|
|
321
330
|
|
|
322
331
|
After generating the seed file:
|
|
323
332
|
$ pnpm prisma db seed
|
|
324
|
-
`).action(c=>
|
|
333
|
+
`).action(c=>mn({tier:c.tier,list:c.list??!1})),o.command("init-ci").description("Initialize GitHub Actions CI/CD workflows").option("--dry-run","Show what would be created without writing files").addHelpText("after",`
|
|
325
334
|
Creates:
|
|
326
335
|
- .github/workflows/test.yml Run tests on push/PR
|
|
327
336
|
- .github/workflows/publish.yml Publish modules on git tags
|
|
@@ -330,4 +339,4 @@ Creates:
|
|
|
330
339
|
Examples:
|
|
331
340
|
$ kaven init-ci Interactive setup
|
|
332
341
|
$ kaven init-ci --dry-run Show what would be created
|
|
333
|
-
`).action(c=>
|
|
342
|
+
`).action(c=>hn({dryRun:c.dryRun})),yn(o),o.parse(process.argv)},fa=process.argv[1]&&(process.argv[1].endsWith("/kaven")||process.argv[1].endsWith("/index.ts")||process.argv[1].endsWith("/index.js"));fa&&ma();export{ma as main};
|