@autohq/cli 0.1.252 → 0.1.253
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/agent-bridge.js +1 -1
- package/dist/index.js +15 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -23340,7 +23340,7 @@ Object.assign(lookup, {
|
|
|
23340
23340
|
// package.json
|
|
23341
23341
|
var package_default = {
|
|
23342
23342
|
name: "@autohq/cli",
|
|
23343
|
-
version: "0.1.
|
|
23343
|
+
version: "0.1.253",
|
|
23344
23344
|
license: "SEE LICENSE IN README.md",
|
|
23345
23345
|
publishConfig: {
|
|
23346
23346
|
access: "public"
|
package/dist/index.js
CHANGED
|
@@ -22707,7 +22707,7 @@ var init_package = __esm({
|
|
|
22707
22707
|
"package.json"() {
|
|
22708
22708
|
package_default = {
|
|
22709
22709
|
name: "@autohq/cli",
|
|
22710
|
-
version: "0.1.
|
|
22710
|
+
version: "0.1.253",
|
|
22711
22711
|
license: "SEE LICENSE IN README.md",
|
|
22712
22712
|
publishConfig: {
|
|
22713
22713
|
access: "public"
|
|
@@ -24666,6 +24666,16 @@ var init_template_injection = __esm({
|
|
|
24666
24666
|
}
|
|
24667
24667
|
});
|
|
24668
24668
|
|
|
24669
|
+
// ../../packages/schemas/src/project-apply-files/template-bump-diagnostics.ts
|
|
24670
|
+
var init_template_bump_diagnostics = __esm({
|
|
24671
|
+
"../../packages/schemas/src/project-apply-files/template-bump-diagnostics.ts"() {
|
|
24672
|
+
"use strict";
|
|
24673
|
+
init_agents();
|
|
24674
|
+
init_templates();
|
|
24675
|
+
init_source();
|
|
24676
|
+
}
|
|
24677
|
+
});
|
|
24678
|
+
|
|
24669
24679
|
// ../../packages/schemas/src/project-apply-files/index.ts
|
|
24670
24680
|
function readProjectApplyDirectorySource(input) {
|
|
24671
24681
|
const resourceRoot = normalizeSourcePath(input.resourceRoot ?? "");
|
|
@@ -24812,11 +24822,15 @@ var init_project_apply_files = __esm({
|
|
|
24812
24822
|
init_environments();
|
|
24813
24823
|
init_identities();
|
|
24814
24824
|
init_project_resources();
|
|
24825
|
+
init_templates();
|
|
24815
24826
|
init_agent_authoring();
|
|
24827
|
+
init_agent_document_merge();
|
|
24816
24828
|
init_apply_result();
|
|
24817
24829
|
init_assets();
|
|
24818
24830
|
init_source();
|
|
24819
24831
|
init_template_injection();
|
|
24832
|
+
init_template_injection();
|
|
24833
|
+
init_template_bump_diagnostics();
|
|
24820
24834
|
}
|
|
24821
24835
|
});
|
|
24822
24836
|
|