@ahumandev/autocode 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/README.md +25 -15
  2. package/dist/agents/index.d.ts.map +1 -1
  3. package/dist/agents/prompts/assist.d.ts +1 -1
  4. package/dist/agents/prompts/assist.d.ts.map +1 -1
  5. package/dist/agents/prompts/assist_troubleshoot.d.ts +1 -1
  6. package/dist/agents/prompts/assist_troubleshoot.d.ts.map +1 -1
  7. package/dist/agents/prompts/auto.d.ts +1 -1
  8. package/dist/agents/prompts/auto.d.ts.map +1 -1
  9. package/dist/agents/prompts/design.d.ts +1 -1
  10. package/dist/agents/prompts/design.d.ts.map +1 -1
  11. package/dist/agents/prompts/execute_author.d.ts +1 -1
  12. package/dist/agents/prompts/execute_author.d.ts.map +1 -1
  13. package/dist/agents/prompts/research.d.ts +1 -1
  14. package/dist/agents/prompts/research.d.ts.map +1 -1
  15. package/dist/agents/prompts/temp_concept.d.ts +1 -1
  16. package/dist/agents/prompts/temp_concept.d.ts.map +1 -1
  17. package/dist/agents/prompts/temp_report.d.ts +1 -1
  18. package/dist/agents/prompts/temp_report.d.ts.map +1 -1
  19. package/dist/agents/rules/question.d.ts +1 -1
  20. package/dist/agents/rules/question.d.ts.map +1 -1
  21. package/dist/agents/rules/swap2previous.d.ts +2 -0
  22. package/dist/agents/rules/swap2previous.d.ts.map +1 -0
  23. package/dist/commands/author_article.d.ts +2 -0
  24. package/dist/commands/author_article.d.ts.map +1 -0
  25. package/dist/commands/document.d.ts +2 -0
  26. package/dist/commands/document.d.ts.map +1 -0
  27. package/dist/commands/document_code.d.ts +2 -0
  28. package/dist/commands/document_code.d.ts.map +1 -0
  29. package/dist/commands/document_conventions.d.ts +2 -0
  30. package/dist/commands/document_conventions.d.ts.map +1 -0
  31. package/dist/commands/document_prd.d.ts +2 -0
  32. package/dist/commands/document_prd.d.ts.map +1 -0
  33. package/dist/commands/document_ux.d.ts +2 -0
  34. package/dist/commands/document_ux.d.ts.map +1 -0
  35. package/dist/commands/git_commit.d.ts +2 -0
  36. package/dist/commands/git_commit.d.ts.map +1 -0
  37. package/dist/commands/git_conflict.d.ts +2 -0
  38. package/dist/commands/git_conflict.d.ts.map +1 -0
  39. package/dist/commands/index.d.ts.map +1 -1
  40. package/dist/commands/init.d.ts +2 -0
  41. package/dist/commands/init.d.ts.map +1 -0
  42. package/dist/commands/install.d.ts +7 -0
  43. package/dist/commands/install.d.ts.map +1 -0
  44. package/dist/commands/job_concepts.d.ts +2 -0
  45. package/dist/commands/job_concepts.d.ts.map +1 -0
  46. package/dist/commands/job_design.d.ts +2 -0
  47. package/dist/commands/job_design.d.ts.map +1 -0
  48. package/dist/commands/job_draft.d.ts +2 -0
  49. package/dist/commands/job_draft.d.ts.map +1 -0
  50. package/dist/commands/job_execute.d.ts +2 -0
  51. package/dist/commands/job_execute.d.ts.map +1 -0
  52. package/dist/commands/job_execute_assist.d.ts +2 -0
  53. package/dist/commands/job_execute_assist.d.ts.map +1 -0
  54. package/dist/commands/job_execute_auto.d.ts +2 -0
  55. package/dist/commands/job_execute_auto.d.ts.map +1 -0
  56. package/dist/commands/job_execution_template.d.ts +2 -0
  57. package/dist/commands/job_execution_template.d.ts.map +1 -0
  58. package/dist/commands/job_review.d.ts +2 -0
  59. package/dist/commands/job_review.d.ts.map +1 -0
  60. package/dist/commands/new_assist.d.ts +2 -0
  61. package/dist/commands/new_assist.d.ts.map +1 -0
  62. package/dist/commands/new_auto.d.ts +2 -0
  63. package/dist/commands/new_auto.d.ts.map +1 -0
  64. package/dist/commands/new_design.d.ts +2 -0
  65. package/dist/commands/new_design.d.ts.map +1 -0
  66. package/dist/commands/new_research.d.ts +2 -0
  67. package/dist/commands/new_research.d.ts.map +1 -0
  68. package/dist/commands/new_session_template.d.ts +2 -0
  69. package/dist/commands/new_session_template.d.ts.map +1 -0
  70. package/dist/commands/new_troubleshoot.d.ts +2 -0
  71. package/dist/commands/new_troubleshoot.d.ts.map +1 -0
  72. package/dist/commands/repeat_as_md.d.ts +2 -0
  73. package/dist/commands/repeat_as_md.d.ts.map +1 -0
  74. package/dist/commands/repeat_as_wiki.d.ts +2 -0
  75. package/dist/commands/repeat_as_wiki.d.ts.map +1 -0
  76. package/dist/commands/report_last.d.ts +2 -0
  77. package/dist/commands/report_last.d.ts.map +1 -0
  78. package/dist/commands/report_session.d.ts +2 -0
  79. package/dist/commands/report_session.d.ts.map +1 -0
  80. package/dist/install.d.ts +25 -0
  81. package/dist/install.d.ts.map +1 -0
  82. package/dist/install.test.d.ts +2 -0
  83. package/dist/install.test.d.ts.map +1 -0
  84. package/dist/plugin.js +823 -465
  85. package/dist/tools/autocode_agent_execute.d.ts +16 -0
  86. package/dist/tools/autocode_agent_execute.d.ts.map +1 -0
  87. package/dist/tools/autocode_agent_execute.test.d.ts +2 -0
  88. package/dist/tools/autocode_agent_execute.test.d.ts.map +1 -0
  89. package/dist/tools/autocode_agent_previous.d.ts +4 -0
  90. package/dist/tools/autocode_agent_previous.d.ts.map +1 -0
  91. package/dist/tools/autocode_agent_previous.test.d.ts +2 -0
  92. package/dist/tools/autocode_agent_previous.test.d.ts.map +1 -0
  93. package/dist/tools/autocode_job_shelve.d.ts +5 -0
  94. package/dist/tools/autocode_job_shelve.d.ts.map +1 -0
  95. package/dist/tools/autocode_job_shelve.test.d.ts +2 -0
  96. package/dist/tools/autocode_job_shelve.test.d.ts.map +1 -0
  97. package/dist/tools/index.d.ts +20 -2
  98. package/dist/tools/index.d.ts.map +1 -1
  99. package/dist/utils/agent_swap.d.ts +15 -0
  100. package/dist/utils/agent_swap.d.ts.map +1 -1
  101. package/dist/utils/jobs.d.ts +7 -2
  102. package/dist/utils/jobs.d.ts.map +1 -1
  103. package/dist/utils/shelve.d.ts.map +1 -1
  104. package/package.json +4 -4
  105. package/dist/agents/rules/swap2assist.d.ts +0 -2
  106. package/dist/agents/rules/swap2assist.d.ts.map +0 -1
  107. package/dist/tools/autocode_shelve.d.ts +0 -5
  108. package/dist/tools/autocode_shelve.d.ts.map +0 -1
  109. package/dist/tools/autocode_shelve.test.d.ts +0 -2
  110. package/dist/tools/autocode_shelve.test.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"git_commit.d.ts","sourceRoot":"","sources":["../../src/commands/git_commit.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,+NAOpC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const gitConflictCommandTemplate = "$ARGUMENTS\n\n\n**IMPORTANT FINAL ACTION**: call `autocode_agent_previous`.\n\n";
2
+ //# sourceMappingURL=git_conflict.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"git_conflict.d.ts","sourceRoot":"","sources":["../../src/commands/git_conflict.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B,oFAGtC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/commands/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAEjD;;;;;;;;;;;;;GAaG;AAEH,KAAK,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAA;AAsDhD,eAAO,MAAM,QAAQ,EAAE,UA+VtB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/commands/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AA4BjD;;;;;;;;;;;;;GAaG;AAEH,KAAK,UAAU,GAAG,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAA;AAIhD,eAAO,MAAM,QAAQ,EAAE,UA2MtB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const initCommandTemplate = "\n1. Task subagents in parallel: `document_conventions`, `document_code`, `document_install`, `document_prd` \n2. Additionally task `document_ux` for frontend/web projects\n3. Collect all subagent reports\n4. Use `author-readme` skill to update `README.md` using collected reports\n5. Only task `document_agents` *AFTER* you had updated `README.md` because `document_agents` will read your updated `README.md` file\n\n\n**IMPORTANT FINAL ACTION**: call `autocode_agent_previous`.\n\n";
2
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,weAQ/B,CAAA"}
@@ -0,0 +1,7 @@
1
+ export declare const installCommand: {
2
+ agent: string;
3
+ description: string;
4
+ subtask: false;
5
+ template: string;
6
+ };
7
+ //# sourceMappingURL=install.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../src/commands/install.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc;;;;;CAkBG,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const jobConceptsCommandTemplate = "$ARGUMENTS\n\n\n**IMPORTANT FINAL ACTION**: call `autocode_agent_previous`.\n\n";
2
+ //# sourceMappingURL=job_concepts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_concepts.d.ts","sourceRoot":"","sources":["../../src/commands/job_concepts.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B,oFAGtC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const jobDesignCommandTemplate = "$ARGUMENTS \n\n_____________________________\n\nIf you recently created a concept with `autocode_concept_create`, then use that concept's content as your INSTRUCTIONS, otherwise:\n\n1. Call `autocode_concept_list` tool to list available concepts.\n2. If no items were listed, reply to user: \"No concepts found in `.agents/jobs/concepts`. Describe the project improvement I should design.\" and wait for user requirements.\n3. If concepts were listed, display available concept labels using `question` tool and ask \"Which concept should we use to design an implementation plan?\"\n4. Call `autocode_concept_read` with the selected concept `label` to read your INSTRUCTIONS.\n5. Continue implementation-proposal planning in the current session using the returned concept context and recent conversation.\n";
2
+ //# sourceMappingURL=job_design.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_design.d.ts","sourceRoot":"","sources":["../../src/commands/job_design.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,izBAWpC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const jobDraftCommandTemplate = "\n1. Call `autocode_plan_save` tool with planned sections: PROBLEMS, REQUIREMENTS, CONSTRAINTS, RISKS, and user chosen PROPOSAL.\n2. Respond with:\n\n```markdown\nYour plan is saved at: `[job_path]`\n\nEnter:\n- `/job-execute-assist` \uD83D\uDC68\u200D\uD83D\uDCBB to execute the planned job assistively\n- `/job-execute-auto` \uD83E\uDD16 to execute the planned job autonomously\n```\n\nReplace [job_path] with `job_path` value from `autocode_plan_save` tool response.\n\n# Plan Formatting Rules\n\n- Never include H1, H2, or `---` separators in tool input.\n- Requirements, constraints, and risks should use H3 subsections.\n- Keep user examples and quoted evidence intact.\n- Use emojis only to highlight important points.\n- Include markdown links to sources consulted.\n- Every constraints must be backed by evidence, assumptions are risks.\n";
2
+ //# sourceMappingURL=job_draft.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_draft.d.ts","sourceRoot":"","sources":["../../src/commands/job_draft.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,s1BAsBnC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const jobExecuteCommandTemplate = "\n1. Call `autocode_job_list` to list all available jobs.\n2. Call `question` once with exactly two batched questions:\n - Choose one available job from `autocode_job_list` output.\n - Choose execution agent: `auto` or `assist`.\n3. Call `autocode_agent_execute` once with selected `job_name` and selected `agent`, then evaluate tool output:\n - If output includes `failedAction`, follow returned `instruction` exactly and stop.\n - If output includes `current_status`, respond to user:\n\n```markdown\nContinue job in [agent] session.\n```\n\nReplace [agent] with selected execution agent.\n";
2
+ //# sourceMappingURL=job_execute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_execute.d.ts","sourceRoot":"","sources":["../../src/commands/job_execute.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,imBAcrC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const jobExecuteAssistCommandTemplate: string;
2
+ //# sourceMappingURL=job_execute_assist.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_execute_assist.d.ts","sourceRoot":"","sources":["../../src/commands/job_execute_assist.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,+BAA+B,QAA6C,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const jobExecuteAutoCommandTemplate: string;
2
+ //# sourceMappingURL=job_execute_auto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_execute_auto.d.ts","sourceRoot":"","sources":["../../src/commands/job_execute_auto.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B,QAA2C,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function buildJobExecutionCommandTemplate(agent: "assist" | "auto"): string;
2
+ //# sourceMappingURL=job_execution_template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_execution_template.d.ts","sourceRoot":"","sources":["../../src/commands/job_execution_template.ts"],"names":[],"mappings":"AAAA,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,QAAQ,GAAG,MAAM,GAAG,MAAM,CAcjF"}
@@ -0,0 +1,2 @@
1
+ export declare const jobReviewCommandTemplate = "\n1. Call `autocode_criteria_list` tool, if output show any unmet criteria, then inform user about unmet criteria and stop.\n2. If this is git repo, then base your git commit message on plan of this job and Review Report.\n3. Lastly when done, call `autocode_job_shelve` to shelve accepted review, then stop.\n";
2
+ //# sourceMappingURL=job_review.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"job_review.d.ts","sourceRoot":"","sources":["../../src/commands/job_review.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,2TAIpC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const newAssistCommandTemplate: string;
2
+ //# sourceMappingURL=new_assist.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new_assist.d.ts","sourceRoot":"","sources":["../../src/commands/new_assist.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,QAMyK,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const newAutoCommandTemplate: string;
2
+ //# sourceMappingURL=new_auto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new_auto.d.ts","sourceRoot":"","sources":["../../src/commands/new_auto.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,QAMsL,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const newDesignCommandTemplate: string;
2
+ //# sourceMappingURL=new_design.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new_design.d.ts","sourceRoot":"","sources":["../../src/commands/new_design.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,QAM4I,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const newResearchCommandTemplate: string;
2
+ //# sourceMappingURL=new_research.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new_research.d.ts","sourceRoot":"","sources":["../../src/commands/new_research.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B,QAI4I,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function buildNewSessionCommandTemplate(agent: string, promptInstructions: string, responsePrefix: string): string;
2
+ //# sourceMappingURL=new_session_template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new_session_template.d.ts","sourceRoot":"","sources":["../../src/commands/new_session_template.ts"],"names":[],"mappings":"AAAA,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,MAAM,CAexH"}
@@ -0,0 +1,2 @@
1
+ export declare const newTroubleshootCommandTemplate: string;
2
+ //# sourceMappingURL=new_troubleshoot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new_troubleshoot.d.ts","sourceRoot":"","sources":["../../src/commands/new_troubleshoot.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,8BAA8B,QAUyG,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const repeatAsMdCommandTemplate = "\nRepeat your last response wrapped in markdown codeblock:\n\nFor example:\n\n`````````markdown\nLast response goes here...\n````````` \n";
2
+ //# sourceMappingURL=repeat_as_md.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repeat_as_md.d.ts","sourceRoot":"","sources":["../../src/commands/repeat_as_md.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,qJAQrC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const repeatAsWikiCommandTemplate = "\nRepeat your last response as Markdown block text in Atlassian Wiki Markup (Jira Wiki syntax) format:\n\nFor example:\n\n`````````markdown\nWiki markup goes here...\n````````` \n";
2
+ //# sourceMappingURL=repeat_as_wiki.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repeat_as_wiki.d.ts","sourceRoot":"","sources":["../../src/commands/repeat_as_wiki.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B,+LAQvC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const reportLastCommandTemplate = "\nReport **ONLY** on your last assignment (last user requested task). Include only last user prompt, recent actions since last user prompt and recent tool outputs into consideration when you compile the report.\n\n\n**IMPORTANT FINAL ACTION**: call `autocode_agent_previous`.\n\n";
2
+ //# sourceMappingURL=report_last.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_last.d.ts","sourceRoot":"","sources":["../../src/commands/report_last.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB,4RAIrC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const reportSessionCommandTemplate = "\nReport on entire session taking all actions, tool outputs and prompts in consideration.\n\n\n**IMPORTANT FINAL ACTION**: call `autocode_agent_previous`.\n\n";
2
+ //# sourceMappingURL=report_session.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report_session.d.ts","sourceRoot":"","sources":["../../src/commands/report_session.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B,mKAIxC,CAAA"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * @file install.ts
3
+ * @description Installs a local development shim for the OpenCode plugin at ~/.config/opencode/plugins/autocode.js.
4
+ *
5
+ * Why it is used:
6
+ * Used to link the local development build in `dist/plugin.js` into the OpenCode plugins directory,
7
+ * enabling testing changes locally in OpenCode without publishing.
8
+ *
9
+ * Where it is called:
10
+ * - Run via `bun run install:shim` (mapped to `bun src/install.ts` in package.json).
11
+ * - Imported and tested by `src/install.test.ts`.
12
+ *
13
+ * Why it is in src/ instead of scripts/:
14
+ * Because it is imported by tests in `src/`, TypeScript includes it in the compilation program.
15
+ * Since tsconfig.json enforces "rootDir": "src", keeping this script in `scripts/` would trigger
16
+ * a TS6059 compile error. Moving it here keeps the compilation root clean.
17
+ */
18
+ export interface InstallPluginShimOptions {
19
+ rootDir?: string;
20
+ homeDir?: string;
21
+ }
22
+ export declare function deriveShimFilename(packageName: string): string;
23
+ export declare function getShimPath(homeDir: string, packageName: string): string;
24
+ export declare function installPluginShim(options?: InstallPluginShimOptions): Promise<string>;
25
+ //# sourceMappingURL=install.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../src/install.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AASH,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,CAO9D;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,CAExE;AAED,wBAAsB,iBAAiB,CAAC,OAAO,GAAE,wBAA6B,GAAG,OAAO,CAAC,MAAM,CAAC,CAa/F"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=install.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install.test.d.ts","sourceRoot":"","sources":["../src/install.test.ts"],"names":[],"mappings":""}