Implement declarative plugin behavior context proof (#1068)#1092
Open
tamirdresher wants to merge 11 commits into
Open
Implement declarative plugin behavior context proof (#1068)#1092tamirdresher wants to merge 11 commits into
tamirdresher wants to merge 11 commits into
Conversation
Adds the product plugin manifest parser, lifecycle state model, CLI commands, focused tests, docs, and a safer TypeDoc resolver for docs builds. Refs bradygaster#1068, bradygaster#1069, bradygaster#1070, bradygaster#1071, bradygaster#1076 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add runtime plugin context injection for enabled declarative plugins so installed static artifacts can influence spawned agent prompts while preserving the no-execution security boundary. Add real Graphify, MemPalace, and Index Server samples plus behavioral A/B tests proving disabled plugins are excluded and enabled plugins are injected. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add deterministic disabled-vs-enabled simulations for Graphify, MemPalace, and Index Server plugin context so the plugin behavior proof covers scenario-specific spawned-agent planning deltas without relying on live LLM output or external tool execution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add the missing changeset required by policy gates for the plugin extensibility SDK/CLI changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Implement capability-gated runtime artifact generation for Squad plugins with a built-in Graphify provider. Add lifecycle refresh commands, runtime manifest validation, audit events, sample metadata, tests, and documentation while keeping shell execution, package installs, network access, MCP startup, and plugin-provided code execution denied. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced May 9, 2026
Collaborator
Author
|
Follow-up roadmap filed so #1092 can stay focused as the governed MVP:
Recommendation: merge #1092 as the safe foundation, then handle executable/tool/provider power through these gated follow-ups with explicit security review. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Closes #1068
References #1069, #1070, #1071, #1076
Summary
Behavioral proof
Plugin Context.graphify-out/GRAPH_REPORT.md..squad/.Validation
npm test -- --run test/plugin-extensibility.test.ts- 16 passedlist --jsonprovider persistence, verify, uninstall-clean passednpm run lint- passednpm run build- passednpm run lint:docs- passednpm run docs:build- passedgit --no-pager diff --check- passedCaveat
Full
npm testis still not used as the local merge gate here because this worktree has unrelated existing baseline/environment failures outside plugin extensibility. The focused plugin behavior suite, provider-contract simulations, lint, package build, docs lint, and docs build are clean.