holycodex 0.15.1 → 0.15.2-dev.37.1
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/README.md +3 -2
- package/dist/assets/plugin/agents/explorer.md +3 -0
- package/dist/assets/plugin/agents/librarian.md +4 -0
- package/dist/assets/plugin/agents/reviewer.md +4 -0
- package/dist/assets/plugin/agents/root.md +3 -5
- package/dist/assets/plugin/agents/worker.md +4 -2
- package/dist/assets/plugin/plugin.json +1 -2
- package/dist/assets/plugin/rules/holycodex.md +12 -11
- package/dist/assets/plugin/skills/babysit-ci/SKILL.md +1 -1
- package/dist/assets/plugin/skills/code-review/SKILL.md +2 -0
- package/dist/assets/plugin/skills/commit/SKILL.md +2 -2
- package/dist/assets/plugin/skills/compress/SKILL.md +1 -1
- package/dist/assets/plugin/skills/handoff/SKILL.md +1 -1
- package/dist/assets/plugin/skills/lsp/SKILL.md +1 -1
- package/dist/assets/plugin/skills/lsp-setup/SKILL.md +1 -1
- package/dist/assets/plugin/skills/plan-review/SKILL.md +1 -1
- package/dist/assets/plugin/skills/ponytail/SKILL.md +1 -13
- package/dist/assets/plugin/skills/ponytail/metadata.json +1 -1
- package/dist/assets/plugin/skills/programming/SKILL.md +2 -0
- package/dist/assets/plugin/skills/refactor/SKILL.md +1 -1
- package/dist/assets/plugin/skills/rules/SKILL.md +1 -1
- package/dist/assets/plugin/skills/stop-slop/LICENSE +21 -0
- package/dist/assets/plugin/skills/stop-slop/SKILL.md +42 -0
- package/dist/assets/plugin/skills/stop-slop/agents/openai.yaml +6 -0
- package/dist/assets/plugin/skills/stop-slop/references/examples.md +69 -0
- package/dist/assets/plugin/skills/stop-slop/references/phrases.md +128 -0
- package/dist/assets/plugin/skills/stop-slop/references/structures.md +134 -0
- package/dist/assets/plugin/skills/testing-quality.md +15 -0
- package/dist/assets/plugin/skills/workflows/SKILL.md +1 -1
- package/dist/assets/plugin/skills/writing-for-agents/LICENSE +21 -0
- package/dist/assets/plugin/skills/writing-for-agents/SKILL-MECHANICS.md +19 -0
- package/dist/assets/plugin/skills/writing-for-agents/SKILL.md +25 -14
- package/dist/{binary-BCtnZPMA.js → binary-CPh9zpjK.js} +2731 -2793
- package/dist/binary-th3XjkPd.js +3 -0
- package/dist/index.js +4 -4
- package/dist/src-d8LOMF1j.js +3 -0
- package/dist/{src-BmUZJGuC.js → src-le8tAupU.js} +249 -260
- package/package.json +3 -3
- package/dist/assets/plugin/hooks/hooks.json +0 -17
- package/dist/assets/plugin/hooks/version.ts +0 -54
- package/dist/assets/plugin/skills/ast-grep/SKILL.md +0 -7
- package/dist/assets/plugin/skills/ast-grep/agents/openai.yaml +0 -6
- package/dist/assets/plugin/skills/remove-slop/SKILL.md +0 -7
- package/dist/assets/plugin/skills/remove-slop/agents/openai.yaml +0 -6
- package/dist/binary-K1P4tTUI.js +0 -3
- package/dist/src-BrjytttX.js +0 -3
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
-
import {
|
|
2
|
+
import { A as assertSafeWorkflowName, B as updateCanonicalVersion, C as GENERATED_WORKFLOW_MAX_SESSION_ID_BYTES, D as GeneratedWorkflowStore, E as GENERATED_WORKFLOW_SCHEMA_EPOCH, F as CodexOfficialPluginManager, G as resolveInstallerPaths, H as STATE_SCHEMA, I as OfficialPluginManagerError, J as CapabilityInstallStateSchema, K as ArgumentError, L as publicManifestPath, M as InstallerError, N as installHolyCodex, O as GeneratedWorkflowStoreError, P as readActiveInstallRecord, R as readCanonicalBaseVersion, S as GENERATED_WORKFLOW_MAX_NAME_BYTES, T as GENERATED_WORKFLOW_NAMING_VERSION, U as assertRootText, V as PathBoundaryError, W as pathWithin, X as InstallRecordSchema, Y as CapabilityStateRecordSchema, _ as WorkflowStoreError, a as runCli, b as doctorHolyCodex, c as helpTopic, d as executeWorkflowCommand, f as invokeWorkflowCapability, g as RefinementStoreError, h as readWorkflowSource, i as renderProgress, j as shortWorkflowHash, k as assertSafeSessionId, l as WorkflowCommandError, m as optionalArgs, n as executeCommand, o as helpRequested, p as loadNativeWorkflow, q as parseArgv, r as renderHuman, s as helpText, t as runBinary, u as createDefaultWorkflowService, v as CleanupError, w as GENERATED_WORKFLOW_MAX_SOURCE_BYTES, x as GENERATED_WORKFLOW_DEFAULT_TTL_MS, y as cleanupHolyCodex, z as readCanonicalVersion } from "./binary-CPh9zpjK.js";
|
|
3
3
|
//#region packages/cli/src/index.ts
|
|
4
4
|
const packageName = "holycodex";
|
|
5
5
|
if (import.meta.main) {
|
|
6
6
|
if (Bun.argv[2] === "--__holycodex-workflow-child") {
|
|
7
|
-
const { runWorkflowChild } = await import("./src-
|
|
7
|
+
const { runWorkflowChild } = await import("./src-d8LOMF1j.js");
|
|
8
8
|
await runWorkflowChild();
|
|
9
9
|
} else {
|
|
10
|
-
const { runBinary } = await import("./binary-
|
|
10
|
+
const { runBinary } = await import("./binary-th3XjkPd.js");
|
|
11
11
|
process.exitCode = await runBinary();
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
//#endregion
|
|
15
|
-
export { ArgumentError, CapabilityInstallStateSchema, CapabilityStateRecordSchema, CleanupError, CodexOfficialPluginManager, GENERATED_WORKFLOW_DEFAULT_TTL_MS, GENERATED_WORKFLOW_MAX_NAME_BYTES, GENERATED_WORKFLOW_MAX_SESSION_ID_BYTES, GENERATED_WORKFLOW_MAX_SOURCE_BYTES, GENERATED_WORKFLOW_NAMING_VERSION, GENERATED_WORKFLOW_SCHEMA_EPOCH, GeneratedWorkflowStore, GeneratedWorkflowStoreError, InstallRecordSchema, InstallerError,
|
|
15
|
+
export { ArgumentError, CapabilityInstallStateSchema, CapabilityStateRecordSchema, CleanupError, CodexOfficialPluginManager, GENERATED_WORKFLOW_DEFAULT_TTL_MS, GENERATED_WORKFLOW_MAX_NAME_BYTES, GENERATED_WORKFLOW_MAX_SESSION_ID_BYTES, GENERATED_WORKFLOW_MAX_SOURCE_BYTES, GENERATED_WORKFLOW_NAMING_VERSION, GENERATED_WORKFLOW_SCHEMA_EPOCH, GeneratedWorkflowStore, GeneratedWorkflowStoreError, InstallRecordSchema, InstallerError, OfficialPluginManagerError, PathBoundaryError, RefinementStoreError, STATE_SCHEMA, WorkflowCommandError, WorkflowStoreError, assertRootText, assertSafeSessionId, assertSafeWorkflowName, cleanupHolyCodex, createDefaultWorkflowService, doctorHolyCodex, executeCommand, executeWorkflowCommand, helpRequested, helpText, helpTopic, installHolyCodex, invokeWorkflowCapability, loadNativeWorkflow, optionalArgs, packageName, parseArgv, pathWithin, publicManifestPath, readActiveInstallRecord, readCanonicalBaseVersion, readCanonicalVersion, readWorkflowSource, renderHuman, renderProgress, resolveInstallerPaths, runBinary, runCli, shortWorkflowHash, updateCanonicalVersion };
|