Memory Layer Strict-Safe Rerun Report
- Date: 2026-03-06
Resolving locale, route permissions, and workspace projection.
النطاق الحالي: ضيف
الفئة: 90_stabilization | الإصدار: v1.0.0
المالك: DOCUMENT_CUSTODIAN | دورة المراجعة: 90 يومًا
جهة الاعتماد: غير محدد
بوابة الوثائق للقراءة فقط. نقاط نهاية التعديل والتغيير معطلة.
منصة Kvary أُنشئت أصلًا باللغة الجورجية. وحيثما تتوفر نسخة جورجية، تبقى الجورجية هي اللغة المعتمدة لواجهة المنصة والوثائق والتفسير القانوني.
تُوفَّر الترجمات إلى اللغات الأخرى لسهولة الاستخدام فقط. وقد تنشأ بعض السجلات بلغات أخرى وتحمل لغة مصدر أو لغة قانونية خاصة بذلك المسار، ولكن حيثما تتوفر نسخة جورجية تكون الأولوية للنسخة الجورجية في صياغة المنصة وتفسيرها.
البيانات الوصفية غير مكتملة: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
packages/memory-layerdist/ via npm --prefix packages/memory-layer run build.js siblings are compiled duplicates and no live repo code still depends on them.packages/memory-layer build passes to dist.packages/memory-layer/src/*.js or @kvary/memory-layer/src/* imports outside config aliases to source .ts.apps/web still maps @kvary/memory-layer to source .ts files, but not to source .js files.packages/memory-layer/src contains no internal .js import specifiers, so source-TS consumers do not require sibling source .js files.dist/index.js.| TS file | JS file | Classification | Why | Delta |
|---|---|---|---|---|
| packages/memory-layer/src/config.ts | packages/memory-layer/src/config.js | STRICT_SAFE_NOW | sibling .ts exists; dist build is in place; no live repo consumer references the source .js; no raw filesystem reads remain; source .ts graph has no .js specifiers. | was MANUAL_VERIFY; now cleared by dist build + consumer rescan. |
| packages/memory-layer/src/db.ts | packages/memory-layer/src/db.js | STRICT_SAFE_NOW | sibling .ts exists; dist build is in place; no live repo consumer references the source .js; no raw filesystem reads remain; source .ts graph has no .js specifiers. | was MANUAL_VERIFY; now cleared by dist build + consumer rescan. |
| packages/memory-layer/src/index.ts | packages/memory-layer/src/index.js | STRICT_SAFE_NOW | sibling .ts exists; dist build is in place; no live repo consumer references the source .js; no raw filesystem reads remain; source .ts graph has no .js specifiers. | was MANUAL_VERIFY; now cleared by dist build + consumer rescan. |
| packages/memory-layer/src/repository.ts | packages/memory-layer/src/repository.js | STRICT_SAFE_NOW | sibling .ts exists; dist build is in place; no live repo consumer references the source .js; no raw filesystem reads remain; source .ts graph has no .js specifiers. | was MANUAL_VERIFY; now cleared by dist build + consumer rescan. |
| packages/memory-layer/src/schema.ts | packages/memory-layer/src/schema.js | STRICT_SAFE_NOW | sibling .ts exists; dist build is in place; no live repo consumer references the source .js; no raw filesystem reads remain; source .ts graph has no .js specifiers. | was MANUAL_VERIFY; now cleared by dist build + consumer rescan. |
| packages/memory-layer/src/types.ts | packages/memory-layer/src/types.js | STRICT_SAFE_NOW | sibling .ts exists; dist build is in place; no live repo consumer references the source .js; no raw filesystem reads remain; source .ts graph has no .js specifiers. | was MANUAL_VERIFY; now cleared by dist build + consumer rescan. |
apps/web/tsconfig.json still maps @kvary/memory-layer to ../../packages/memory-layer/src/index.ts and src/*.apps/web/next.config.js still aliases @kvary/memory-layer to the package root..js deletion because they resolve source .ts / package root, not source .js.packages/memory-layer/package.json still exposes ./src/* for compatibility; repo scan found no current consumers of that export.STRICT_SAFE_NOW: 6STILL_MANUAL_VERIFY: 0TEST_ONLY_SAFE: 0BLOCKED_BY_RUNTIME_USAGE: 0BLOCKED_BY_FILESYSTEM_SEMANTICS: 0