feat: migrate backlog-core commands to specfact-backlog bundle#32
Merged
Conversation
5 tasks
42228f7 to
97eaaa2
Compare
- Add backlog_core package with commands: add, analyze-deps, delta, diff, promote, sync, verify, release_notes - Update imports from backlog_core to specfact_backlog.backlog - Register commands in backlog/commands.py - Bump version to 0.41.0 - Integrate with existing _ORDER_PRIORITY structure Refs: nold-ai/specfact-cli#389 Note: Module signing required before merge. Run: hatch run python scripts/sign-modules.py --key-file <key> packages/specfact-backlog/module-package.yaml Rules applied: AGENTS.md Git Worktree Policy Made-with: Cursor
97eaaa2 to
ef88943
Compare
…project Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
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
Migrates deleted
backlog-corecommands (add,analyze-deps,sync,delta,diff,promote,verify-readiness) to thenold-ai/specfact-backlogbundle.Changes
backlog_corepackage with all command implementationsbacklog_coretospecfact_backlog.backlogbacklog/commands.pyRelated
backlog-02-migrate-core-commandsPre-merge Checklist
hatch run python scripts/sign-modules.py --key-file <key> packages/specfact-backlog/module-package.yamlhatch run ./scripts/verify-modules-signature.py --require-signatureRules Applied