Skip to content

refactor and fixing mono repos - #1346

Closed
JayGhiya wants to merge 1319 commits into
devfrom
new-schema
Closed

refactor and fixing mono repos#1346
JayGhiya wants to merge 1319 commits into
devfrom
new-schema

Conversation

@JayGhiya

@JayGhiya JayGhiya commented Apr 8, 2026

Copy link
Copy Markdown
Member

No description provided.

JayGhiya and others added 30 commits February 20, 2026 12:54
Update codebase artifacts (run 4bfec92b)
fix(optimise-framework-schema): move framework feature fields to JSON…
fix(optimise-framework-schema): switch ingestion and query paths to J…
feat(better-navigation-structure): add language-first DIDS catalog hi…
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(links): link logo and globe icon to main website unoplat.io
…erence

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(irrelevant-link): remove FastAPI Catalog link from DIDS quick ref…
…-file

docs(agents): split dependency guides into dedicated overview files
…ript

fix(typescript): add concept enum in schema to support more typescript
JayGhiya and others added 27 commits March 27, 2026 18:43
…nize into typescript/ namespace

Introduce monorepo and standalone detection adapters with workspace
discovery utilities for Turbo, Nx, pnpm, yarn, and npm workspaces.
Consolidate package_json_strategy and manifest loader under typescript/.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…aces

Update strategy registry, parser, activities, detection utilities, dependency
injection, router mappers, settings, and main entry point to import from the
new python/, typescript/, and shared/ namespaces.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Delete old detectors/, pip/, poetry/, uv/, and utils/ directories whose
code has been moved to the new python/, typescript/, and shared/ namespaces.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ule layout

Fix import paths in existing strategy tests, expand TypeScript detection
tests with test support infrastructure, relocate node/ tests and fixtures
to typescript/, and remove the large turbo_monorepo test fixture.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Switch commons dependency to local path for development, add network
test marker, update business logic references for new module paths,
and refresh lockfile.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…e reorganization

Delete the source files from detectors/, node/, pip/, utils/, and uv/
whose contents were moved to shared/, python/, and typescript/ namespaces.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ngine models and services

Add workspace provenance and root fields to RepositoryRulesetMetadata,
update repository metadata service and engineering workflow service to
load and expose the new monorepo-aware detection fields.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…reorganization

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…-detector hierarchy

Evolve DIDS from flat feature definitions to a 3-layer capability → operation → detector
model, enabling architecture-level grouping of framework signatures.
…ierarchy

Update the schema contribution guide to document the 3-layer
capability → operation → detector model, grouping rules, and updated
examples and troubleshooting.
…I definition

Include fastapi.routing.APIRouter alongside fastapi.APIRouter for both
http_endpoint and router_include features to fix incomplete detection.
Add explicit DocsPageLoaderData interface to route loader, track
routeTree.gen.ts, and run sync:framework-definitions before typechecking.
Add task-24 family for architecture-level capability grouping, task-25
for docs build fixes, and doc-2 for Firebase TypeScript SDK discovery.
…ty-operation hierarchy

- Upgrade schema.json from v3 to v4: replace flat 'features' with
  'capabilities' → 'operations' hierarchy
- Add capabilityFamilyEnum constraining allowed capability keys
  (http_endpoint, relational_database, llm_inference, etc.)
- Migrate all Python definitions (fastapi, celery, fastmcp, litellm,
  pydantic, sqlalchemy, sqlmodel) to capability-operation structure
- Migrate all TypeScript definitions (nextjs, litellm, swr, zustand)
  to capability-operation structure
- Update README.md with v4 format docs and key concepts
…d FrameworkFeaturePayload

- Add capability_key and operation_key optional fields to FeatureSpec
- Add capability_key, operation_key, notes, and docs_url fields to
  FrameworkFeaturePayload
- Change FrameworkFeaturePayload.model_config from extra='allow' to
  extra='forbid' for stricter validation
- Fix import ordering in __init__.py files (alphabetical)
…re keys during ingestion

- Update framework_loader to iterate capabilities→operations and
  produce composite 'capability.operation' feature keys
- Inject capability_key and operation_key into each feature_definition
  payload before persistence
- Update framework_query_service to extract capability_key and
  operation_key from feature_definition when building FeatureSpec
…ion keys

- Refactor test_framework_definitions_ingestion for capability.operation
  composite keys across all Python and TypeScript definitions
