feat: workshop advanced generation pipeline (Phase 1) - #7
Merged
Conversation
…fest, workspace, validator, installer, service)
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
Implements Phase 1 of the Workshop Advanced Generation feature: a deterministic, security-gated pipeline for building and installing generated tools. Work is split into focused commits (design docs → build pipeline → tool safety gates → core generation → UI/i18n → security docs) so the full branch history is preserved on merge.
Key changes:
app/core/tool_build/): strict manifest v1 parsing, staging workspace, deterministic loadability-only validation, atomic no-clobber installer with conditional rollback, and an orchestrating service. AddsTOOL_BUILDS_DIRunderdata/.llm_gatewayandtool_generatorfor the advanced generation flow.Related issue
Type of change
How it was verified
pytest -qpasses (withQT_QPA_PLATFORM=offscreenset)uv run python scripts/check_repo.pypasses and the fullpytest -qsuite is green (~660 tests). Every implementation commit ships with matching tests (build pipeline, safety gates, generation, UI, and security-doc conformance).Checklist
config/app_config.json) or secrets committed