Skip to content

docs(architecture): publish canonical Forkara architecture #217

docs(architecture): publish canonical Forkara architecture

docs(architecture): publish canonical Forkara architecture #217

Triggered via pull request September 2, 2026 06:01
Status Success
Total duration 24m 59s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
24m 55s
Format, Lint, Typecheck, Test, Browser Test, Build
Windows Process Regression
4m 6s
Windows Process Regression
Migration Lineage
12s
Migration Lineage
Release Smoke
18s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
oxc(no-map-spread): apps/server/src/agentGateway/threadDiagnosticTools.ts#L302
Spreading to modify object properties in `map` calls is inefficient
oxc(no-map-spread): apps/server/src/agentGateway/threadDiagnosticTools.ts#L108
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(no-array-reverse): apps/server/src/agentGateway/threadDiagnosticTools.ts#L450
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint-plugin-unicorn(no-array-reverse): apps/server/src/agentGateway/threadDiagnosticTools.ts#L437
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint-plugin-unicorn(no-array-reverse): apps/server/src/agentGateway/threadDiagnosticTools.ts#L313
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint-plugin-unicorn(no-array-reverse): apps/server/src/agentGateway/threadDiagnosticTools.ts#L118
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint(no-unused-vars): apps/server/src/agentGateway/threadDiagnosticTools.ts#L354
Parameter 'context' is declared but never used. Unused parameters should start with a '_'.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/storeNormalization.test.ts#L182
Function `byIdOf` does not capture any variables from its parent scope
eslint-plugin-unicorn(no-array-reverse): apps/server/src/agentGateway/startupRecovery.ts#L106
Use `Array#toReversed()` instead of `Array#reverse()`.
eslint-plugin-unicorn(no-array-reverse): apps/server/src/agentGateway/startupRecovery.ts#L70
Use `Array#toReversed()` instead of `Array#reverse()`.