feat: add ai-kit.manifest.json + project-tooling.json support#4
Merged
Conversation
- Add .specify/ai-kit.manifest.json declaring owned paths and linking modes:
- link_children for .github/agents (skips speckit.* if .speckit absent)
- link_dir for .github/prompts, .github/skills, .github/hooks
- if_missing copy for .github/copilot-instructions.md
- Update install.sh:
- Generic linker path delegates to link-ai-integration.sh when available
(linker writes project-tooling.json automatically)
- Standalone path adds Step 5: write/merge project-tooling.json
(preserves spec_workflow, sets ai_tool: 'copilot', ai_kit_path: '.copilot')
- Update README.md to document two-mode behavior and ai-kit.manifest.json
Co-authored-by: Copilot <223556219+Copilot@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
Adds the AI kit linking manifest and project-tooling.json integration to copilot-kit.
Changes
.specify/ai-kit.manifest.json(new) — Kit contract declaring owned paths and linking modes:link_childrenfor.github/agents— symlinks individual agent files; skipsspeckit.*agents when.speckitis absent in the consumer repolink_dirfor.github/prompts,.github/skills,.github/hooksif_missingcopy for.github/copilot-instructions.mdinstall.sh— Two-mode behavior:.speckitis present): delegates tolink-ai-integration.sh, which writesproject-tooling.jsonautomatically.speckit): adds Step 5 to write/mergeproject-tooling.jsonwithai_tool: "copilot",ai_kit_path: ".copilot", preserving any existingspec_workflowvalueREADME.md— Documents two-mode behavior andai-kit.manifest.jsoncontractTwo modes
.speckitpresent +ai-kit.manifest.jsonspeckit.*agents linked.speckitspeckit.*agents skippedRelated PRs