@floless/app 0.23.2 → 0.23.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,13 +48,15 @@ in 3D (`steel-from-drawings`) → bake it out (an IFC file and/or native Tekla p
48
48
  to `demos/steel-from-drawings/` if you keep the editable copy in sync.
49
49
  6. **Bake the SAME scene into `steel-to-ifc` (the IFC bake-out), if it's installed.** Check
50
50
  `~/.aware/apps/steel-to-ifc/`. If present, replace the `scene:` mapping under that app's `bake-ifc`
51
- node `config.args` with the IDENTICAL scene (the installed copy and `demos/steel-to-ifc/` if
52
- present), then `aware app compile ~/.aware/apps/steel-to-ifc`. This keeps the exported IFC matching
51
+ node `config` (the `ifc` agent's `scene` input — NOT `config.args`; the app now calls the host-free
52
+ `ifc` AWARE agent, not an exec) with the IDENTICAL scene (the installed copy and `demos/steel-to-ifc/`
53
+ if present), then `aware app compile ~/.aware/apps/steel-to-ifc`. This keeps the exported IFC matching
53
54
  the 3D the user confirmed. (`steel-to-ifc` writes a real IFC file — IfcColumn/IfcBeam on the grid —
54
55
  openable in Tekla, SDS2, Revit or Navisworks; it never touches a Tekla model, so no Tekla needed.)
55
56
  7. **Bake the SAME scene into `steel-to-tekla` (native Tekla parts), if it's installed.** Check
56
57
  `~/.aware/apps/steel-to-tekla/`. If present, replace the `scene:` under that app's `bake-tekla` node
57
- `config.args` with the IDENTICAL scene (installed + `demos/steel-to-tekla/`), set `config.version`
58
+ `config` (the `tekla` `bake-scene` verb's `scene` input — NOT `config.args`; the app now calls the
59
+ first-class `bake-scene` verb, not an exec) with the IDENTICAL scene (installed + `demos/steel-to-tekla/`), set `config.version`
58
60
  to the user's RUNNING Tekla version (e.g. "2026.0" — the Open API connects to a version-specific
59
61
  channel, so a wrong version silently finds no model), then `aware app compile
60
62
  ~/.aware/apps/steel-to-tekla`. It creates a real Tekla member per element via the Open API (mode:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floless/app",
3
- "version": "0.23.2",
3
+ "version": "0.23.3",
4
4
  "type": "module",
5
5
  "description": "Thin localhost host for floless.app — serves web/ and shells the aware CLI. No engine, no LLM.",
6
6
  "bin": {