@codeyam/codeyam-cli 0.1.0-staging.eb21b2f → 0.1.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/analyzer-template/.build-info.json +4 -4
- package/analyzer-template/log.txt +3 -3
- package/codeyam-cli/src/commands/memory.js +20 -63
- package/codeyam-cli/src/commands/memory.js.map +1 -1
- package/codeyam-cli/src/utils/__tests__/npmVersionCheck.test.js +20 -20
- package/codeyam-cli/src/utils/__tests__/npmVersionCheck.test.js.map +1 -1
- package/codeyam-cli/src/utils/npmVersionCheck.js +2 -2
- package/codeyam-cli/src/utils/npmVersionCheck.js.map +1 -1
- package/codeyam-cli/src/utils/ruleReflection/__tests__/promptBuilder.test.js +1 -2
- package/codeyam-cli/src/utils/ruleReflection/__tests__/promptBuilder.test.js.map +1 -1
- package/codeyam-cli/src/utils/ruleReflection/contextBuilder.js +1 -1
- package/codeyam-cli/src/utils/ruleReflection/contextBuilder.js.map +1 -1
- package/codeyam-cli/src/utils/versionInfo.js +0 -25
- package/codeyam-cli/src/utils/versionInfo.js.map +1 -1
- package/codeyam-cli/src/webserver/build/server/assets/{index-CXfuiwt3.js → index-CxaRxKVt.js} +1 -1
- package/codeyam-cli/src/webserver/build/server/assets/{server-build-BSvme_Ao.js → server-build-D4DT0nM_.js} +46 -46
- package/codeyam-cli/src/webserver/build/server/index.js +1 -1
- package/codeyam-cli/src/webserver/build-info.json +3 -3
- package/codeyam-cli/templates/rule-reflection-hook.py +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Y as H,Z as I,M as J,N as K,W as L,O as _,R as $,T as rr,V as tr,U as or,X as ir,Q as pr}from"./assets/server-build-
|
|
1
|
+
import{Y as H,Z as I,M as J,N as K,W as L,O as _,R as $,T as rr,V as tr,U as or,X as ir,Q as pr}from"./assets/server-build-D4DT0nM_.js";import"react/jsx-runtime";import"node:stream";import"@react-router/node";import"react-router";import"isbot";import"react-dom/server";import"react";import"lucide-react";import"fetch-retry";import"better-sqlite3";import"pg";import"fs";import"path";import"kysely";import"kysely/helpers/sqlite";import"kysely/helpers/postgres";import"typescript";import"fs/promises";import"os";import"prompts";import"chalk";import"crypto";import"child_process";import"url";import"util";import"dotenv";import"events";import"uuid";import"openai";import"p-queue";import"p-retry";import"@aws-sdk/client-dynamodb";import"lru-cache";import"pluralize";import"piscina";import"json5";import"@aws-sdk/util-dynamodb";import"v8";import"react-syntax-highlighter";import"react-syntax-highlighter/dist/cjs/styles/prism/index.js";import"node:crypto";import"minimatch";import"react-markdown";import"remark-gfm";import"react-diff-viewer-continued";export{H as allowedActionOrigins,I as assets,J as assetsBuildDirectory,K as basename,L as entry,_ as future,$ as isSpaMode,rr as prerender,tr as publicPath,or as routeDiscovery,ir as routes,pr as ssr};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"buildTimestamp": "2026-02-
|
|
3
|
-
"buildTime":
|
|
2
|
+
"buildTimestamp": "2026-02-13T23:07:55.296Z",
|
|
3
|
+
"buildTime": 1771024075296,
|
|
4
4
|
"buildNumber": 645,
|
|
5
5
|
"semanticVersion": "0.1.645",
|
|
6
|
-
"version": "0.1.645 (2026-02-
|
|
6
|
+
"version": "0.1.645 (2026-02-13T23:07)"
|
|
7
7
|
}
|
|
@@ -313,7 +313,7 @@ def build_stale_rules_context(stale_rules):
|
|
|
313
313
|
parts.append("For each rule, review the rule content and the diff of changes, then:")
|
|
314
314
|
parts.append("1. Determine if the rule content needs updating based on the code changes")
|
|
315
315
|
parts.append("2. Update the rule if needed")
|
|
316
|
-
parts.append("3.
|
|
316
|
+
parts.append("3. ALWAYS run `codeyam memory touch` to mark rules as audited\n")
|
|
317
317
|
|
|
318
318
|
for rule in stale_rules:
|
|
319
319
|
parts.append(f"### {rule['name']}")
|