Techne.Loom.SkillOrchestrator 0.3.254

There is a newer version of this package available.
See the version list below for details.
dotnet add package Techne.Loom.SkillOrchestrator --version 0.3.254
                    
NuGet\Install-Package Techne.Loom.SkillOrchestrator -Version 0.3.254
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Techne.Loom.SkillOrchestrator" Version="0.3.254" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Techne.Loom.SkillOrchestrator" Version="0.3.254" />
                    
Directory.Packages.props
<PackageReference Include="Techne.Loom.SkillOrchestrator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Techne.Loom.SkillOrchestrator --version 0.3.254
                    
#r "nuget: Techne.Loom.SkillOrchestrator, 0.3.254"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Techne.Loom.SkillOrchestrator@0.3.254
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Techne.Loom.SkillOrchestrator&version=0.3.254
                    
Install as a Cake Addin
#tool nuget:?package=Techne.Loom.SkillOrchestrator&version=0.3.254
                    
Install as a Cake Tool

Techne.Loom.SkillOrchestrator

English

Deterministic workflow execution and tracking for Techne Loom skills.

This package is the SO-facing runtime surface. It exposes the version-matched offline docs bundle, the compile/run/resume/status/inspect entrypoints, and workflow audit artifacts that capture Mermaid Markdown, HTML, and workflow JSON backups step by step. compile validates an existing workflow JSON directly and, for Loom-governanced target-skill templates, also enforces the governed-template validation contract, route-aware business-output gates, seam ownership, and done reachability.

Install

dotnet add package Techne.Loom.SkillOrchestrator --version 0.1.0

Primary entrypoints

  • dotnet so.dll --guide
  • dotnet so.dll --help
  • dotnet so.dll compile
  • dotnet so.dll run
  • dotnet so.dll resume
  • dotnet so.dll status
  • dotnet so.dll inspect-workflow
  • dotnet so.dll inspect-events

Guide output

Run the bare dotnet so.dll --guide command. It installs the embedded English docs/en bundle under <binary>/docs/<package-version>/ and emits one JSON object with version, docs_root, and guide_path. If the binary directory is not writable, the command uses %TEMP%/docs/<package-version>/ and returns the actual paths. Read guide_path first as the version truth; inspect docs_root only when the guide leaves a question unresolved. --lang, --section, and --export are no longer supported.

Docs

中文

Techne Loom SkillOrchestrator 的确定型 workflow 执行与跟踪包。

这个包是 SO 面向外部的 runtime 表面。它暴露与版本匹配的离线英文文档包、compile/run/resume/status/inspect 入口,以及按 step 保存 Mermaid Markdown、HTML 与 workflow JSON 备份的审计 artifact。compile 负责直接校验已有 workflow JSON;对于 Loom-governanced target-skill template,它还会强制 governed-template validation 契约、route-aware business-output gates、seam ownership 与 done reachability。

安装

dotnet add package Techne.Loom.SkillOrchestrator --version 0.1.0

主要入口

  • dotnet so.dll --guide
  • dotnet so.dll --help
  • dotnet so.dll compile
  • dotnet so.dll run
  • dotnet so.dll resume
  • dotnet so.dll status
  • dotnet so.dll inspect-workflow
  • dotnet so.dll inspect-events

Guide 输出

运行不带额外参数的 dotnet so.dll --guide。它会把内嵌的英文 docs/en 文档包安装到 <binary>/docs/<package-version>/,并输出包含 versiondocs_rootguide_path 的 JSON 对象。如果二进制目录不可写,则使用 %TEMP%/docs/<package-version>/ 并返回实际路径。先读取 guide_path 作为当前版本真相;只有 guide 无法消除疑问时,才查看 docs_root--lang--section--export 已不再支持。

文档

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.262 36 8/26/2026
0.3.254 34 8/26/2026
0.3.253-beta 27 8/26/2026
0.3.249-beta 33 8/26/2026
0.3.245 31 8/25/2026
0.3.245-beta 28 8/26/2026
0.3.242-beta 29 8/25/2026
0.3.240 37 8/25/2026
0.3.239-beta 33 8/25/2026
0.3.236-beta 32 8/25/2026
0.3.234-beta 41 8/25/2026
0.3.233 87 8/20/2026
0.3.231-beta 80 8/20/2026
0.2.229 88 8/18/2026
0.2.223 86 8/6/2026
0.2.221-beta 81 8/18/2026
0.2.219 81 8/6/2026
0.2.218-beta 74 8/6/2026
0.2.216 83 8/6/2026
0.2.216-beta 81 8/6/2026
Loading failed

Initial 0.1.0 preview release of deterministic skill workflow tracker and CLI.