Skip to content

README: point at the documentation page instead of carrying it - #54

Merged
oblomov-dev merged 2 commits into
mainfrom
claude/entry-page-redesign-ugf6jt
Aug 18, 2026
Merged

README: point at the documentation page instead of carrying it#54
oblomov-dev merged 2 commits into
mainfrom
claude/entry-page-redesign-ugf6jt

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

This README was 843 lines, and it was the only documentation the linter had — which put it in the place a user reaches last, and made it the second copy of everything as soon as the docs site said anything about the tool.

The full reference now lives at https://abap2ui5.github.io/docs/advanced/linter.html: both gates and what each one catches, reading a finding, --screenshot and the preview-data convention, --fix, the three waiver scopes, the baseline for adopting it on a codebase that already exists, the config file, the GitHub Action, the badges, and the library API — written for somebody who has not yet decided to use this tool.

What stays here is what only makes sense standing in the repository:

  • the one-line quick start and what a finding looks like
  • where the linter runs (CLI, Action, library, and its two consumers)
  • working on it: npm ci, the render runtime as a workspace, and the three generated artefacts npm test gates
  • the experimental/ disclaimer and the credits

Companion PR: abap2UI5/docs#156, which adds the page.

🤖 Generated with Claude Code

https://claude.ai/code/session_01YM2A6eh3sX7ssGDuagbSGG


Generated by Claude Code

The full reference - both gates rule by rule, --screenshot, --fix, the
waivers, the baseline, the config file, the Action, the badges and the
library API - now lives at
https://abap2ui5.github.io/docs/advanced/linter.html, written for somebody
who has not yet decided to use this tool.

What stays here is what only makes sense in the repository: the one-line
quick start, where the linter runs, how to work on it, and what the
generated artefacts are.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YM2A6eh3sX7ssGDuagbSGG
Copilot AI lite review requested due to automatic review settings August 18, 2026 11:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

npm test asserted that every rule id appears in the README's finding
tables. That gate existed because those tables were hand-written - the one
of the five places a new rule moves to that nothing generated. This branch
removes the tables, so the gate now guards a duplicate that is gone.

What it protected - a rule nobody can look up - is unaffected: RULE_DOCS is
the rule prose, and the assertions right above check the registry against
it and against the page generated from it, which is stronger than matching
ids in a prose table.

AGENTS.md follows: a new rule now moves four places, not five.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YM2A6eh3sX7ssGDuagbSGG
@oblomov-dev
oblomov-dev merged commit ee86b96 into main Aug 18, 2026
5 checks passed
@oblomov-dev
oblomov-dev deleted the claude/entry-page-redesign-ugf6jt branch August 18, 2026 11:36
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.

3 participants