docs(release): prepare 0.3.3 - #72
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟡 Changes recommended
Revise release-note wording to keep it user-facing and accurately describe the configuration override and locale-independent expiry handling.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Prepares the 0.3.3 release notes and updates the embedded release catalog.
Changes:
- Adds release notes for recent MCP and lookup improvements.
- Repoints
latest.mdand updates the catalog test for version 0.3.3.
File summaries
| File | Summary |
|---|---|
tests/SSW.TimePro.Cli.Tests/Features/Updates/ReleaseNotesCatalogTests.cs |
Updates the expected latest release version. |
release-notes/0.3.3.md |
Adds release 0.3.3 notes. |
Review details
Suppressed comments (1)
release-notes/0.3.3.md:10
- The feature is useful beyond tests, but this wording foregrounds internal verification and leaves the scope of the override unclear. State that it selects an isolated config root, including the tenant, repo-mapping, and local-log files.
- `TIMEPRO_CLI_CONFIG_DIR` overrides the config directory (used by tests; handy for running a second isolated profile).
- Files reviewed: 3/3 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| MCP server | ||
| - `create_timesheet` works again. It was rejected by TimePro because the tool never sent a sell price; it now runs through the same create logic as `tp ts create` (rate and sell price, category discovery, location defaults, iteration) and returns the saved entry instead of `null`. If the client has no active rate it returns an error with the `tp rate create` recovery command and never creates a rate itself. | ||
| - `get_projects_for_client` no longer returns the blank "Empty - Please add the project" placeholder row, matching `tp project list`. | ||
| - Project and rate lookups are shared between the CLI and the MCP server, so both surfaces read the same data. |
Comment on lines
+8
to
+10
| Behind the scenes | ||
| - A regression harness now snapshots the MCP tool list and every tool's output, and runs the CLI and MCP tool against the same fake server to keep them in step. It caught the `create_timesheet` failure above on its first staging run. | ||
| - `TIMEPRO_CLI_CONFIG_DIR` overrides the config directory (used by tests; handy for running a second isolated profile). |
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
Prepares release 0.3.3 covering the four commits merged since v0.3.2 (#65 harness, #66 fixtures, #69 shared lookups, #70 shared create service).
What changed
release-notes/0.3.3.mdfromgit log v0.3.2..origin/main;latest.mdrepointed; catalog test pin updated.How verified
readlink release-notes/latest.md→0.3.3.md.🤖 Generated with Claude Code