- Update test_framework_detection_with_postgres expected feature keys
- Update test_framework_detection_language_processor assertions
- Update test_framework_detection_tree_sitter expected keys and fixtures
- Update test_framework_loader test data for v4 capabilities structure
- Update test_nextjs_extraction for TypeScript operation keys
- Add new test_framework_query_service for capability/operation extraction
…progress

- Update task-24 description to reflect v4 adoption status
- Update task-24.1, task-24.2, task-24.3 status
- Add task-24.4 tree (24.4.1–24.4.5.3) for operation-key migration
- Add task-26 for v4 capability taxonomy alignment
- Add engineering workflow section with MCP tool launch commands
- Add CI testing commands (act) for local GitHub Actions runs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…nd agent definitions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ll imports

- Move activities into codebase_workflow_run/ and repository_workflow_run/ subpackages
- Extract workflows into dedicated package with typed runners
- Slim temporal_agents.py to registry facade delegating to agent_assembly
- Remove search-mode branching from code_confluence_agents.py
- Update imports in worker manager, workflow service, and interceptor
- Delete old flat activity files and temporal_workflows.py

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ackage structure

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 269 files, which is 119 over the limit of 150.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 757f7f62-0e62-4e13-97e8-75825fa926d8

📥 Commits

Reviewing files that changed from the base of the PR and between 323faf9 and 119ec79.

