Sync ia skill with upstream (v1.1.0) - #3
Merged
Conversation
- Add flowchart generation workflow (flowchart.md + HTML template + validate_flowchart.py lint gate) - Add test case document generation (test-case-generation.md + template-testcases.md + validate_testcases.py lint gate) - Richer Word/PDF export from the md converter scripts - Refresh SKILL.md references table, templates README, program-documentation workflow - Sanitize one internal program name from a converter comment; normalize the flowchart validator path - Bump all nine manifests 1.0.2 -> 1.1.0 and add CHANGELOG entry
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.
What
references/flowchart.mdworkflow withtemplates/flowchart-template.htmland ascripts/validate_flowchart.pylint gate (caller context + external-call nodes).references/test-case-generation.md(QA/UAT scripts, fifth document type) withtemplates/template-testcases.mdand ascripts/validate_testcases.pylint gate.SKILL.mdreferences table, templates README, and program-documentation workflow.IP note
Two lines sanitized at the source before sync: an internal program name in a converter comment replaced with a demo name, and an internal repo path in
flowchart.mdnormalized to the skill-relativescripts/form. No SQL, table names, or library names present.Verification