Development#8
Merged
Merged
Conversation
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.
Owner
Author
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Resolved and pushed in commit |
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.
This pull request introduces comprehensive documentation and workflow governance for the
subtitle-extractslatorskill, 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:
.github/skills/subtitle-extractslator/SKILL.mdwith 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.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:
assets/so-workflow/so-package-lock.jsonto lock the SO runtime to version0.2.91-beta, specifying package resolution strategy and enhancement notes. This guarantees deterministic and reproducible workflow execution.Batch Processing Model Clarification:
references/batching.mdto 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-extractslatorskill's lifecycle, execution, and maintenance.