markform 0.1.27 → 0.1.28
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/ai-sdk.mjs +1 -1
- package/dist/bin.mjs +1 -1
- package/dist/{cli-yBrJefDI.mjs → cli-DCNF1zx5.mjs} +3 -3
- package/dist/{cli-yBrJefDI.mjs.map → cli-DCNF1zx5.mjs.map} +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/index.d.mts +10 -0
- package/dist/index.mjs +2 -2
- package/dist/{prompts-CwEV0X5z.mjs → prompts-B47qW6SB.mjs} +272 -19
- package/dist/prompts-B47qW6SB.mjs.map +1 -0
- package/dist/{src-DMIq0BFC.mjs → src-BQG3HCjU.mjs} +8 -228
- package/dist/src-BQG3HCjU.mjs.map +1 -0
- package/docs/markform-reference.md +12 -2
- package/docs/markform-spec.md +12 -2
- package/package.json +1 -1
- package/dist/prompts-CwEV0X5z.mjs.map +0 -1
- package/dist/src-DMIq0BFC.mjs.map +0 -1
package/dist/ai-sdk.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { R as PatchSchema } from "./coreTypes-DIv9Aabl.mjs";
|
|
3
|
-
import { _ as inspect, m as applyPatches, p as findFieldById, s as getPatchFormatHint, u as getFieldIdFromRef, w as serializeForm } from "./prompts-
|
|
3
|
+
import { _ as inspect, m as applyPatches, p as findFieldById, s as getPatchFormatHint, u as getFieldIdFromRef, w as serializeForm } from "./prompts-B47qW6SB.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/integrations/vercelAiSdkTools.ts
|
package/dist/bin.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { R as PatchSchema } from "./coreTypes-DIv9Aabl.mjs";
|
|
3
|
-
import { $ as
|
|
4
|
-
import { C as getProviderInfo, D as createLiveAgent, E as buildMockWireFormat, H as parseForm, N as createHarness, O as FillRecordCollector, T as resolveModel, V as formToJsonSchema, _ as resolveHarnessConfig, g as formatFillRecordSummary, h as stripUnstableFillRecordFields, i as runResearch, j as createMockAgent, k as computeExecutionPlan, m as isEmptyFillRecord, n as isResearchForm, t as VERSION, v as fillForm, w as getProviderNames } from "./src-
|
|
3
|
+
import { $ as DEFAULT_MAX_TURNS, E as serializeReport, J as DEFAULT_MAX_ISSUES_PER_TURN, K as AGENT_ROLE, S as computeStructureSummary, T as serializeRawMarkdown, X as DEFAULT_MAX_PATCHES_PER_TURN, _ as inspect, _t as WEB_SEARCH_CONFIG, bt as hasWebSearchSupport, c as filterIssuesByOrder, ct as USER_ROLE, d as coerceInputContext, dt as deriveReportPath, et as DEFAULT_PORT, f as coerceToFieldPatch, ft as deriveSchemaPath, gt as SUGGESTED_LLMS, h as getAllFields, k as validateSyntaxConsistency, l as filterIssuesByScope, lt as deriveExportPath, m as applyPatches, mt as parseRolesFlag, nt as DEFAULT_RESEARCH_MAX_ISSUES_PER_TURN, ot as MAX_FORMS_IN_MENU, p as findFieldById, pt as detectFileType, q as DEFAULT_FORMS_DIR, rt as DEFAULT_RESEARCH_MAX_PATCHES_PER_TURN, st as REPORT_EXTENSION, u as getFieldIdFromRef, ut as deriveFillRecordPath, vt as formatSuggestedLlms, w as serializeForm, x as computeProgressSummary, xt as parseModelIdForDisplay } from "./prompts-B47qW6SB.mjs";
|
|
4
|
+
import { C as getProviderInfo, D as createLiveAgent, E as buildMockWireFormat, H as parseForm, N as createHarness, O as FillRecordCollector, T as resolveModel, V as formToJsonSchema, _ as resolveHarnessConfig, g as formatFillRecordSummary, h as stripUnstableFillRecordFields, i as runResearch, j as createMockAgent, k as computeExecutionPlan, m as isEmptyFillRecord, n as isResearchForm, t as VERSION, v as fillForm, w as getProviderNames } from "./src-BQG3HCjU.mjs";
|
|
5
5
|
import { n as serializeSession } from "./session-BW9jtYNV.mjs";
|
|
6
6
|
import { _ as writeFile$1, a as formatPath, c as logError, d as logTiming, f as logVerbose, g as stripHtmlComments, h as shouldUseColors, i as formatOutput, l as logInfo, m as readFile$1, n as createSpinner, o as getCommandContext, p as logWarn, r as ensureFormsDir, s as logDryRun, t as OUTPUT_FORMATS, u as logSuccess } from "./shared-BszoSkAO.mjs";
|
|
7
7
|
import { a as renderJsonContent, c as renderViewContent, i as highlightYamlValue, l as renderYamlContent, o as renderMarkdownContent, r as renderFillRecordContent, s as renderSourceContent, u as escapeHtml } from "./fillRecordRenderer-BqRPHPmE.mjs";
|
|
@@ -6676,4 +6676,4 @@ async function runCli() {
|
|
|
6676
6676
|
|
|
6677
6677
|
//#endregion
|
|
6678
6678
|
export { runCli as t };
|
|
6679
|
-
//# sourceMappingURL=cli-
|
|
6679
|
+
//# sourceMappingURL=cli-DCNF1zx5.mjs.map
|