Skip to content

feat(platform): add phase7 open AEC universal runtime#19

Merged
ActiveInAI merged 14 commits into
mainfrom
feat/platform-phase7-open-aec-universal-runtime
Apr 30, 2026
Merged

feat(platform): add phase7 open AEC universal runtime#19
ActiveInAI merged 14 commits into
mainfrom
feat/platform-phase7-open-aec-universal-runtime

Conversation

@ActiveInAI

Copy link
Copy Markdown
Owner

Summary

Adds Phase 7 Open AEC Universal Runtime across durable infrastructure, database/object-store contracts, asset registry, conversion jobs, worker contracts, openBIM/GIS/CAD/document pipelines, Vite workbench shell, universal viewer command bridge, approval-gated AI runtime execution, smoke coverage, and stack decision docs.

Scope

  • Adds Phase 7 technology radar and open-source stack decision docs.
  • Adds PostgreSQL/PostGIS/pgvector + SeaweedFS S3 infrastructure baseline.
  • Adds durable database/object-store contracts and runtime execution boundaries.
  • Adds asset registry and object bindings.
  • Adds conversion job API and worker contract.
  • Adds openBIM IFC ingestion worker skeleton.
  • Adds GIS/reality worker skeleton.
  • Adds CAD worker skeleton and legal adapter boundaries.
  • Adds PDF/Office/OCR worker skeleton.
  • Adds Vite Open AEC workbench shell.
  • Adds universal viewer command bridge.
  • Adds approval-gated AI runtime execution contracts.
  • Adds Phase 7 smoke coverage and validation scripts.

Validation

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-targets --all-features
  • cargo build --release --bin insomeos-gateway
  • npx --yes @redocly/cli@2.30.0 lint openapi.yaml
  • npx --yes @openapitools/openapi-generator-cli@2.23.0 generate -i openapi.yaml -g typescript-fetch -o /tmp/architoken-sdk-ts
  • ./scripts/smoke-all.sh
  • python3 -m pytest 05-workers/tests
  • python3 tools/github_tech_radar.py --seed config/tech-radar.seed.yaml --out /tmp/tech-radar.md
  • bun run lint
  • bun run typecheck
  • bun run test
  • bun run build
  • cd 03-frontend-vite && bun run lint && bun run typecheck && bun run test && bun run build
  • git diff --check

Environment Note

This environment does not provide python; equivalent python3 commands were used and passed.

OpenAPI

Redocly passes with 1 existing localhost dev server warning.

Boundary

Open-source core only. No RealBIMWeb.wasm, no BlackHole3D runtime import, no OptRapid3dLoader production dependency, no proprietary DWG SDK in core. DWG and proprietary engines remain legal adapter boundaries only.

@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: c5ed76c802

ℹ️ 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 04-backend/harness-core/src/asset_registry.rs Outdated
Comment thread 04-backend/harness-core/src/asset_registry.rs
@ActiveInAI ActiveInAI merged commit ffda451 into main Apr 30, 2026
6 checks passed
@ActiveInAI ActiveInAI deleted the feat/platform-phase7-open-aec-universal-runtime branch April 30, 2026 23:48
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