lca-publish-executor

Installation
SKILL.md

LCA Publish Executor

Overview

  • Accept one JSON request that points at publish-bundle.json files, direct dataset payloads, or process_from_flow run ids.
  • Forward that request shape to tiangong publish run.
  • Keep relation metadata local when the publish mode says local_manifest_only.
  • Reuse publish bundles prepared by upstream CLI-backed builders instead of inventing a second publish contract here.

When To Use

  • Use after lifecyclemodel-recursive-orchestrator publish.
  • Use after lifecyclemodel-resulting-process-builder publish.
  • Use when a caller wants one standard publish manifest for multiple skills.
  • Use when another caller should know only one publish request shape.

Commands

node scripts/run-lca-publish-executor.mjs publish \
  --request assets/example-request.json \
  --dry-run \
Related skills

More from tiangong-lca/skills

Installs
8
GitHub Stars
4
First Seen
Apr 14, 2026