Loading module
Resolving locale, route permissions, and workspace projection.
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 90_stabilization | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: Unspecified
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary հարթակը սկզբնապես ստեղծված է վրացերենով։ Երբ վրացերեն տարբերակ կա, վրացերենն է գերակա հարթակի UI-ի, փաստաթղթերի և իրավական մեկնաբանության համար։
Այլ լեզուներով թարգմանությունները տրամադրվում են հարմարության համար։ Որոշ գրառումներ կարող են ստեղծվել այլ լեզուներով և ունենալ սեփական source կամ legal locale տվյալ հոսքի համար, բայց երբ վրացերեն տարբերակ հասանելի է, հարթակի մակարդակի ձևակերպումների և մեկնաբանության համար գերակա է վրացերեն տարբերակը։
Metadata incomplete: 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