ci(deps): bump actions/checkout from 4 to 6#3
Open
dependabot[bot] wants to merge 61 commits into
Open
Conversation
…ipeline state management - Updated UI components to display activity and pipeline status. - Introduced new hooks and IPC methods for better integration with the atomization process. - Refactored related code for improved clarity and maintainability.
… backend - Add wizard_logic.rs: advance_wizard_step, save_wizard_draft, mark_wizard_stale, validate_describe_input, validate_project_config, validate_launch_readiness, get_default_config, add/update/remove/reorder/get_stories commands - Add wizard_state.rs: WizardStepState with advance/mark_stale/clear_stale - Add validation.rs: validate_config, validate_describe, validate_launch_readiness with unit tests; ConfigLimits and ConfigDefaultsResponse - Add stories_crud.rs: full CRUD over prd.json (add, update, remove, reorder, get) - Add notification_filter.rs: should_emit_verification_failed, build_notification - Add plan_engine/filters.rs: noise filtering for plan stream output - Add wizard-logic.ts: IPC bindings for all new Tauri commands - Remove draft-payload.ts: draft construction moved to save_wizard_draft (Rust) - Remove plan-stream-filters.ts: filtering moved to plan_engine/filters.rs (Rust) - Remove wizard store mutations for stories: all writes go through backend - Replace hardcoded DEFAULT_CONFIG with PLACEHOLDER_CONFIG; config loaded from get_default_config on Configure mount - Wire all new commands in invoke.rs
Standardize linting and formatting across frontend and Rust so Biome, TypeScript, rustfmt, and clippy run clean in strict mode through hooks and CI.
Align rule coverage with artifact and vertical-slice contracts while splitting guidance into focused files to reduce implementation ambiguity.
…g failure Make AppHandle generic over R: Runtime across the test call chain so MockRuntime tests compile. Add tauri test feature as dev-dependency, supply missing StartLoopArgs fields, annotate closure parameter types, and skip updater artifact creation in CI builds.
Move SystemReadiness to its alphabetically correct position.
…izer prompts Fix activity, contract, invoke, and plan engine test fixtures so the full suite passes green. Upgrade atomize templates with richer context and clearer instructions for chunk, merge, stories, and summarize stages.
…xa token Introduce a product focused README with GitHub Flavored Markdown, a short contributing guide and the MIT license so the project is ready for open source. Ignore OpenSpec generated agent folders and replace the hardcoded Exa MCP bearer token with an environment variable reference.
Keep the Cursor MCP configuration outside version control so API keys live only in shell environment variables on the developer machine.
Keep the Cursor agent definitions outside version control because they are workstation specific and may contain absolute paths.
Prepare the repository for open source release by adding the community
health files that GitHub looks for and by storing the automation that
will finish the lockdown when the repo becomes public.
Adds:
* SECURITY.md with a reporting policy and scope.
* .github/CODEOWNERS so future pull requests route to the maintainer.
* .github/dependabot.yml with weekly updates for cargo, npm, and
github-actions grouped by patch and minor bumps.
* .github/ISSUE_TEMPLATE with a config that forces structured forms
plus bug and feature request templates.
* scripts/setup-github-security.sh that applies branch rulesets,
secret scanning, push protection, CodeQL default setup, private
vulnerability reporting, and SHA pinning for Actions as soon as the
repository goes public or is upgraded to GitHub Pro.
The initial version of the script required status checks that did not exist in .github/workflows/test.yml. Point the ruleset at the real job names so the protection becomes effective as soon as the repository goes public. Required checks: typecheck, lint, rust-tests. The build matrix stays out of the required list because the four platform combinations are not needed to accept a pull request.
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
GitHub now enforces sha_pinning_required for this repository, so every uses reference in the workflows needs to point at a full 40 character commit hash instead of a moving tag. The comments next to each hash keep the semver visible for humans and let Dependabot bump the pin when a new release ships. Also drops required_signatures from the main ruleset script because the maintainer signs commits through GitHub and does not run local GPG or SSH signing. The rule can come back once signing keys are set up and the signing workflow is documented.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2104086 to
35fd9bf
Compare
Owner
|
@dependabot rebase |
Author
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
35fd9bf to
138aa2a
Compare
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.
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)