-
Notifications
You must be signed in to change notification settings - Fork 0
docs: publish product and technical gap baseline #196
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
Changes from all commits
5c2c897
de9afd3
1a613f2
d9ba1fa
a44e28f
6251b70
6a17a90
8da0e4d
735f249
67fccd5
2c721f9
4e6d334
b20a8b7
3f6c057
a29b029
6737ae1
1a98542
65d234b
b3e738e
1c27702
c987401
c433d27
bc6292b
b7c210b
5c41742
c990ad6
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 |
|---|---|---|
|
|
@@ -22,6 +22,7 @@ | |
| - [OriginWeave API and protocol contract](API_CONTRACT.md) | ||
| - [Release and rollback contract](RELEASE_AND_ROLLBACK.md) | ||
| - [Product roadmap](product-roadmap.md) | ||
| - [Product and technical gap baseline](product-technical-gap-baseline.md) | ||
|
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. 📝 Info: Documentation link targets exist The new cross-links added in ARCHITECTURE.md and README.md point to product-technical-gap-baseline.md, which is created in this PR, so the link contracts checked by Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| - [Research and standards](doctoring.md) | ||
| - [Browser and Agent protocol standards evidence](doctoring/browser-agent-protocols.md) | ||
| - [Current product-baseline standards addendum](doctoring/product-documentation-baseline.md) | ||
|
|
||
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.
📝 Info: "Refreshed ... baseline" entry classified under Added rather than Changed
CHANGELOG.md places "Refreshed the product and technical gap baseline with the current open-PR inventory ..." under
### Added, and test_documentation_active_pr_evidence_contract.py deliberately enforces that placement (asserting it is in Added and not in Changed). Under Keep a Changelog conventions a refresh of existing content is typically a Changed entry; the near-duplicate "Refreshed ... against the 2026-08-21 live inventory" line does live in Changed (CHANGELOG.md). Not a functional bug and the tests are self-consistent, but the two closely-worded refresh entries split across Added/Changed are easy to confuse.Was this helpful? React with 👍 or 👎 to provide feedback.