Skip to content

docs: improve release-facing documentation for v0.2#9

Merged
stacknil merged 5 commits intomainfrom
codex/docs/release-facing-docs-v0.2
Mar 20, 2026
Merged

docs: improve release-facing documentation for v0.2#9
stacknil merged 5 commits intomainfrom
codex/docs/release-facing-docs-v0.2

Conversation

@stacknil
Copy link
Copy Markdown
Owner

Closes #6

This docs-only change improves the release-facing documentation for the v0.2 milestone so external readers can understand what LogLens ships today, what it produces at runtime, and how future release notes should be maintained. Before this branch, the repository explained the project and its detections, but it did not yet give release-oriented readers a durable changelog workflow or a clearly separated place to capture user-visible history over time.

The effect for users and maintainers is that release information is now easier to find and easier to keep consistent. The README now points readers to the release-facing documentation set, includes sample Markdown and JSON output excerpts, and tightens the limitations language so parser and detector boundaries are clearer to people evaluating the tool from the outside. A new CHANGELOG establishes a stable structure for tracking user-visible changes across versions, and the new release-process note explains where README content, changelog entries, and GitHub release notes belong so future releases stay concise and credible.

The root issue behind #6 was documentation drift risk: release details were either implicit or spread across the repository, which makes future versions harder to communicate cleanly. This change addresses that by centralizing changelog discipline, surfacing release-facing samples, and clarifying current MVP constraints without adding duplicate or unsafe content. No source code or detection behavior changed in this PR.

For validation, I confirmed that the branch diff is limited to README and documentation files only. I also attempted to run the local CMake build and test flow, but cmake is not available in the current shell environment, so the merge gate for this docs-only PR is the repository's GitHub Actions checks (CI and CodeQL).

@stacknil stacknil merged commit 502bd4f into main Mar 20, 2026
7 checks passed
@stacknil stacknil deleted the codex/docs/release-facing-docs-v0.2 branch March 20, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v0.2] Improve release-facing docs: changelog discipline, sample outputs, and clearer limitations

1 participant