⛔ Files ignored due to path filters (31)
  • code-confluence/Unoplat.svg is excluded by !**/*.svg
  • code-confluence/static/automatic_code_base_detection.png is excluded by !**/*.png
  • code-confluence/static/codebase_automatic_detected.png is excluded by !**/*.png
  • code-confluence/static/developer_mode.png is excluded by !**/*.png
  • code-confluence/static/img/Unoplat_Logo.svg is excluded by !**/*.svg
  • code-confluence/static/img/android-chrome-192x192.png is excluded by !**/*.png
  • code-confluence/static/img/android-chrome-512x512.png is excluded by !**/*.png
  • code-confluence/static/img/apple-touch-icon.png is excluded by !**/*.png
  • code-confluence/static/img/arch_chapi_tree_sitter.svg is excluded by !**/*.svg
  • code-confluence/static/img/automatic_documentation.svg is excluded by !**/*.svg
  • code-confluence/static/img/code_confluence_logo.svg is excluded by !**/*.svg
  • code-confluence/static/img/confluence_logo.svg is excluded by !**/*.svg
  • code-confluence/static/img/doc.png is excluded by !**/*.png
  • code-confluence/static/img/documentation.png is excluded by !**/*.png
  • code-confluence/static/img/documentation.svg is excluded by !**/*.svg
  • code-confluence/static/img/favicon-16x16.png is excluded by !**/*.png
  • code-confluence/static/img/favicon-32x32.png is excluded by !**/*.png
  • code-confluence/static/img/favicon.ico is excluded by !**/*.ico
  • code-confluence/static/img/integration_tooling.svg is excluded by !**/*.svg
  • code-confluence/static/img/roadmap.svg is excluded by !**/*.svg
  • code-confluence/static/img/unoplat_logo.png is excluded by !**/*.png
  • code-confluence/static/img/vision.svg is excluded by !**/*.svg
  • code-confluence/static/ingested_jobs_management.png is excluded by !**/*.png
  • code-confluence/static/new_github_token.png is excluded by !**/*.png
  • code-confluence/static/repository_actions.jpeg is excluded by !**/*.jpeg
  • code-confluence/static/repository_ingest_action.jpeg is excluded by !**/*.jpeg
  • code-confluence/static/repository_search.png is excluded by !**/*.png
  • code-confluence/static/unoplat_icon.png is excluded by !**/*.png
  • code-confluence/yarn.lock is excluded by !**/yarn.lock, !**/*.lock
  • images/problem-statement.png is excluded by !**/*.png
  • unoplat-code-confluence-commons/poetry.lock is excluded by !**/*.lock
📒 Files selected for processing (269)
  • .agent/skills/frontend-design
  • .agent/skills/web-design-guidelines
  • .agents/skills/adapt/SKILL.md
  • .agents/skills/animate/SKILL.md
  • .agents/skills/audit/SKILL.md
  • .agents/skills/bolder/SKILL.md
  • .agents/skills/clarify/SKILL.md
  • .agents/skills/colorize/SKILL.md
  • .agents/skills/critique/SKILL.md
  • .agents/skills/delight/SKILL.md
  • .agents/skills/distill/SKILL.md
  • .agents/skills/extract/SKILL.md
  • .agents/skills/frontend-design/LICENSE.txt
  • .agents/skills/frontend-design/SKILL.md
  • .agents/skills/harden/SKILL.md
  • .agents/skills/mermaid-diagrams/README.md
  • .agents/skills/mermaid-diagrams/SKILL.md
  • .agents/skills/mermaid-diagrams/references/advanced-features.md
  • .agents/skills/mermaid-diagrams/references/architecture-diagrams.md
  • .agents/skills/mermaid-diagrams/references/c4-diagrams.md
  • .agents/skills/mermaid-diagrams/references/class-diagrams.md
  • .agents/skills/mermaid-diagrams/references/erd-diagrams.md
  • .agents/skills/mermaid-diagrams/references/flowcharts.md
  • .agents/skills/mermaid-diagrams/references/sequence-diagrams.md
  • .agents/skills/normalize/SKILL.md
  • .agents/skills/onboard/SKILL.md
  • .agents/skills/optimize/SKILL.md
  • .agents/skills/polish/SKILL.md
  • .agents/skills/python-design-patterns/SKILL.md
  • .agents/skills/quieter/SKILL.md
  • .agents/skills/react-useeffect/SKILL.md
  • .agents/skills/react-useeffect/alternatives.md
  • .agents/skills/react-useeffect/anti-patterns.md
  • .agents/skills/seo-audit/SKILL.md
  • .agents/skills/seo-audit/references/aeo-geo-patterns.md
  • .agents/skills/seo-audit/references/ai-writing-detection.md
  • .agents/skills/shadcn-ui/SKILL.md
  • .agents/skills/shadcn-ui/learn.md
  • .agents/skills/shadcn-ui/official-ui-reference.md
  • .agents/skills/shadcn-ui/reference.md
  • .agents/skills/shadcn-ui/ui-reference.md
  • .agents/skills/tailwind-design-system/SKILL.md
  • .agents/skills/teach-impeccable/SKILL.md
  • .agents/skills/web-design-guidelines/SKILL.md
  • .claude/skills/adapt
  • .claude/skills/animate
  • .claude/skills/audit
  • .claude/skills/bolder
  • .claude/skills/clarify
  • .claude/skills/colorize
  • .claude/skills/critique
  • .claude/skills/delight
  • .claude/skills/distill
  • .claude/skills/extract
  • .claude/skills/frontend-design
  • .claude/skills/harden
  • .claude/skills/mermaid-diagrams
  • .claude/skills/normalize
  • .claude/skills/onboard
  • .claude/skills/optimize
  • .claude/skills/polish
  • .claude/skills/python-design-patterns
  • .claude/skills/quieter
  • .claude/skills/react-useeffect
  • .claude/skills/seo-audit
  • .claude/skills/shadcn-ui
  • .claude/skills/tailwind-design-system
  • .claude/skills/teach-impeccable
  • .claude/skills/web-design-guidelines
  • .codex/skills/frontend-design
  • .codex/skills/shadcn-ui
  • .codex/skills/web-design-guidelines
  • .gemini/skills/frontend-design
  • .gemini/skills/shadcn-ui
  • .gemini/skills/web-design-guidelines
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/framework_request.yml
  • .github/configuration/release-please-app-config.json
  • .github/configuration/release-please-app-manifest.json
  • .github/configuration/release-please-config.json
  • .github/configuration/release-please-manifest.json
  • .github/workflows/README.md
  • .github/workflows/claude-code-review.yml
  • .github/workflows/claude.yml
  • .github/workflows/discord-release-notification.yaml
  • .github/workflows/docs_deploy.yaml
  • .github/workflows/docusaurus_build.yaml
  • .github/workflows/frontend_version_test.yaml
  • .github/workflows/promote_app_release.yaml
  • .github/workflows/publish_release_management.yaml
  • .github/workflows/python_build.yaml
  • .gitignore
  • .kiro/specs/context-engine/.config.kiro
  • .kiro/specs/context-engine/design.md
  • .kiro/specs/context-engine/requirements.md
  • .opencode/skills/frontend-design
  • .opencode/skills/shadcn-ui
  • .opencode/skills/web-design-guidelines
  • .superset/config.json
  • AGENTS.md
  • APP_CHANGELOG.md
  • CLAUDE.md
  • GEMINI.md
  • LICENSE
  • README.md
  • Taskfile.yml
  • backlog/archive/tasks/task-16.2 - Separate-repository-config-and-status-APIs-from-app-bootstrap.md
  • backlog/archive/tasks/task-16.6 - Deliver-alpha-backend-detection-preview-and-saved-config-ingestion-flow.md
  • backlog/archive/tasks/task-16.8 - Implement-frontend-reviewable-codebase-config-ingestion-flow.md
  • backlog/archive/tasks/task-16.9.1 - Ingestion-preserve-TypeScript-monorepo-metadata-through-detection-and-persistence.md
  • backlog/archive/tasks/task-16.9.2 - Workflow-generation-make-Turbo-and-Nx-engineering-workflows-workspace-aware.md
  • backlog/archive/tasks/task-16.9.3 - Ingestion-propagate-monorepo-metadata-through-child-workflows-and-package-metadata-ingestion.md
  • backlog/archive/tasks/task-16.9.4 - Validation-add-monorepo-regressions-observability-and-stale-metadata-recovery.md
  • backlog/archive/tasks/task-16.9.5 - Query-engine-metadata-use-authoritative-monorepo-fields-and-add-consistency-guards.md
  • backlog/archive/tasks/task-4.2 - Frontend-Extend-Electric-SQL-Zod-schema-update-CALL↔RESULT-pairing-to-use-tool_call_id.md
  • backlog/archive/tasks/task-4.3 - Frontend-Flow-1-accordion-redesign-AgentEventItem-Flow-2-detail-modal-ToolDetailModal-cleanup.md
  • backlog/completed/task-1 - Fix-AGENTS_GENERATION-Exception-Handling-Propagate-Errors-to-Interceptor.md
  • backlog/completed/task-16.5 - Separate-provider-discovery-and-credential-APIs-from-ingestion-routes.md
  • backlog/completed/task-2 - Fix-regression-package_manager-and-programming_language-always-unknown.md
  • backlog/completed/task-22 - Consolidate-alpha-beta-badges-into-single-sidebar-ALPHA-badge.md
  • backlog/completed/task-22.1 - Add-ALPHA-badge-to-AppSidebar.tsx-SidebarHeader.md
  • backlog/completed/task-22.2 - Remove-StatusBadge-from-ingested-repositories-data-table-columns.tsx.md
  • backlog/completed/task-22.3 - Remove-StatusBadge-from-RefreshRepositoryDialog.tsx.md
  • backlog/completed/task-22.4 - Remove-StatusBadge-from-DeleteRepositoryDialog.tsx.md
  • backlog/completed/task-22.5 - Delete-StatusBadge.tsx-component.md
  • backlog/completed/task-22.6 - Run-typecheck-lint-and-format-on-all-modified-files.md
  • backlog/completed/task-23.4 - Retire-legacy-layout-seams-and-finish-symmetry-between-Python-and-TypeScript-rules-loading.md
  • backlog/completed/task-3.3 - Expand-low-confidence-CallExpression-validator-workflow-to-Python-TypeScript-JavaScript-codebases.md
  • backlog/completed/task-4 - Fix-AgentMd-business_logic_domain-field-not-rendering-in-markdown-preview.md
  • backlog/config.yml
  • backlog/docs/doc-1 - Detection-and-package-manager-namespace-reorganization-plan.md
  • backlog/docs/doc-2 - Firebase-TypeScript-SDK-Feature-Discovery.md
  • backlog/tasks/agent-1 - Move-dependency-overview-to-separate-markdown-artifact-and-update-section-updater-behavior.md
  • backlog/tasks/agent-2 - Apply-dependency-overview-split-to-remaining-repositories-frontend-docs-commons.md
  • backlog/tasks/task-1 - Implement-TypeScript-schema-extension-with-FunctionDefinition-export-name-filtering.md
  • backlog/tasks/task-1.1 - Add-CallExpression-confidence-fields-to-schema-ingestion-docs-contracts-no-validator-integration.md
  • backlog/tasks/task-1.2 - Integrate-low-confidence-CallExpression-validator-agent-into-query-engine-workflow.md
  • backlog/tasks/task-1.2.1 - Fix-low-confidence-validation-regressions-in-candidate-hydration-and-mapper-gating.md
  • backlog/tasks/task-1.3 - Expand-Next.js-app-interface-detection-to-exported-const-route-handlers-and-TSX-route-files.md
  • backlog/tasks/task-10 - Re-architect-agent-events-for-scalable-history-and-virtualized-viewing.md
  • backlog/tasks/task-10.1 - Backend-persist-agent-events-in-normalized-history-for-Electric-backed-frontend-sync.md
  • backlog/tasks/task-10.2 - Frontend-replace-agent-events-accordion-body-with-a-virtualized-flat-timeline.md
  • backlog/tasks/task-10.3 - Frontend-sync-agent-event-history-through-Electric-collection-and-merge-with-live-updates.md
  • backlog/tasks/task-11 - Surface-agent-failures-in-UI-via-error-events.md
  • backlog/tasks/task-11.1 - Backend-Emit-phase-error-events-when-agents-fail.md
  • backlog/tasks/task-11.2 - Frontend-Display-error-status-for-failed-agent-groups.md
  • backlog/tasks/task-12 - Add-cancel-action-for-agent-workflows-in-Operations-Management.md
  • backlog/tasks/task-12.1 - Prevent-duplicate-AGENTS.md-run-starts-for-same-repository.md
  • backlog/tasks/task-13 - Prevent-duplicate-repository-submission-from-onboarding-and-direct-users-to-Repository-Operations.md
  • backlog/tasks/task-14 - Proactively-disable-already-ingested-repos-in-onboarding-picker.md
  • backlog/tasks/task-15 - Add-reviewable-codebase-detection-for-ingestion-and-monorepos.md
  • backlog/tasks/task-15 - Keep-AGENTS.md-sections-pointer-only-when-companion-artifacts-exist.md
  • backlog/tasks/task-16 - Add-reviewable-codebase-detection-for-ingestion-and-monorepos.md
  • backlog/tasks/task-16.1 - Validate-the-end-to-end-TASK-16-alpha-flow.md
  • backlog/tasks/task-16.2 - Implement-frontend-reviewable-codebase-config-ingestion-flow.md
  • backlog/tasks/task-16.3 - Separate-shared-backend-runtime-concerns-from-route-handlers.md
  • backlog/tasks/task-16.4 - Separate-repository-config-and-status-APIs-from-app-bootstrap.md
  • backlog/tasks/task-16.7 - Improve-TypeScript-workspace-detection-for-alpha-codebase-config.md
  • backlog/tasks/task-16.8 - Harden-TypeScript-workspace-detection-edge-cases-after-TASK-16.7.md
  • backlog/tasks/task-16.9 - Preserve-package-manager-provenance-and-workflow-roots-for-mixed-manager-TypeScript-monorepos.md
  • backlog/tasks/task-16.9.1 - Reframe-TypeScript-monorepo-detection-around-workspace-ownership-and-CLI-assisted-project-discovery.md
  • backlog/tasks/task-16.9.2 - Propagate-TypeScript-monorepo-metadata-through-ingestion-workflow-handoff.md
  • backlog/tasks/task-16.9.3 - Make-query-engine-monorepo-metadata-loading-authoritative-and-self-consistent.md
  • backlog/tasks/task-16.9.4 - Generate-Turbo-and-Nx-workflows-from-authoritative-workspace-metadata.md
  • backlog/tasks/task-17 - Deliver-alpha-backend-detection-preview-and-saved-config-ingestion-flow.md
  • backlog/tasks/task-18 - Validate-raw_metadata-language-in-ProgrammingLanguageMetadata-mapper.md
  • backlog/tasks/task-19 - Stop-leaking-internal-exception-details-in-operations-router-HTTP-responses.md
  • backlog/tasks/task-2 - Remaining-fixes-for-typescript-detection.md
  • backlog/tasks/task-20 - Harden-exception-handler-in-providers-router-—-log-full-traceback-return-generic-error-detail.md
  • backlog/tasks/task-21 - Guard-direct-app.state-accesses-in-runtime_deps.py-—-return-503-on-missing-dependencies.md
  • backlog/tasks/task-23 - Reorganize-detection-and-package-manager-code-under-language-namespaces.md
  • backlog/tasks/task-23.1 - Establish-shared-python-and-typescript-namespaces-with-compatibility-shims.md
  • backlog/tasks/task-23.2 - Move-package-manager-parsers-strategies-and-manifests-into-python-and-typescript-namespaces.md
  • backlog/tasks/task-23.3 - Move-detection-models-and-rules-into-shared-and-typescript-namespaces.md
  • backlog/tasks/task-23.5 - Audit-and-migrate-downstream-imports-to-canonical-detection-package-manager-namespaces.md
  • backlog/tasks/task-23.6 - Clean-up-TASK-23-verification-and-test-package-hygiene.md
  • backlog/tasks/task-23.7 - Remove-dead-detection-seams-and-finish-detection-namespace-cleanup.md
  • backlog/tasks/task-23.8 - Resolve-package-manager-refactor-type-failures-in-canonical-python-typescript-modules.md
  • backlog/tasks/task-24 - Introduce-architecture-level-capability-grouping-for-framework-features.md
  • backlog/tasks/task-24.1 - Extend-framework-feature-schema-for-capability-metadata.md
  • backlog/tasks/task-24.2 - Rework-Firebase-TypeScript-definitions-around-architectural-capabilities.md
  • backlog/tasks/task-24.3 - Align-query-engine-outputs-with-architectural-capability-grouping.md
  • backlog/tasks/task-24.4 - Migrate-flow-bridge-ingestion-to-operation-level-framework-keys.md
  • backlog/tasks/task-24.4.1 - Extend-flow-bridge-schema-and-shared-models-for-operation-metadata.md
  • backlog/tasks/task-24.4.2 - Task-TASK-24.4.2-Flatten-authored-operations-into-persisted-framework-rows.md
  • backlog/tasks/task-24.4.3 - Migrate-shipped-framework-definitions-and-detection-expectations-to-operation-keys.md
  • backlog/tasks/task-24.4.4 - Rebuild-ingestion-regressions-and-verify-operation-key-migration.md
  • backlog/tasks/task-24.4.5 - Simplify-operation-schema-around-single-contract-operations-before-continuing-migration.md
  • backlog/tasks/task-24.4.5.1 - Simplify-public-schema-and-docs-guidance-for-single-contract-operations.md
  • backlog/tasks/task-24.4.5.2 - Align-flow-bridge-ingestion-schema-and-regressions-with-single-contract-operations.md
  • backlog/tasks/task-24.4.5.3 - Align-commons-models-and-tests-with-single-contract-operation-payloads.md
  • backlog/tasks/task-25 - Fix-docs-project-typecheck-and-build-failures.md
  • backlog/tasks/task-26 - Align-v4-capability-taxonomy-and-analytics-boundary.md
  • backlog/tasks/task-3 - Add-AWS-Bedrock-model-provider-support.md
  • backlog/tasks/task-3 - Add-framework-definitions-and-architectural-enums-for-Onyx-class-AI-codebases.md
  • backlog/tasks/task-3.1 - Harden-Python-TypeScript-inheritance-detection-to-import-bound-matching-remove-suffix-fallback.md
  • backlog/tasks/task-3.2 - Implement-deterministic-CallExpression-confidence-policy-for-Python-TypeScript-detectors.md
  • backlog/tasks/task-3.2.1 - Implement-TypeScript-CallExpression-match-evidence-import-bound-matcher-semantics.md
  • backlog/tasks/task-3.2.2 - Implement-Python-CallExpression-match-evidence-import-bound-matcher-semantics.md
  • backlog/tasks/task-3.2.3 - Implement-deterministic-CallExpression-scoring-enriched-metadata-emission.md
  • backlog/tasks/task-3.2.4 - Add-regression-tests-contributor-docs-for-deterministic-CallExpression-policy.md
  • backlog/tasks/task-3.3.1 - Make-CallExpression-validator-prompt-metadata-aware-and-docs-first.md
  • backlog/tasks/task-3.4 - Calibrate-base_confidence-ambiguity-notes-for-current-Python-TypeScript-CallExpression-frameworks.md
  • backlog/tasks/task-3.5 - Correct-TypeScript-Lit-framework-identity-mis-modeled-as-litellm.md
  • backlog/tasks/task-3.6 - Replace-detector-scored-CallExpression-confidence-with-contributor-authored-manual-confidence.md
  • backlog/tasks/task-3.6.1 - Rollback-detector-side-automated-CallExpression-score-adjustments-and-keep-match-evidence.md
  • backlog/tasks/task-3.6.2 - Enforce-explicit-manual-CallExpression-base_confidence-in-schema-and-loader.md
  • backlog/tasks/task-3.6.3 - Add-structured-CallExpression-provenance-and-ambiguity-metadata-to-framework-definitions.md
  • backlog/tasks/task-3.7 - Align-validator-progress-naming-and-ordering-with-App-Interfaces-workflow-in-frontend.md
  • backlog/tasks/task-4 - Fix-Live-Tool-Events-Screen-—-Backend-Clipping-Flow-1-Flow-2-Visual-Overhaul.md
  • backlog/tasks/task-4.1 - Backend-Store-full-tool-context-in-events-JSONB-tool_name-tool_args-tool_call_id-tool_result_content.md
  • backlog/tasks/task-4.4 - Frontend-Strict-tool_call_id-pairing-Flow-1-accordion-Flow-2-detail-dialog-shadcn-first.md
  • backlog/tasks/task-4.5 - TASK-4-follow-up-hardening-configurable-tool-result-cap-modal-resilience-performance.md
  • backlog/tasks/task-5 - Support-multiple-saved-model-provider-configurations.md
  • backlog/tasks/task-6 - Add-DuckDuckGo-fallback-for-Temporal-agents-and-remove-Exa-only-launch-constraint.md
  • backlog/tasks/task-7 - Fix-stale-GitHub-repository-table-rows-caused-by-duplicate-row-keys.md
  • backlog/tasks/task-8 - Polish-app-feedback-sheet-spacing-and-selection-states.md
  • backlog/tasks/task-9 - Collapse-UI-component-package-families-in-dependency-guide.md
  • code-confluence/.gitignore
  • code-confluence/CHANGELOG.md
  • code-confluence/CLAUDE.md
  • code-confluence/README.md
  • code-confluence/docs/contribution/_category_.json
  • code-confluence/docs/contribution/guidelines.md
  • code-confluence/docs/contribution/setup.md
  • code-confluence/docs/deep-dive/_category_.json
  • code-confluence/docs/deep-dive/how-it-works.md
  • code-confluence/docs/deep-dive/roadmap.mdx
  • code-confluence/docs/deep-dive/vision.mdx
  • code-confluence/docs/quickstart/_category_.json
  • code-confluence/docs/quickstart/how-to-run.md
  • code-confluence/docusaurus.config.js
  • code-confluence/package.json
  • code-confluence/sidebars.js
  • code-confluence/src/css/custom.css
  • code-confluence/src/pages/markdown-page.md
  • code-confluence/static/.well-known/funding-manifest-urls
  • local-docker-compose.yml
  • prod-docker-compose.yml
  • skills-lock.json
  • skills/adapt
  • skills/animate
  • skills/audit
  • skills/bolder
  • skills/clarify
  • skills/colorize
  • skills/critique
  • skills/delight
  • skills/distill
  • skills/extract
  • skills/harden
  • skills/mermaid-diagrams
  • skills/normalize
  • skills/onboard
  • skills/optimize
  • skills/polish
  • skills/python-design-patterns
  • skills/quieter
  • skills/tailwind-design-system
  • skills/teach-impeccable
  • unoplat-code-confluence-commons/AGENTS.md
  • unoplat-code-confluence-commons/CHANGELOG.md
  • unoplat-code-confluence-commons/Taskfile.yml
  • unoplat-code-confluence-commons/app_interfaces.md
  • unoplat-code-confluence-commons/business_logic_references.md
  • unoplat-code-confluence-commons/dependencies_overview.md
  • unoplat-code-confluence-commons/poetry.toml
  • unoplat-code-confluence-commons/pyproject.toml
  • unoplat-code-confluence-commons/ruff.toml

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch new-schema

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 119ec79d38

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread prod-docker-compose.yml
@@ -8,7 +6,7 @@ configs:
- value: true
constraints: {}
limit.maxIDLength:
- value: 255
- value̋: 255

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use value key for Temporal maxIDLength config

limit.maxIDLength now uses value̋ instead of value, so the Temporal dynamic-config entry is malformed. In deployments that use this compose file, Temporal will not receive the intended max ID limit (and may parse this entry incorrectly), which can cause runtime validation failures or unexpected defaults for workflow/run IDs. Please change this key back to value to keep production behavior aligned with the working local compose config.

Useful? React with 👍 / 👎.

@JayGhiya JayGhiya closed this Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant