-
Notifications
You must be signed in to change notification settings - Fork 2
0.2.1b5 #10
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
0.2.1b5 #10
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
34fcaf3
Fix TUI post-design messaging and sync fork in release pipeline
a11smiles 9f9ee9b
Bump to v0.2.1b5, improve task tree UX, and add Python 3.13 to CI
a11smiles eb776fe
Remove eager infra/apps/db directory creation from init scaffold
a11smiles 2daca0b
Fix __pycache__ warning during wheel build
a11smiles c133630
Fix --output-dir nesting project inside subdirectory
a11smiles a2c47d5
Add --output-dir and hint fixes to HISTORY.rst
a11smiles cd54c08
Derive naming env and zone_id from --environment flag
a11smiles 39d4660
Add json_output parameter to all command functions
a11smiles ad579ad
Fix black formatting in custom.py
a11smiles 3af3f23
Fix TUI stage tree status and add stage skip guard
a11smiles 98a6924
Unify missing-project error message across all commands
a11smiles a00a325
Rework cost analysis display: --table, --report, --json flags
a11smiles 874e2c6
Move generate docs default output to concept/docs/
a11smiles fe239fd
Normalize path separators in generate docs/speckit output
a11smiles 83f3979
Add path normalization entry to HISTORY.rst
a11smiles 0f8fff3
Fix cross-mount path crash in generate docs/speckit --path
a11smiles 2b537ba
Generate spec-kit templates instead of duplicating docs
a11smiles 8886dfd
Enrich speckit generation with full project context
a11smiles 2a186d1
Enrich backlog generation with full project context
a11smiles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| on: | ||
| schedule: | ||
| # Run this once per day, towards the end of the day for keeping the most | ||
| # recent data point most meaningful (hours are interpreted in UTC). | ||
| - cron: "0 23 * * *" | ||
| workflow_dispatch: # Allow for running this manually. | ||
|
|
||
| jobs: | ||
| j1: | ||
| name: repostats-for-nice-project | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: run-ghrs | ||
| uses: jgehrcke/github-repo-stats@RELEASE | ||
| with: | ||
| ghtoken: ${{ secrets.STATS_GITHUB_TOKEN }} | ||
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.