forked from httpdss/structkit
-
Notifications
You must be signed in to change notification settings - Fork 0
update from upstream #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…te TemplateRenderer initialization
…rer (#36) Introduce a non-interactive mode to allow commands to run without user input, enhancing automation capabilities. This change modifies the command parser and the template renderer to accommodate the new mode.
Introduce a GitHub Actions workflow to automatically manage stale issues and pull requests, including scheduled comments for inactivity.
Introduce structured templates for pull requests and issues to streamline contributions and improve clarity in submissions.
…ns (#39) **Overview** This PR introduces a new prompt module for the Struct tool and updates several configurations to enhance development and automation workflows. **Changes** - **New Additions**: - Added `.github/prompts/struct.prompt.md` to define prompt usage for Struct assistant. - Introduced multiple YAML sub-structs in `struct_module/contribs/github/prompts/` including `generic.yaml`, `react-form.yaml`, `security-api.yaml`, and `struct.yaml`. - Added a comprehensive `README.md` to `struct_module/contribs/` documenting all available sub-structs. - **Configuration Updates**: - Enhanced `.devcontainer/devcontainer.json`: - Removed redundant comments. - Added features for pre-commit, Go Task runner, and shfmt. - Updated mount configurations for improved local development support. - Updated GitHub Actions: - Upgraded `setup-python` in `pre-commit.yaml` from `v5.3.0` to `v5.5.0`. - Improved `release-drafter.yaml` with new checkout step, depth, and version. - Updated `.struct.yaml` to include the new `github/prompts/struct` struct. **Justification** These updates streamline development with enhanced tooling support and prompt-driven Struct generation, while improving CI/CD workflows and environment consistency. **Impact** - Improved developer experience in containerized environments. - Enhanced maintainability and modularity through prompt-based Structs. - Better release management with enriched automation in workflows.
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.
Issue
Description
Checklist
Screenshots (if applicable)
Additional Comments