Put DOCS/log.md into actual use - #78
Merged
Merged
Conversation
DOCS/standards/okf-documentation.md reserved the log.md filename per the OKF v0.2 spec but never created one. Add DOCS/log.md as a reverse-chronological record of documentation-standard-relevant changes (new ADRs, policy adoptions, structural migrations), backfilled with PR #63 and PR #76. Update the standard's reserved-filenames section to reflect it's now in use, and link it from DOCS/index.md.
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
DOCS/log.md: a reverse-chronological record of documentation-standard-relevant changes (new ADRs, policy adoptions, structural migrations), backfilled with PR Add lean OKF-style knowledge layer: ADR frontmatter, DOCS/index.md, trim CLAUDE.md #63 and PR Adopt OKF v0.2 as the documentation standard for DOCS/ #76.DOCS/standards/okf-documentation.md's reserved-filenames section —log.mdwas previously described as reserved-but-unused; now points to the real file and states what belongs in it.DOCS/log.mdfromDOCS/index.mdso it's discoverable alongside the standard.Closes #77
Test plan
git diff --statconfirms only the three intended files changed.DOCS/log.mduses no frontmatter (it's spec-excluded from being a "concept document", sotype:doesn't apply).