Document automation friction + fix skill submodule resolution#20
Draft
telivity-otaip wants to merge 1 commit into
Draft
Document automation friction + fix skill submodule resolution#20telivity-otaip wants to merge 1 commit into
telivity-otaip wants to merge 1 commit into
Conversation
Document automation friction from wiring agent-skills into the unsupervised loop (addyosmani/agent-skills#97), and fix the two silent integration gaps that made those boundaries fuzzy: - Load skills from flat `.md` files or `skills/<name>/SKILL.md`, with aliases from historical ASIL names onto upstream folder names. - Extract both Anti-Rationalization and Common Rationalizations sections so the tables actually reach the executor enforcement block. Thinkers now prefer upstream skill names (security-and-hardening, test-driven-development) while keeping old filenames as aliases. Co-authored-by: telivity-otaip <telivity-otaip@users.noreply.github.com>
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.
Summary
Responds to addyosmani/agent-skills#97 (Addy’s ask: which skills fought automation / which boundaries went fuzzy under load).
docs/automation-friction.md— production lessons + a paste-ready reply for the issue (this token can’t comment on that repo astelivity-otaip).skills/<name>.mdand upstreamskills/<name>/SKILL.md, with aliases (security-review→security-and-hardening, etc.).Test plan
pnpm test— all packages green (cost 47, improvement-loop 199, thought-multiplier 48, analyzer 66, runners 65)skill-loaderunit tests cover flat /SKILL.md/ alias resolution and both rationalization header forms