-
Notifications
You must be signed in to change notification settings - Fork 0
docs(changelog): sync CHANGELOG.md with tagged and current versions #41
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,3 +5,27 @@ All notable changes to this project are documented here. The format is based on | |
| [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] | ||
| ### Added | ||
| - `wave webhook-subscriptions list|create` — manage the platform's own event-subscription | ||
| surface, distinct from `wave connect` third-party webhooks (#37). | ||
| - `wave identity resolve <identifier>` — resolve an agent identity through the fleet directory | ||
|
Comment on lines
+9
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Use Conventional Commit titles for the new entries. The added bullets use prose descriptions, not As per coding guidelines, Also applies to: 16-22, 26-28 🤖 Prompt for AI AgentsSource: Coding guidelines |
||
| (#37). | ||
|
|
||
| ## [1.0.8] - 2026-08-04 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| ### Changed | ||
| - License changed to Apache-2.0, replacing MIT. Adds a NOTICE reserving the WAVE trademarks. No | ||
| code or API changes (#5). | ||
| - Repository history now contains the source for this version, rebuilt byte-identically from the | ||
| sourcemaps shipped in the published npm tarball (#18). Versions 1.0.1 through 1.0.7 were | ||
| published to the npm registry between 2026-04-02 and 2026-04-03 but were never committed to | ||
| this repository, so they have no individually dated section here; their recovered source | ||
| landed in this same commit. | ||
|
Comment on lines
+15
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Bug: [1.0.8] bundles license change with unrelated source-recovery, dated to the wrong eventThe Was this helpful? React with 👍 / 👎 |
||
|
|
||
| ## [1.0.0] - 2026-04-05 | ||
| ### Added | ||
| - Initial public repository: README, LICENSE (MIT at the time), SECURITY.md. | ||
| ### Fixed | ||
| - Corrected legal entity name to WAVE Online, LLC. | ||
|
|
||
| [Unreleased]: https://github.com/wave-av/cli/compare/v1.0.0...HEAD | ||
| [1.0.0]: https://github.com/wave-av/cli/releases/tag/v1.0.0 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Add blank lines around the headings.
markdownlintreports MD022 for these headings. Add one blank line before and after each added###heading.Also applies to: 14-15, 24-25, 27-27
🧰 Tools
🪛 markdownlint-cli2 (0.23.2)
[warning] 8-8: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Above
(MD022, blanks-around-headings)
[warning] 8-8: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
🤖 Prompt for AI Agents
Source: Linters/SAST tools