@shepai/cli 1.44.0 → 1.44.2
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/apis/json-schema/AcceptanceCriteria.yaml +16 -0
- package/apis/json-schema/ActionItem.yaml +32 -0
- package/apis/json-schema/AgentAuthMethod.yaml +7 -0
- package/apis/json-schema/AgentConfig.yaml +19 -0
- package/apis/json-schema/AgentDefinition.yaml +14 -0
- package/apis/json-schema/AgentFeature.yaml +10 -0
- package/apis/json-schema/AgentInstance.yaml +23 -0
- package/apis/json-schema/AgentRun.yaml +63 -0
- package/apis/json-schema/AgentRunEvent.yaml +25 -0
- package/apis/json-schema/AgentRunStatus.yaml +12 -0
- package/apis/json-schema/AgentStatus.yaml +9 -0
- package/apis/json-schema/AgentType.yaml +10 -0
- package/apis/json-schema/ApprovalGates.yaml +18 -0
- package/apis/json-schema/Artifact.yaml +36 -0
- package/apis/json-schema/ArtifactCategory.yaml +9 -0
- package/apis/json-schema/ArtifactFormat.yaml +9 -0
- package/apis/json-schema/ArtifactState.yaml +8 -0
- package/apis/json-schema/AskRequest.yaml +10 -0
- package/apis/json-schema/AskResponse.yaml +14 -0
- package/apis/json-schema/AuditableEntity.yaml +13 -0
- package/apis/json-schema/BaseEntity.yaml +20 -0
- package/apis/json-schema/CiStatus.yaml +8 -0
- package/apis/json-schema/DeployMethod.yaml +10 -0
- package/apis/json-schema/DeploySkill.yaml +29 -0
- package/apis/json-schema/DeployTarget.yaml +10 -0
- package/apis/json-schema/DeployTargetActionItem.yaml +15 -0
- package/apis/json-schema/DeployTargetTask.yaml +15 -0
- package/apis/json-schema/DeployTargetTasks.yaml +17 -0
- package/apis/json-schema/Deployment.yaml +33 -0
- package/apis/json-schema/DeploymentState.yaml +8 -0
- package/apis/json-schema/EditorType.yaml +10 -0
- package/apis/json-schema/EnvironmentConfig.yaml +16 -0
- package/apis/json-schema/Feature.yaml +77 -0
- package/apis/json-schema/FeatureAgent.yaml +29 -0
- package/apis/json-schema/FeatureAgentState.yaml +11 -0
- package/apis/json-schema/FeatureArtifact.yaml +35 -0
- package/apis/json-schema/FeatureCheckpoint.yaml +18 -0
- package/apis/json-schema/FeatureErrors.yaml +15 -0
- package/apis/json-schema/FeatureIdentity.yaml +32 -0
- package/apis/json-schema/FeatureSpec.yaml +30 -0
- package/apis/json-schema/FeatureStatus.yaml +40 -0
- package/apis/json-schema/FeatureStatusInfo.yaml +30 -0
- package/apis/json-schema/FeatureStatusProgress.yaml +24 -0
- package/apis/json-schema/FeatureTaskTracking.yaml +21 -0
- package/apis/json-schema/FeatureValidation.yaml +21 -0
- package/apis/json-schema/GanttTask.yaml +34 -0
- package/apis/json-schema/GanttViewData.yaml +22 -0
- package/apis/json-schema/InstallationSuggestion.yaml +21 -0
- package/apis/json-schema/LocalDeployAgent.yaml +18 -0
- package/apis/json-schema/Message.yaml +29 -0
- package/apis/json-schema/MessageRole.yaml +7 -0
- package/apis/json-schema/ModelConfiguration.yaml +26 -0
- package/apis/json-schema/NotificationChannelConfig.yaml +11 -0
- package/apis/json-schema/NotificationEvent.yaml +34 -0
- package/apis/json-schema/NotificationEventConfig.yaml +31 -0
- package/apis/json-schema/NotificationEventType.yaml +10 -0
- package/apis/json-schema/NotificationPreferences.yaml +22 -0
- package/apis/json-schema/NotificationSeverity.yaml +9 -0
- package/apis/json-schema/OpenQuestion.yaml +25 -0
- package/apis/json-schema/PhaseTiming.yaml +35 -0
- package/apis/json-schema/Plan.yaml +37 -0
- package/apis/json-schema/PlanPhase.yaml +26 -0
- package/apis/json-schema/PlanSpec.yaml +26 -0
- package/apis/json-schema/PlanState.yaml +8 -0
- package/apis/json-schema/PortMap.yaml +19 -0
- package/apis/json-schema/PortProtocol.yaml +7 -0
- package/apis/json-schema/PrStatus.yaml +8 -0
- package/apis/json-schema/PrdApprovalPayload.yaml +15 -0
- package/apis/json-schema/PrdFinalAction.yaml +18 -0
- package/apis/json-schema/PrdOption.yaml +24 -0
- package/apis/json-schema/PrdQuestion.yaml +25 -0
- package/apis/json-schema/PrdQuestionnaireData.yaml +24 -0
- package/apis/json-schema/PrdRejectionPayload.yaml +20 -0
- package/apis/json-schema/PrdReviewResult.yaml +19 -0
- package/apis/json-schema/PullRequest.yaml +26 -0
- package/apis/json-schema/QuestionOption.yaml +18 -0
- package/apis/json-schema/QuestionSelectionChange.yaml +14 -0
- package/apis/json-schema/RejectionFeedbackEntry.yaml +21 -0
- package/apis/json-schema/Requirement.yaml +26 -0
- package/apis/json-schema/RequirementType.yaml +7 -0
- package/apis/json-schema/Research.yaml +26 -0
- package/apis/json-schema/ResearchArtifact.yaml +14 -0
- package/apis/json-schema/ResearchSpec.yaml +14 -0
- package/apis/json-schema/ResearchState.yaml +8 -0
- package/apis/json-schema/ReviewQuestion.yaml +24 -0
- package/apis/json-schema/SdlcLifecycle.yaml +13 -0
- package/apis/json-schema/Settings.yaml +36 -0
- package/apis/json-schema/SoftDeletableEntity.yaml +11 -0
- package/apis/json-schema/SpecArtifactBase.yaml +44 -0
- package/apis/json-schema/SpecTask.yaml +45 -0
- package/apis/json-schema/SystemConfig.yaml +16 -0
- package/apis/json-schema/Task.yaml +38 -0
- package/apis/json-schema/TaskState.yaml +9 -0
- package/apis/json-schema/TasksArtifact.yaml +18 -0
- package/apis/json-schema/TasksSpec.yaml +18 -0
- package/apis/json-schema/TddCycle.yaml +24 -0
- package/apis/json-schema/TechDecision.yaml +24 -0
- package/apis/json-schema/TechnicalPlanArtifact.yaml +26 -0
- package/apis/json-schema/TimelineEvent.yaml +17 -0
- package/apis/json-schema/Tool.yaml +23 -0
- package/apis/json-schema/ToolInstallCommand.yaml +28 -0
- package/apis/json-schema/ToolInstallationStatus.yaml +28 -0
- package/apis/json-schema/ToolType.yaml +12 -0
- package/apis/json-schema/UUID.yaml +4 -0
- package/apis/json-schema/UserProfile.yaml +14 -0
- package/apis/json-schema/WorkflowConfig.yaml +31 -0
- package/apis/openapi/openapi.yaml +7 -0
- package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts +8 -0
- package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.js +3 -2
- package/dist/packages/core/src/domain/factories/spec-yaml-parser.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/spec-yaml-parser.js +16 -4
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts +1 -0
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.js +11 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/.tsbuildinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +1 -1
- package/web/.next/required-server-files.json +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4e8ca89c._.js +2 -2
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +12 -12
- package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/page/server-reference-manifest.json +11 -11
- package/web/.next/standalone/src/presentation/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__03a0dba7._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__4e8ca89c._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +12 -12
- package/web/.next/standalone/src/presentation/web/server.js +1 -1
- package/web/.next/static/chunks/{45ca9930165e14a2.js → fde97f50747ffbcc.js} +2 -2
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- /package/web/.next/static/{KmrV3D2B6O5rYBXaOy3l5 → DFCnsrgJiPWig4e8ubqSt}/_buildManifest.js +0 -0
- /package/web/.next/static/{KmrV3D2B6O5rYBXaOy3l5 → DFCnsrgJiPWig4e8ubqSt}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{KmrV3D2B6O5rYBXaOy3l5 → DFCnsrgJiPWig4e8ubqSt}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[60526,(a,b,c)=>{b.exports=a.x("node:os",()=>require("node:os"))},93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},59975,a=>{a.n(a.i(72884))},63754,a=>{a.n(a.i(39838))},27075,a=>{a.n(a.i(26048))},37458,a=>{a.n(a.i(72330))},22672,a=>{a.n(a.i(41208))},32459,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/presentation/web/components/features/version/version-page-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/version/version-page-client.tsx <module evaluation>","default")},93933,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/presentation/web/components/features/version/version-page-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/version/version-page-client.tsx","default")},67651,a=>{"use strict";a.i(32459);var b=a.i(93933);a.n(b)},77048,a=>{"use strict";var b=a.i(92807),c=a.i(60526),d=a.i(67651);function e(){let a={nodeVersion:process.version,platform:(0,c.platform)(),arch:(0,c.arch)()};return(0,b.jsx)(d.default,{versionInfo:{version:"1.
|
|
1
|
+
module.exports=[60526,(a,b,c)=>{b.exports=a.x("node:os",()=>require("node:os"))},93695,(a,b,c)=>{b.exports=a.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},59975,a=>{a.n(a.i(72884))},63754,a=>{a.n(a.i(39838))},27075,a=>{a.n(a.i(26048))},37458,a=>{a.n(a.i(72330))},22672,a=>{a.n(a.i(41208))},32459,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/presentation/web/components/features/version/version-page-client.tsx <module evaluation> from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/version/version-page-client.tsx <module evaluation>","default")},93933,a=>{"use strict";a.s(["default",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call the default export of [project]/src/presentation/web/components/features/version/version-page-client.tsx from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/version/version-page-client.tsx","default")},67651,a=>{"use strict";a.i(32459);var b=a.i(93933);a.n(b)},77048,a=>{"use strict";var b=a.i(92807),c=a.i(60526),d=a.i(67651);function e(){let a={nodeVersion:process.version,platform:(0,c.platform)(),arch:(0,c.arch)()};return(0,b.jsx)(d.default,{versionInfo:{version:"1.44.1",name:"@shepai/cli",description:"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"},systemInfo:a})}a.s(["default",()=>e],77048)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=%5Broot-of-the-server%5D__249c74f6._.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports=[50227,(a,b,c)=>{b.exports=a.x("node:path",()=>require("node:path"))},60526,(a,b,c)=>{b.exports=a.x("node:os",()=>require("node:os"))},2157,(a,b,c)=>{b.exports=a.x("node:fs",()=>require("node:fs"))},74533,(a,b,c)=>{b.exports=a.x("node:child_process",()=>require("node:child_process"))},96380,a=>{"use strict";function b(a){let b=globalThis.__shepContainer;if(!b)throw Error("DI container not available. Ensure the CLI bootstrap or dev-server has initialized it.");return b.resolve(a)}a.s(["resolve",()=>b])},92658,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"registerServerReference",{enumerable:!0,get:function(){return d.registerServerReference}});let d=a.r(28478)},12581,(a,b,c)=>{"use strict";function d(a){for(let b=0;b<a.length;b++){let c=a[b];if("function"!=typeof c)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof c}.
|
|
2
|
-
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ensureServerEntryExports",{enumerable:!0,get:function(){return d}})},66680,(a,b,c)=>{b.exports=a.x("node:crypto",()=>require("node:crypto"))},12714,(a,b,c)=>{b.exports=a.x("node:fs/promises",()=>require("node:fs/promises"))},23768,a=>{"use strict";var b=a.i(92658),c=a.i(96380),d=a.i(12581);async function e(a){if(!a.trim())return{approved:!1,error:"Feature id is required"};try{let b=(0,c.resolve)("IFeatureRepository"),d=await b.findById(a);if(!d)return{approved:!1,error:"Feature not found"};if(!d.agentRunId)return{approved:!1,error:"Feature has no agent run"};let e=(0,c.resolve)("ApproveAgentRunUseCase"),f=await e.execute(d.agentRunId);if(!f.approved)return{approved:!1,error:f.reason};return{approved:!0}}catch(a){return{approved:!1,error:a instanceof Error?a.message:"Failed to approve feature"}}}async function f(a){if(!a.trim())return{error:"Feature id is required"};try{let b=(0,c.resolve)("GetFeatureArtifactUseCase"),d=await b.execute(a);return{questionnaire:{question:"Goal",context:d.oneLiner,questions:d.openQuestions.map((a,b)=>({id:`q-${b}`,question:a.question,type:"select",options:(a.options??[]).map((a,c)=>({id:`q-${b}-opt-${c}`,label:a.option,rationale:a.description,...a.selected?{recommended:!0}:{}}))})),finalAction:{id:"approve-reqs",label:"Approve Requirements",description:"Finalize and lock the requirements for implementation"}},artifact:d}}catch(a){return{error:a instanceof Error?a.message:"Failed to load feature artifact"}}}async function g(a){if(!a.trim())return{error:"Feature id is required"};try{var b;let d=(0,c.resolve)("GetResearchArtifactUseCase");return{techDecisions:{name:(b=await d.execute(a)).name,summary:b.summary,decisions:b.decisions,technologies:b.technologies}}}catch(a){return{error:a instanceof Error?a.message:"Failed to load research artifact"}}}(0,d.ensureServerEntryExports)([e]),(0,b.registerServerReference)(e,"
|
|
2
|
+
Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(c,"__esModule",{value:!0}),Object.defineProperty(c,"ensureServerEntryExports",{enumerable:!0,get:function(){return d}})},66680,(a,b,c)=>{b.exports=a.x("node:crypto",()=>require("node:crypto"))},12714,(a,b,c)=>{b.exports=a.x("node:fs/promises",()=>require("node:fs/promises"))},23768,a=>{"use strict";var b=a.i(92658),c=a.i(96380),d=a.i(12581);async function e(a){if(!a.trim())return{approved:!1,error:"Feature id is required"};try{let b=(0,c.resolve)("IFeatureRepository"),d=await b.findById(a);if(!d)return{approved:!1,error:"Feature not found"};if(!d.agentRunId)return{approved:!1,error:"Feature has no agent run"};let e=(0,c.resolve)("ApproveAgentRunUseCase"),f=await e.execute(d.agentRunId);if(!f.approved)return{approved:!1,error:f.reason};return{approved:!0}}catch(a){return{approved:!1,error:a instanceof Error?a.message:"Failed to approve feature"}}}async function f(a){if(!a.trim())return{error:"Feature id is required"};try{let b=(0,c.resolve)("GetFeatureArtifactUseCase"),d=await b.execute(a);return{questionnaire:{question:"Goal",context:d.oneLiner,questions:d.openQuestions.map((a,b)=>({id:`q-${b}`,question:a.question,type:"select",options:(a.options??[]).map((a,c)=>({id:`q-${b}-opt-${c}`,label:a.option,rationale:a.description,...a.selected?{recommended:!0}:{}}))})),finalAction:{id:"approve-reqs",label:"Approve Requirements",description:"Finalize and lock the requirements for implementation"}},artifact:d}}catch(a){return{error:a instanceof Error?a.message:"Failed to load feature artifact"}}}async function g(a){if(!a.trim())return{error:"Feature id is required"};try{var b;let d=(0,c.resolve)("GetResearchArtifactUseCase");return{techDecisions:{name:(b=await d.execute(a)).name,summary:b.summary,decisions:b.decisions,technologies:b.technologies}}}catch(a){return{error:a instanceof Error?a.message:"Failed to load research artifact"}}}(0,d.ensureServerEntryExports)([e]),(0,b.registerServerReference)(e,"403476d8b6d7e6ddb2a91aa865218b958f793e3551",null),(0,d.ensureServerEntryExports)([f]),(0,b.registerServerReference)(f,"40dd40f85abdee6a8bfcc279b27172cebbac1177dd",null),(0,d.ensureServerEntryExports)([g]),(0,b.registerServerReference)(g,"407859059654ab8636875ec236f721e2593305263f",null);let h="__shepSettings";function i(){let a=function(){let a=globalThis[h];if(null!=a)return a;let b=process[h];return null!=b?b:null}();if(null===a)throw Error("Settings not initialized. Call initializeSettings() during CLI bootstrap.");return a}async function j(a){let{repositoryPath:b,branch:d}=a;if(!b?.startsWith("/"))return{success:!1,error:"repositoryPath must be an absolute path"};let e=i().environment.defaultEditor,f=(0,c.resolve)("LaunchIdeUseCase"),g=await f.execute({editorId:e,repositoryPath:b,branch:d,checkAvailability:!0});return g.ok?{success:!0,editor:g.editorName,path:g.worktreePath}:{success:!1,error:g.message}}(0,d.ensureServerEntryExports)([j]),(0,b.registerServerReference)(j,"40d3bc8fff71449af66200fb497447606f60bf00d7",null);var k=a.i(2157),l=a.i(60526),m=a.i(74533),n=a.i(66680),o=a.i(50227);async function p(a){let{repositoryPath:b,branch:c}=a;if(!b?.startsWith("/"))return{success:!1,error:"repositoryPath must be an absolute path"};try{let a,d,e=i().environment.shellPreference,f=c?(a=(0,n.createHash)("sha256").update(b).digest("hex").slice(0,16),d=c.replace(/\//g,"-"),(0,o.join)(process.env.SHEP_HOME??(0,o.join)((0,l.homedir)(),".shep"),"repos",a,"wt",d)):b;if(!(0,k.existsSync)(f))return{success:!1,error:`Path does not exist: ${f}`};return(0,l.platform)(),(0,m.spawn)("x-terminal-emulator",[`--working-directory=${f}`],{detached:!0,stdio:"ignore"}).unref(),{success:!0,path:f,shell:e}}catch(a){return{success:!1,error:a instanceof Error?a.message:"Failed to open shell"}}}async function q(a){if(!a?.startsWith("/"))return{success:!1,error:"repositoryPath must be an absolute path"};try{if(!(0,k.existsSync)(a))return{success:!1,error:"Directory not found"};return(0,l.platform)(),(0,m.spawn)("xdg-open",[a],{detached:!0,stdio:"ignore"}).unref(),{success:!0,path:a}}catch(a){return{success:!1,error:a instanceof Error?a.message:"Failed to open folder"}}}a.i(12714),(0,d.ensureServerEntryExports)([p]),(0,b.registerServerReference)(p,"4045d36fcdf58ee0bd5b391b8d9115cea851a909bc",null),(0,d.ensureServerEntryExports)([q]),(0,b.registerServerReference)(q,"40d729e17af6b6edf33cebe11e188beb95dac999d2",null);let r={platform:process.platform,exec:(a,b)=>(0,m.execSync)(a,b)},s={darwin:"osascript -e 'POSIX path of (choose folder with prompt \"Select a repository folder\")'",linux:'zenity --file-selection --directory --title="Select a repository folder" 2>/dev/null',win32:"powershell -NoProfile -Command \"Add-Type -AssemblyName System.Windows.Forms; $f = New-Object System.Windows.Forms.FolderBrowserDialog; $f.Description = 'Select a repository folder'; if ($f.ShowDialog() -eq 'OK') { $f.SelectedPath } else { exit 1 }\""};class t{deps;constructor(a={}){this.deps={...r,...a}}getCommand(){return s[this.deps.platform]??null}pickFolder(){let a=this.getCommand();if(!a)throw Error(`Unsupported platform: ${this.deps.platform}`);try{let b=this.deps.exec(a,{encoding:"utf-8",timeout:6e4}).trim();return b.length>0?b:null}catch(a){var b;if("object"==typeof(b=a)&&null!==b&&"status"in b&&1===a.status)return null;throw a}}}async function u(){let a=new t;try{return{path:a.pickFolder()}}catch(a){return{path:null,error:a instanceof Error?a.message:"Failed to open folder dialog"}}}async function v(a){let{name:b,description:d,repositoryPath:e,attachments:f,approvalGates:g}=a;if(!b?.trim())return{error:"name is required"};if(!e?.trim())return{error:"repositoryPath is required"};let h=function(a,b,c){let d=`Feature: ${a}`;if(b&&(d+=`
|
|
3
3
|
|
|
4
4
|
${b}`),c&&c.length>0){let a=c.map(a=>`- ${a.path}`).join("\n");d+=`
|
|
5
5
|
|
|
6
6
|
Attached files:
|
|
7
|
-
${a}`}return d}(b,d,f),i={allowPrd:g?.allowPrd??!1,allowPlan:g?.allowPlan??!1,allowMerge:g?.allowMerge??!1};try{let a=(0,c.resolve)("CreateFeatureUseCase");return{feature:(await a.execute({userInput:h,repositoryPath:e,approvalGates:i})).feature}}catch(a){return{error:a instanceof Error?a.message:"Failed to create feature"}}}async function w(a){if(!a?.trim())return{error:"id is required"};try{let b=(0,c.resolve)("DeleteFeatureUseCase");return{feature:await b.execute(a)}}catch(a){return{error:a instanceof Error?a.message:"Failed to delete feature"}}}async function x(a){let{path:b,name:d}=a;if(!b?.trim())return{error:"path is required"};try{let a=(0,c.resolve)("AddRepositoryUseCase");return{repository:await a.execute({path:b,name:d})}}catch(a){return{error:a instanceof Error?a.message:"Failed to add repository"}}}async function y(a){if(!a?.trim())return{success:!1,error:"id is required"};try{let b=(0,c.resolve)("DeleteRepositoryUseCase");return await b.execute(a),{success:!0}}catch(a){return{success:!1,error:a instanceof Error?a.message:"Failed to delete repository"}}}(0,d.ensureServerEntryExports)([u]),(0,b.registerServerReference)(u,"
|
|
7
|
+
${a}`}return d}(b,d,f),i={allowPrd:g?.allowPrd??!1,allowPlan:g?.allowPlan??!1,allowMerge:g?.allowMerge??!1};try{let a=(0,c.resolve)("CreateFeatureUseCase");return{feature:(await a.execute({userInput:h,repositoryPath:e,approvalGates:i})).feature}}catch(a){return{error:a instanceof Error?a.message:"Failed to create feature"}}}async function w(a){if(!a?.trim())return{error:"id is required"};try{let b=(0,c.resolve)("DeleteFeatureUseCase");return{feature:await b.execute(a)}}catch(a){return{error:a instanceof Error?a.message:"Failed to delete feature"}}}async function x(a){let{path:b,name:d}=a;if(!b?.trim())return{error:"path is required"};try{let a=(0,c.resolve)("AddRepositoryUseCase");return{repository:await a.execute({path:b,name:d})}}catch(a){return{error:a instanceof Error?a.message:"Failed to add repository"}}}async function y(a){if(!a?.trim())return{success:!1,error:"id is required"};try{let b=(0,c.resolve)("DeleteRepositoryUseCase");return await b.execute(a),{success:!0}}catch(a){return{success:!1,error:a instanceof Error?a.message:"Failed to delete repository"}}}(0,d.ensureServerEntryExports)([u]),(0,b.registerServerReference)(u,"00d824528ef6c5fad42a79f1de27e181a957c3ae48",null),(0,d.ensureServerEntryExports)([v]),(0,b.registerServerReference)(v,"40ebbbd488809f71cab2f75e50ce3ec753d4a887ef",null),(0,d.ensureServerEntryExports)([w]),(0,b.registerServerReference)(w,"403fab920c85a44e841cfccd412c8dcc92f7fb4422",null),(0,d.ensureServerEntryExports)([x]),(0,b.registerServerReference)(x,"408f8efec6ff57db1f1732129a5f3b0381a5c930c1",null),(0,d.ensureServerEntryExports)([y]),(0,b.registerServerReference)(y,"404a99d7a7654f6f5bdbc5a811842b1969530b74d1",null),a.s([],61488),a.i(61488),a.s(["00d824528ef6c5fad42a79f1de27e181a957c3ae48",()=>u,"403476d8b6d7e6ddb2a91aa865218b958f793e3551",()=>e,"403fab920c85a44e841cfccd412c8dcc92f7fb4422",()=>w,"4045d36fcdf58ee0bd5b391b8d9115cea851a909bc",()=>p,"404a99d7a7654f6f5bdbc5a811842b1969530b74d1",()=>y,"407859059654ab8636875ec236f721e2593305263f",()=>g,"408f8efec6ff57db1f1732129a5f3b0381a5c930c1",()=>x,"40d3bc8fff71449af66200fb497447606f60bf00d7",()=>j,"40d729e17af6b6edf33cebe11e188beb95dac999d2",()=>q,"40dd40f85abdee6a8bfcc279b27172cebbac1177dd",()=>f,"40ebbbd488809f71cab2f75e50ce3ec753d4a887ef",()=>v],23768)}];
|
|
8
8
|
|
|
9
9
|
//# sourceMappingURL=%5Broot-of-the-server%5D__4e8ca89c._.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/b13aa397579082e7.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--DFCnsrgJiPWig4e8ubqSt--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b13aa397579082e7.js"/><script src="/_next/static/chunks/07f00e2e73d322d2.js" async=""></script><script src="/_next/static/chunks/cfe4dc9904fcfddb.js" async=""></script><script src="/_next/static/chunks/084314470f2144d2.js" async=""></script><script src="/_next/static/chunks/turbopack-35ff53de4dab1e56.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/fe70e73feb07bcfd.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/b13aa397579082e7.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"DFCnsrgJiPWig4e8ubqSt\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab02eec995295bef.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fe70e73feb07bcfd.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"403476d8b6d7e6ddb2a91aa865218b958f793e3551\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\",\n \"exportedName\": \"approveFeature\"\n },\n \"40dd40f85abdee6a8bfcc279b27172cebbac1177dd\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\",\n \"exportedName\": \"getFeatureArtifact\"\n },\n \"407859059654ab8636875ec236f721e2593305263f\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\",\n \"exportedName\": \"getResearchArtifact\"\n },\n \"40d3bc8fff71449af66200fb497447606f60bf00d7\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\",\n \"exportedName\": \"openIde\"\n },\n \"4045d36fcdf58ee0bd5b391b8d9115cea851a909bc\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\",\n \"exportedName\": \"openShell\"\n },\n \"40d729e17af6b6edf33cebe11e188beb95dac999d2\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\",\n \"exportedName\": \"openFolder\"\n },\n \"00d824528ef6c5fad42a79f1de27e181a957c3ae48\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\",\n \"exportedName\": \"pickFolder\"\n },\n \"40ebbbd488809f71cab2f75e50ce3ec753d4a887ef\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\",\n \"exportedName\": \"createFeature\"\n },\n \"403fab920c85a44e841cfccd412c8dcc92f7fb4422\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\",\n \"exportedName\": \"deleteFeature\"\n },\n \"408f8efec6ff57db1f1732129a5f3b0381a5c930c1\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\",\n \"exportedName\": \"addRepository\"\n },\n \"404a99d7a7654f6f5bdbc5a811842b1969530b74d1\": {\n \"workers\": {\n \"app/page\": {\n \"moduleId\": 23768,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n }\n },\n \"layer\": {\n \"app/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\",\n \"exportedName\": \"deleteRepository\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"djMjwv+Yfu3eF7mbV9/yEjFhlMyK/Lpq138kPYnjWDA=\"\n}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"403476d8b6d7e6ddb2a91aa865218b958f793e3551": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/page": {
|
|
6
6
|
"moduleId": 23768,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"filename": "src/presentation/web/app/actions/approve-feature.ts",
|
|
16
16
|
"exportedName": "approveFeature"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"40dd40f85abdee6a8bfcc279b27172cebbac1177dd": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/page": {
|
|
21
21
|
"moduleId": 23768,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
|
|
31
31
|
"exportedName": "getFeatureArtifact"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"407859059654ab8636875ec236f721e2593305263f": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/page": {
|
|
36
36
|
"moduleId": 23768,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts",
|
|
46
46
|
"exportedName": "getResearchArtifact"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"40d3bc8fff71449af66200fb497447606f60bf00d7": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/page": {
|
|
51
51
|
"moduleId": 23768,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"filename": "src/presentation/web/app/actions/open-ide.ts",
|
|
61
61
|
"exportedName": "openIde"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"4045d36fcdf58ee0bd5b391b8d9115cea851a909bc": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/page": {
|
|
66
66
|
"moduleId": 23768,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"filename": "src/presentation/web/app/actions/open-shell.ts",
|
|
76
76
|
"exportedName": "openShell"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"40d729e17af6b6edf33cebe11e188beb95dac999d2": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/page": {
|
|
81
81
|
"moduleId": 23768,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"filename": "src/presentation/web/app/actions/open-folder.ts",
|
|
91
91
|
"exportedName": "openFolder"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"00d824528ef6c5fad42a79f1de27e181a957c3ae48": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/page": {
|
|
96
96
|
"moduleId": 23768,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"filename": "src/presentation/web/app/actions/pick-folder.ts",
|
|
106
106
|
"exportedName": "pickFolder"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"40ebbbd488809f71cab2f75e50ce3ec753d4a887ef": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/page": {
|
|
111
111
|
"moduleId": 23768,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"filename": "src/presentation/web/app/actions/create-feature.ts",
|
|
121
121
|
"exportedName": "createFeature"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"403fab920c85a44e841cfccd412c8dcc92f7fb4422": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/page": {
|
|
126
126
|
"moduleId": 23768,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"filename": "src/presentation/web/app/actions/delete-feature.ts",
|
|
136
136
|
"exportedName": "deleteFeature"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"408f8efec6ff57db1f1732129a5f3b0381a5c930c1": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/page": {
|
|
141
141
|
"moduleId": 23768,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"filename": "src/presentation/web/app/actions/add-repository.ts",
|
|
151
151
|
"exportedName": "addRepository"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"404a99d7a7654f6f5bdbc5a811842b1969530b74d1": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/page": {
|
|
156
156
|
"moduleId": 23768,
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
169
|
"edge": {},
|
|
170
|
-
"encryptionKey": "
|
|
170
|
+
"encryptionKey": "djMjwv+Yfu3eF7mbV9/yEjFhlMyK/Lpq138kPYnjWDA="
|
|
171
171
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
DFCnsrgJiPWig4e8ubqSt
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/DFCnsrgJiPWig4e8ubqSt/_ssgManifest.js",
|
|
11
|
+
"static/DFCnsrgJiPWig4e8ubqSt/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/b13aa397579082e7.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dynamicRoutes": {},
|
|
30
30
|
"notFoundRoutes": [],
|
|
31
31
|
"preview": {
|
|
32
|
-
"previewModeId": "
|
|
33
|
-
"previewModeSigningKey": "
|
|
34
|
-
"previewModeEncryptionKey": "
|
|
32
|
+
"previewModeId": "49402e47dd364bd373f7d9794a7cb977",
|
|
33
|
+
"previewModeSigningKey": "48d8bdcac637fc3c6c001325631a3afcd1702066269d21b44a918b07000296f3",
|
|
34
|
+
"previewModeEncryptionKey": "2d73b9a2f3617bf8f52dce2bae160e82c17c826d4d17973e5036ddce12963465"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {
|
|
5
|
-
"NEXT_PUBLIC_SHEP_VERSION": "1.
|
|
5
|
+
"NEXT_PUBLIC_SHEP_VERSION": "1.44.1",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"
|
|
8
8
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/b13aa397579082e7.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--DFCnsrgJiPWig4e8ubqSt--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b13aa397579082e7.js"/><script src="/_next/static/chunks/07f00e2e73d322d2.js" async=""></script><script src="/_next/static/chunks/cfe4dc9904fcfddb.js" async=""></script><script src="/_next/static/chunks/084314470f2144d2.js" async=""></script><script src="/_next/static/chunks/turbopack-35ff53de4dab1e56.js" async=""></script><script src="/_next/static/chunks/ab02eec995295bef.js" async=""></script><script src="/_next/static/chunks/fe70e73feb07bcfd.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/b13aa397579082e7.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[40799,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n3:I[73006,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n4:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"ViewportBoundary\"]\n9:I[66658,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"MetadataBoundary\"]\nb:I[42726,[\"/_next/static/chunks/ab02eec995295bef.js\",\"/_next/static/chunks/fe70e73feb07bcfd.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"DFCnsrgJiPWig4e8ubqSt\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ab02eec995295bef.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fe70e73feb07bcfd.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[42726,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"DFCnsrgJiPWig4e8ubqSt","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ab02eec995295bef.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fe70e73feb07bcfd.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"DFCnsrgJiPWig4e8ubqSt","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ab02eec995295bef.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/fe70e73feb07bcfd.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[42726,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"DFCnsrgJiPWig4e8ubqSt","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ab02eec995295bef.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fe70e73feb07bcfd.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"ViewportBoundary"]
|
|
3
3
|
3:I[66658,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"DFCnsrgJiPWig4e8ubqSt","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[40799,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"default"]
|
|
3
3
|
3:I[73006,["/_next/static/chunks/ab02eec995295bef.js","/_next/static/chunks/fe70e73feb07bcfd.js"],"default"]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"DFCnsrgJiPWig4e8ubqSt","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"buildId":"
|
|
1
|
+
0:{"buildId":"DFCnsrgJiPWig4e8ubqSt","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"403476d8b6d7e6ddb2a91aa865218b958f793e3551": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/page": {
|
|
6
6
|
"moduleId": 23768,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "approveFeature",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/approve-feature.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"40dd40f85abdee6a8bfcc279b27172cebbac1177dd": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/page": {
|
|
21
21
|
"moduleId": 23768,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "getFeatureArtifact",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"407859059654ab8636875ec236f721e2593305263f": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/page": {
|
|
36
36
|
"moduleId": 23768,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "getResearchArtifact",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"40d3bc8fff71449af66200fb497447606f60bf00d7": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/page": {
|
|
51
51
|
"moduleId": 23768,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "openIde",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"4045d36fcdf58ee0bd5b391b8d9115cea851a909bc": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/page": {
|
|
66
66
|
"moduleId": 23768,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "openShell",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"40d729e17af6b6edf33cebe11e188beb95dac999d2": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/page": {
|
|
81
81
|
"moduleId": 23768,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "openFolder",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"00d824528ef6c5fad42a79f1de27e181a957c3ae48": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/page": {
|
|
96
96
|
"moduleId": 23768,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"exportedName": "pickFolder",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"40ebbbd488809f71cab2f75e50ce3ec753d4a887ef": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/page": {
|
|
111
111
|
"moduleId": 23768,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "createFeature",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"403fab920c85a44e841cfccd412c8dcc92f7fb4422": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/page": {
|
|
126
126
|
"moduleId": 23768,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"exportedName": "deleteFeature",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"408f8efec6ff57db1f1732129a5f3b0381a5c930c1": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/page": {
|
|
141
141
|
"moduleId": 23768,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"exportedName": "addRepository",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"404a99d7a7654f6f5bdbc5a811842b1969530b74d1": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/page": {
|
|
156
156
|
"moduleId": 23768,
|