-
Notifications
You must be signed in to change notification settings - Fork 0
docs: time-bound volatile documentation-fitness inventory #152
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
4194171
74db58c
a6373fc
65b0c70
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 | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -37,7 +37,8 @@ All notable changes to OriginWeave are documented in this file. The format follo | |||||||||
|
|
||||||||||
| ### Changed | ||||||||||
|
|
||||||||||
| - Aligned the hourly product-development branch-coverage toolchain and its one-shot materializer with the reviewed `nightly-2026-08-18` pin, and corrected the official Dependabot Rust-toolchain reference. | ||||||||||
| - - Documentation fitness now treats numbered active-PR examples as dated assessment evidence and explicitly defers current PR/issue inventory to live GitHub state, preventing old branch examples from being presented as current implementation truth. | ||||||||||
| - - Aligned the hourly product-development branch-coverage toolchain and its one-shot materializer with the reviewed `nightly-2026-08-18` pin, and corrected the official Dependabot Rust-toolchain reference. | ||||||||||
|
Comment on lines
+40
to
+41
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 중복된 Markdown 목록 표식을 제거하세요. Line 40과 Line 41은 수정 예시-- - Documentation fitness now treats numbered active-PR examples as dated assessment evidence and explicitly defers current PR/issue inventory to live GitHub state, preventing old branch examples from being presented as current implementation truth.
+- Documentation fitness now treats numbered active-PR examples as dated assessment evidence and explicitly defers current PR/issue inventory to live GitHub state, preventing old branch examples from being presented as current implementation truth.
-- - Aligned the hourly product-development branch-coverage toolchain and its one-shot materializer with the reviewed `nightly-2026-08-18` pin, and corrected the official Dependabot Rust-toolchain reference.
+- Aligned the hourly product-development branch-coverage toolchain and its one-shot materializer with the reviewed `nightly-2026-08-18` pin, and corrected the official Dependabot Rust-toolchain reference.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| - Separated logical origin authority from resolved network destination authority; an origin grant no longer implies permission to connect to every resolver result. | ||||||||||
| - Separated resolved-address authorization from direct transport evidence; an approved IP now becomes a usable stream only after the operating system reports the exact requested IP and port. | ||||||||||
| - Separated exact TCP peer proof from authenticated TLS service identity; an observed peer becomes an authenticated HTTPS stream only after explicit-root, fixed-time, SAN-bound WebPKI verification over that same stream. | ||||||||||
|
|
||||||||||
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.
🟡 Changelog entries begin with a double-dash bullet
The two new entries under
### Changedstart with- -rather than the single-used by every other line. Markdown renders them as malformed nested bullets, so the changelog no longer follows the Keep a Changelog format it declares.Was this helpful? React with 👍 or 👎 to provide feedback.