[codex] Integrate IFCDB-Agent openBIM sidecar#29
Merged
Conversation
a126e2b to
fad87a5
Compare
fad87a5 to
d2493a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ifcdb_agentsidecar worker route for index/query/export/clash/quantity operations.ifcdb_*operations.main.Runtime Boundary
The inspected
/home/insome/下载/IFCDB-Agent-main.zippackage contains documentation and PDFs, not importable Linux service source. The implementation therefore requiresIFCDB_AGENT_URLand pins production toIFCDB_AGENT_VERSION=v1.0.9; missing configuration returnsblockedand never fabricates IFCDB query, clash, export, or quantity results.Validation
python3 -m pytestin06-workers-> 43 passedcargo fmt --all -- --checkSWAGGER_UI_DOWNLOAD_URL=file:///home/insome/dev/insomeos/04-backend/target/debug/build/utoipa-swagger-ui-29943c50f4adb8cc/out/v5.17.14.zip cargo clippy --all-targets --all-features -- -D warningsSWAGGER_UI_DOWNLOAD_URL=file:///home/insome/dev/insomeos/04-backend/target/debug/build/utoipa-swagger-ui-29943c50f4adb8cc/out/v5.17.14.zip cargo test --all-features --workspace-> 139 harness + gateway/shared/compat/doc tests passednpx --yes @redocly/cli@2.30.0 lint 04-backend/openapi.yamlbun install --frozen-lockfilebun run lint-> pass with one existing warning inModuleFileExplorer.tsxbun run typecheckbun run test-> 41 passedBase
Rebased directly onto
mainafter PR #28 was merged, so the PR no longer depends on the temporary infra-fix branch.