Skip to content

Development#8

Merged
waynebaby merged 5 commits into
mainfrom
development
Jun 19, 2026
Merged

Development#8
waynebaby merged 5 commits into
mainfrom
development

Conversation

@waynebaby

Copy link
Copy Markdown
Owner

This pull request introduces comprehensive documentation and workflow governance for the subtitle-extractslator skill, focusing on integration with the Loom SO (Skill Orchestrator) runtime. The changes formalize the deterministic execution model, provide detailed operational and governance guidance, and clarify batch processing and runtime locking. The most important changes are as follows:

SO Governance and Workflow Documentation:

  • Added .github/skills/subtitle-extractslator/SKILL.md with an in-depth overview of the skill's purpose, SO governance, installation, trigger guidance, operational notes, workflow contract, and guardrails. This file serves as the canonical reference for maintainers and users, outlining deterministic orchestration, runtime authority, and integration with Loom SO.
  • Introduced assets/so-workflow/skill-plan.md, a maintainer-facing orchestration plan that details the SO-governed workflow phases, external seams (e.g., user prompts, MCP/CLI calls), guardrails, and success criteria. This document ensures workflow modifications follow a strict confirmation loop and governance policy.

Runtime Version Locking:

  • Added assets/so-workflow/so-package-lock.json to lock the SO runtime to version 0.2.91-beta, specifying package resolution strategy and enhancement notes. This guarantees deterministic and reproducible workflow execution.

Batch Processing Model Clarification:

  • Updated and renamed references/batching.md to clarify that batch processing is a queue-wrapped single-item model, not a separate business path. It also refines the handling of in-progress and completed items for batch runs, ensuring consistency and alignment with SO governance. [1] [2]

These changes collectively establish a robust, governed, and well-documented foundation for the subtitle-extractslator skill's lifecycle, execution, and maintenance.

wayne added 4 commits June 10, 2026 22:17
- Removed specific audit directories from .gitignore to allow for external audit storage.
- Updated README and implementation map to clarify that audit artifacts should be stored outside the skill path by default.
- Revised skill installation and runtime maintainer notes to reflect changes in audit artifact management.
- Adjusted so-enhancement guide to emphasize SO as the official execution authority and clarify the role of audit artifacts.
- Updated system architecture documentation to specify the new location for audit evidence.
- Modified package documentation to align with the new audit artifact storage guidelines.
@waynebaby

Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Resolved and pushed in commit 5f9b9d8. I merged in origin/main, resolved the README/README.zh-CN and skill-path conflicts, and verified tests pass (dotnet test SubtitleExtractslator.sln).

@waynebaby
waynebaby merged commit 9e00739 into main Jun 19, 2026
1 check passed
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.

2 participants