Sync ia skill with upstream (v1.2.0) - #4
Merged
Conversation
- Add 3D application map workflow: references/app-map.md,
scripts/build_app_map.py, templates/app-map-template.html
- Route to it from the SKILL.md references table and references/index.md
- Generalize the iA repository name in the app-map meta example
to {REPOSITORY} (no internal library names in the public skill)
- Bump all nine plugin manifests 1.1.0 -> 1.2.0; 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
Syncs the public
iaskill with the upstream (internal) skill. Adds the new 3D application map generation workflow:skills/ia/references/app-map.md— the workflow: resolve scope → budget ≤75 nodes → author the JSON data file → run the builder → browser gate.skills/ia/scripts/build_app_map.py— validates the JSON (closed node/link vocabulary, link-direction rules, node budget, tour refs) and injects it into the viewer template.skills/ia/templates/app-map-template.html— self-contained 3D viewer.SKILL.mdreferences table +references/index.mdrouting updated to send "app map of library/area X" / "3D map" to the new reference.Bumps all nine plugin manifests
1.1.0→1.2.0and adds a CHANGELOG entry.IP note
Generalized one internal library name: the app-map meta-block example
repositoryvalueAIDEMOREP→{REPOSITORY}.AIDEMOREPis the iA repository library (successor to the forbiddenIADEMODEV), so it's stripped by the same rule.CASELIBis kept as the demo application-library example (same category as the existing sample object names). No SQL, internal table names, orexecute_sqlreferences present.Verification