@rulemetric/cli 0.5.2 → 0.5.3
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/{chunk-5ZOLDIZQ.js → chunk-BCIUSUEV.js} +5 -5
- package/dist/{chunk-LJ5OT5XN.js → chunk-CROYS75W.js} +4 -4
- package/dist/{chunk-AOIY5RT6.js → chunk-CXWY5XKD.js} +15 -15
- package/dist/{chunk-K3BFZ7KG.js → chunk-E3BIT53W.js} +1 -1
- package/dist/chunk-E3BIT53W.js.map +7 -0
- package/dist/{chunk-46LMTDRE.js → chunk-ER5DPPHB.js} +2 -2
- package/dist/{chunk-4QGATD5Y.js → chunk-F5N6CLJJ.js} +1 -1
- package/dist/{chunk-4QGATD5Y.js.map → chunk-F5N6CLJJ.js.map} +2 -2
- package/dist/{chunk-7XDWLJJP.js → chunk-H3C6EGR2.js} +5 -5
- package/dist/{chunk-IVOCDHWA.js → chunk-IPOO4IGF.js} +3 -3
- package/dist/{chunk-YQFCUKNI.js → chunk-QNSVCSHG.js} +373 -414
- package/dist/chunk-QNSVCSHG.js.map +7 -0
- package/dist/{chunk-PHIAFGQ2.js → chunk-T76YQCKX.js} +6 -6
- package/dist/{chunk-IKEI4KNV.js → chunk-VCG4Q53B.js} +3 -3
- package/dist/{chunk-DUR54APY.js → chunk-WLFX4PYR.js} +6 -6
- package/dist/{chunk-FUS5C4SB.js → chunk-Y4BJXXYV.js} +2 -2
- package/dist/commands/auth/create-key.js +3 -1
- package/dist/commands/auth/create-key.js.map +2 -2
- package/dist/commands/evals/agent.js +18 -21
- package/dist/commands/evals/agent.js.map +4 -4
- package/dist/commands/research/backfill.js +3 -3
- package/dist/commands/research/tail-transcript.js +3 -3
- package/dist/commands/service/install.js +5 -0
- package/dist/commands/service/install.js.map +2 -2
- package/dist/dashboard/Dashboard.js +13 -13
- package/dist/dashboard/data.js +2 -2
- package/dist/dashboard/launcher/LauncherOverlay.js +3 -3
- package/dist/{dist-NEECHU47.js → dist-UNYP5PJR.js} +2 -2
- package/dist/lib/agent-loop.js +14 -14
- package/dist/lib/handlers/cron-suggest-instructions.js +3 -3
- package/dist/lib/handlers/process-announcement.js +3 -3
- package/dist/lib/handlers/process-changelog.js +3 -3
- package/dist/lib/handlers/process-launch.js +3 -3
- package/dist/lib/handlers/process-run-cleanup.js +4 -4
- package/dist/lib/handlers/process-session-goal.js +2 -2
- package/dist/lib/manual-tasks.js +6 -6
- package/dist/lib/worktree.js +2 -2
- package/oclif.manifest.json +1 -40
- package/package.json +7 -7
- package/dist/chunk-K3BFZ7KG.js.map +0 -7
- package/dist/chunk-YQFCUKNI.js.map +0 -7
- package/dist/commands/signals/report.js +0 -43
- package/dist/commands/signals/report.js.map +0 -7
- package/dist/lib/handlers/cron-close-stale-sessions.js +0 -19
- package/dist/lib/handlers/cron-close-stale-sessions.js.map +0 -7
- package/dist/lib/handlers/cron-data-integrity-audit.js +0 -22
- package/dist/lib/handlers/cron-data-integrity-audit.js.map +0 -7
- package/dist/lib/provider-aggregator.js +0 -59
- package/dist/lib/provider-aggregator.js.map +0 -7
- /package/dist/{chunk-5ZOLDIZQ.js.map → chunk-BCIUSUEV.js.map} +0 -0
- /package/dist/{chunk-LJ5OT5XN.js.map → chunk-CROYS75W.js.map} +0 -0
- /package/dist/{chunk-AOIY5RT6.js.map → chunk-CXWY5XKD.js.map} +0 -0
- /package/dist/{chunk-46LMTDRE.js.map → chunk-ER5DPPHB.js.map} +0 -0
- /package/dist/{chunk-7XDWLJJP.js.map → chunk-H3C6EGR2.js.map} +0 -0
- /package/dist/{chunk-IVOCDHWA.js.map → chunk-IPOO4IGF.js.map} +0 -0
- /package/dist/{chunk-PHIAFGQ2.js.map → chunk-T76YQCKX.js.map} +0 -0
- /package/dist/{chunk-IKEI4KNV.js.map → chunk-VCG4Q53B.js.map} +0 -0
- /package/dist/{chunk-DUR54APY.js.map → chunk-WLFX4PYR.js.map} +0 -0
- /package/dist/{chunk-FUS5C4SB.js.map → chunk-Y4BJXXYV.js.map} +0 -0
- /package/dist/{dist-NEECHU47.js.map → dist-UNYP5PJR.js.map} +0 -0
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
PermanentJobError
|
|
3
|
-
} from "./chunk-DGHWRQXL.js";
|
|
4
1
|
import {
|
|
5
2
|
sendEmail
|
|
6
3
|
} from "./chunk-QSN77T7C.js";
|
|
@@ -10,7 +7,10 @@ import {
|
|
|
10
7
|
getDb,
|
|
11
8
|
notificationPreferences,
|
|
12
9
|
profiles
|
|
13
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QNSVCSHG.js";
|
|
11
|
+
import {
|
|
12
|
+
PermanentJobError
|
|
13
|
+
} from "./chunk-DGHWRQXL.js";
|
|
14
14
|
|
|
15
15
|
// src/lib/handlers/process-announcement.ts
|
|
16
16
|
import { and, asc, eq, gt, isNotNull } from "drizzle-orm";
|
|
@@ -154,4 +154,4 @@ async function sendOne(args) {
|
|
|
154
154
|
export {
|
|
155
155
|
processAnnouncement
|
|
156
156
|
};
|
|
157
|
-
//# sourceMappingURL=chunk-
|
|
157
|
+
//# sourceMappingURL=chunk-BCIUSUEV.js.map
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ActiveJobsList
|
|
3
|
-
} from "./chunk-QD6X4L4L.js";
|
|
4
1
|
import {
|
|
5
2
|
NewLaunchForm
|
|
6
3
|
} from "./chunk-DTFXCHHI.js";
|
|
@@ -12,6 +9,9 @@ import {
|
|
|
12
9
|
createLaunchJob,
|
|
13
10
|
listLaunchers
|
|
14
11
|
} from "./chunk-N52AHNBH.js";
|
|
12
|
+
import {
|
|
13
|
+
ActiveJobsList
|
|
14
|
+
} from "./chunk-QD6X4L4L.js";
|
|
15
15
|
import {
|
|
16
16
|
ORANGE
|
|
17
17
|
} from "./chunk-QJQS6TUN.js";
|
|
@@ -158,4 +158,4 @@ function LauncherOverlay({
|
|
|
158
158
|
export {
|
|
159
159
|
LauncherOverlay
|
|
160
160
|
};
|
|
161
|
-
//# sourceMappingURL=chunk-
|
|
161
|
+
//# sourceMappingURL=chunk-CROYS75W.js.map
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startTerminalTargetHeartbeat
|
|
3
3
|
} from "./chunk-AUUHXCJU.js";
|
|
4
|
-
import {
|
|
5
|
-
processConversation
|
|
6
|
-
} from "./chunk-7DRLX3DN.js";
|
|
7
|
-
import {
|
|
8
|
-
processEval
|
|
9
|
-
} from "./chunk-OKCFYPIQ.js";
|
|
10
|
-
import {
|
|
11
|
-
processInsights
|
|
12
|
-
} from "./chunk-CCSR73HF.js";
|
|
13
4
|
import {
|
|
14
5
|
processLaunch
|
|
15
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VCG4Q53B.js";
|
|
16
7
|
import {
|
|
17
8
|
processRunCleanup
|
|
18
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-WLFX4PYR.js";
|
|
19
10
|
import {
|
|
20
11
|
processSendMessage
|
|
21
12
|
} from "./chunk-W53GKIZQ.js";
|
|
22
13
|
import {
|
|
23
14
|
processSessionGoal
|
|
24
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-H3C6EGR2.js";
|
|
25
16
|
import {
|
|
26
17
|
cronRefreshSkills
|
|
27
18
|
} from "./chunk-RQ2TMLKG.js";
|
|
28
19
|
import {
|
|
29
20
|
cronSuggestInstructions
|
|
30
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-T76YQCKX.js";
|
|
31
22
|
import {
|
|
32
23
|
processAnnouncement
|
|
33
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-BCIUSUEV.js";
|
|
25
|
+
import {
|
|
26
|
+
processConversation
|
|
27
|
+
} from "./chunk-7DRLX3DN.js";
|
|
28
|
+
import {
|
|
29
|
+
processEval
|
|
30
|
+
} from "./chunk-OKCFYPIQ.js";
|
|
31
|
+
import {
|
|
32
|
+
processInsights
|
|
33
|
+
} from "./chunk-CCSR73HF.js";
|
|
34
34
|
import {
|
|
35
35
|
isPermanentJobError
|
|
36
36
|
} from "./chunk-DGHWRQXL.js";
|
|
@@ -267,4 +267,4 @@ export {
|
|
|
267
267
|
pollForWork,
|
|
268
268
|
runAgentLoop
|
|
269
269
|
};
|
|
270
|
-
//# sourceMappingURL=chunk-
|
|
270
|
+
//# sourceMappingURL=chunk-CXWY5XKD.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../packages/core/src/llm/recommend.ts", "../../../packages/core/src/changelog/parse.ts", "../../../packages/core/src/types/instruction.ts", "../../../packages/core/src/types/prompt.ts", "../../../packages/core/src/parser/frontmatter-parser.ts"],
|
|
4
|
+
"sourcesContent": ["import type { ProjectContext, InstructionCandidate, Recommendation } from './types.js';\n\nexport function buildRecommendationPrompt(project: ProjectContext, candidates: InstructionCandidate[]): string {\n const candidateList = candidates\n .map((c) => `- ID: ${c.id}\\n Name: ${c.name}\\n Description: ${c.description}\\n Tags: ${c.tags.join(', ')}\\n Preview: ${c.contentPreview}`)\n .join('\\n\\n');\n\n return `You are an expert at matching AI coding instructions to software projects.\n\n## Project\n- Name: ${project.name}\n- Description: ${project.description ?? 'No description'}\n- Languages: ${project.languages.join(', ') || 'Unknown'}\n- Topics: ${project.topics.join(', ') || 'None'}\n- Dependencies: ${project.dependencies.join(', ') || 'None'}\n\n## Available Instructions\n\n${candidateList}\n\n## Task\n\nAnalyze the project and recommend which instructions would be most useful. Consider:\n1. Language and framework alignment\n2. Project purpose and what standards/practices would help\n3. Security, testing, and quality needs based on the project type\n\nReturn your response as JSON in this exact format:\n{\n \"recommendations\": [\n { \"instructionId\": \"<id>\", \"score\": <0.0-1.0>, \"reason\": \"<one sentence explanation>\" }\n ]\n}\n\nOnly include instructions with a relevance score >= 0.5. Order by score descending. Return valid JSON only, no markdown fences.`;\n}\n\nexport function parseRecommendationResponse(response: string): Recommendation[] {\n try {\n // Try to extract JSON from the response (handle markdown fences if present)\n const jsonMatch = response.match(/\\{[\\s\\S]*\\}/);\n if (!jsonMatch) return [];\n\n const parsed = JSON.parse(jsonMatch[0]);\n if (!parsed.recommendations || !Array.isArray(parsed.recommendations)) return [];\n\n return parsed.recommendations.filter(\n (r: Record<string, unknown>) =>\n typeof r.instructionId === 'string' &&\n typeof r.score === 'number' &&\n typeof r.reason === 'string',\n ) as Recommendation[];\n } catch {\n return [];\n }\n}\n", "// Keep-a-Changelog parser. Pure function, no I/O.\n//\n// Grammar (the strict subset we accept):\n//\n// # Changelog\n// (any prose / front-matter before the first `## [` heading is ignored)\n//\n// ## [Unreleased]\n// ### Added\n// - item one\n// - item two\n//\n// ## [2026.06.05] - 2026-06-05\n// ### Added\n// - \u2026\n// ### Fixed\n// - \u2026\n//\n// Rules:\n// - Version headings MUST match `## [<version>]` with optional ` - <date>`.\n// - `[Unreleased]` is parsed but flagged so callers can skip it.\n// - Section headings MUST be `### <Name>` where Name is one of the\n// KNOWN_SECTIONS set. Unknown sections are dropped silently so a stray\n// `### Notes` doesn't end up in a customer email.\n// - List items are `- `-prefixed lines. Multi-line items (continuation\n// lines indented by 2+ spaces) are joined with a single space.\n// - Anything outside a recognized list is discarded.\n\nexport const KNOWN_SECTIONS = [\n 'Added',\n 'Changed',\n 'Fixed',\n 'Removed',\n 'Deprecated',\n 'Security',\n] as const;\n\nexport type SectionName = (typeof KNOWN_SECTIONS)[number];\n\nexport interface ChangelogEntry {\n /** Verbatim version string from the heading, e.g. \"2026.06.05\" or \"Unreleased\". */\n version: string;\n /** ISO date (YYYY-MM-DD) parsed from the heading. Null for Unreleased or when omitted. */\n date: string | null;\n /** True iff version === \"Unreleased\" (case-insensitive). */\n unreleased: boolean;\n /** Section name \u2192 list of items, preserving heading order. */\n sections: Partial<Record<SectionName, string[]>>;\n}\n\nexport interface ParsedChangelog {\n entries: ChangelogEntry[];\n}\n\nconst VERSION_HEADING = /^##\\s+\\[([^\\]]+)\\](?:\\s*[-\u2013]\\s*(\\d{4}-\\d{2}-\\d{2}))?\\s*$/;\nconst SECTION_HEADING = /^###\\s+(.+?)\\s*$/;\nconst LIST_ITEM = /^[-*]\\s+(.*\\S)\\s*$/;\nconst CONTINUATION = /^ {2,}(\\S.*)$/;\n\nexport function parseChangelog(markdown: string): ParsedChangelog {\n const lines = markdown.split(/\\r?\\n/);\n const entries: ChangelogEntry[] = [];\n let current: ChangelogEntry | null = null;\n let currentSection: SectionName | null = null;\n let lastItems: string[] | null = null;\n\n for (const raw of lines) {\n const versionMatch = raw.match(VERSION_HEADING);\n if (versionMatch) {\n if (current) entries.push(current);\n const version = versionMatch[1].trim();\n current = {\n version,\n date: versionMatch[2] ?? null,\n unreleased: version.toLowerCase() === 'unreleased',\n sections: {},\n };\n currentSection = null;\n lastItems = null;\n continue;\n }\n\n if (!current) continue;\n\n const sectionMatch = raw.match(SECTION_HEADING);\n if (sectionMatch) {\n const name = sectionMatch[1].trim();\n if ((KNOWN_SECTIONS as readonly string[]).includes(name)) {\n currentSection = name as SectionName;\n if (!current.sections[currentSection]) {\n current.sections[currentSection] = [];\n }\n lastItems = current.sections[currentSection]!;\n } else {\n currentSection = null;\n lastItems = null;\n }\n continue;\n }\n\n if (!currentSection || !lastItems) continue;\n\n const itemMatch = raw.match(LIST_ITEM);\n if (itemMatch) {\n lastItems.push(itemMatch[1]);\n continue;\n }\n\n const contMatch = raw.match(CONTINUATION);\n if (contMatch && lastItems.length > 0) {\n lastItems[lastItems.length - 1] += ' ' + contMatch[1].trim();\n continue;\n }\n\n // Blank line or unrelated content \u2014 terminates continuation for the\n // previous item but doesn't close the section.\n }\n\n if (current) entries.push(current);\n return { entries };\n}\n\n/**\n * Filter to entries worth announcing: skip `[Unreleased]` and any entry\n * whose sections are all empty. Caller does dedup against the DB.\n */\nexport function announceableEntries(parsed: ParsedChangelog): ChangelogEntry[] {\n return parsed.entries.filter((e) => {\n if (e.unreleased) return false;\n return Object.values(e.sections).some((items) => items && items.length > 0);\n });\n}\n", "import { z } from 'zod';\n\nexport const INSTRUCTION_SCOPES = ['org', 'team', 'project', 'personal'] as const;\nexport type InstructionScope = (typeof INSTRUCTION_SCOPES)[number];\n\nexport const instructionFrontmatterSchema = z.object({\n name: z.string().min(1),\n description: z.string().min(1),\n type: z.literal('instruction').default('instruction'),\n scope: z.enum(INSTRUCTION_SCOPES),\n version: z.string().min(1),\n tags: z.array(z.string()).optional(),\n compatibility: z.array(z.string()).optional(),\n slots: z.record(z.string(), z.string()).optional(),\n metadata: z.record(z.string(), z.unknown()).optional(),\n});\n\nexport type InstructionFrontmatter = z.infer<typeof instructionFrontmatterSchema>;\n\nexport interface Instruction {\n id: string;\n name: string;\n description: string;\n type: 'instruction';\n scope: InstructionScope;\n scopeRef: string | null;\n version: string;\n content: string;\n frontmatter: InstructionFrontmatter;\n slots: Record<string, string> | null;\n tags: string[];\n compatibility: string[];\n createdBy: string;\n createdAt: Date;\n updatedAt: Date;\n archived: boolean;\n}\n\nexport interface CreateInstructionInput {\n name: string;\n description: string;\n scope: InstructionScope;\n scopeRef?: string;\n version: string;\n content: string;\n tags?: string[];\n compatibility?: string[];\n}\n", "import { z } from 'zod';\n\nexport const promptFrontmatterSchema = z.object({\n name: z.string().min(1),\n description: z.string().min(1),\n type: z.literal('prompt'),\n version: z.string().min(1),\n tags: z.array(z.string()).optional(),\n variables: z.array(z.string()).optional(),\n metadata: z.record(z.string(), z.unknown()).optional(),\n});\n\nexport type PromptFrontmatter = z.infer<typeof promptFrontmatterSchema>;\n\nexport interface Prompt {\n id: string;\n name: string;\n description: string;\n type: 'prompt';\n version: string;\n content: string;\n frontmatter: PromptFrontmatter;\n variables: string[];\n tags: string[];\n createdBy: string;\n createdAt: Date;\n updatedAt: Date;\n}\n", "import matter from 'gray-matter';\nimport { z } from 'zod';\nimport { instructionFrontmatterSchema, type InstructionFrontmatter } from '../types/instruction.js';\nimport { promptFrontmatterSchema, type PromptFrontmatter } from '../types/prompt.js';\n\nexport interface ParsedInstruction {\n frontmatter: InstructionFrontmatter;\n content: string;\n slots: Record<string, string> | null;\n}\n\nexport interface ParsedPrompt {\n frontmatter: PromptFrontmatter;\n content: string;\n}\n\nexport type ParseResult =\n | { type: 'instruction'; data: ParsedInstruction }\n | { type: 'prompt'; data: ParsedPrompt };\n\nconst typeDetectorSchema = z.object({\n type: z.enum(['instruction', 'prompt']),\n});\n\nexport function parseInstruction(raw: string): ParsedInstruction {\n const { data, content } = matter(raw);\n const frontmatter = instructionFrontmatterSchema.parse(data);\n const slots = frontmatter.slots ?? null;\n\n return {\n frontmatter,\n content: content.trim(),\n slots,\n };\n}\n\nexport function parsePrompt(raw: string): ParsedPrompt {\n const { data, content } = matter(raw);\n const frontmatter = promptFrontmatterSchema.parse(data);\n\n return {\n frontmatter,\n content: content.trim(),\n };\n}\n\nexport function parse(raw: string): ParseResult {\n const { data } = matter(raw);\n const { type } = typeDetectorSchema.parse(data);\n\n if (type === 'instruction') {\n return { type: 'instruction', data: parseInstruction(raw) };\n }\n\n return { type: 'prompt', data: parsePrompt(raw) };\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["z", "z", "z"]
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ClaudeCodeAdapter,
|
|
3
3
|
discoverAllSessions
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-F5N6CLJJ.js";
|
|
5
5
|
|
|
6
6
|
// src/dashboard/data.ts
|
|
7
7
|
import * as fs from "node:fs";
|
|
@@ -118,4 +118,4 @@ export {
|
|
|
118
118
|
loadApiInsights,
|
|
119
119
|
loadLinkedInstructions
|
|
120
120
|
};
|
|
121
|
-
//# sourceMappingURL=chunk-
|
|
121
|
+
//# sourceMappingURL=chunk-ER5DPPHB.js.map
|