Skip to content

Say which of the three sample catalogues answers which question - #151

Merged
oblomov-dev merged 1 commit into
mainfrom
claude/sample-catalogues
Aug 17, 2026
Merged

Say which of the three sample catalogues answers which question#151
oblomov-dev merged 1 commit into
mainfrom
claude/sample-catalogues

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

615 working apps live in three repositories, and until now the only way to find out which one to open was to know all three existed. The cookbook links individual samples per chapter (link-samples.mjs) — that answers "show me one for this page", not "where do I look".

you are asking
samples 152 has somebody already built this pattern
samples-controls 431 how is this control expressed in ABAP
samples-stack 32 how do I reach my system from an app

Picking the wrong one costs more time than reading the page, so the table says it in one line each, with the rule of thumb underneath: samples if you are learning, samples-controls if you already know the control, samples-stack only when the app has to talk to something in the system.

The half a reader cannot see from the catalogues themselves

  • all three pages have the same row shape
  • the title, the sentence and the search terms all live on the class, not on the page
  • each repository refuses a sample missing one of them — which is why a catalogue can never describe a sample differently from the class it links to, and why Ctrl+F on those pages is a real search

Plus the two lines an agent needs (examples searches all three at once, capabilities answers the neighbouring question) and how to start a sample in a system.

The nav's Links block listed samples alone; it now names all three.

docs:build green, check:examples green, npm test green, and generate-llms picks the page up (it is in llms.txt, so it reaches agents too).


Generated by Claude Code

615 working apps live in three repositories, and until now the only way to
find out which one to open was to know all three existed. The cookbook links
individual samples per chapter (link-samples.mjs), which answers "show me one
for THIS page" - not "where do I look".

  samples           152  has somebody already built this PATTERN
  samples-controls  431  how is this CONTROL expressed in ABAP
  samples-stack      32  how do I reach my SYSTEM from an app

Picking the wrong one costs more time than reading the page, so the table says
it in one line each, with the rule of thumb underneath: samples if you are
learning, samples-controls if you already know the control, samples-stack only
when the app has to talk to something in the system.

The rest of the page is the part a reader cannot see from the catalogues
themselves: that all three pages have the SAME row shape, that the title, the
sentence and the search terms all live ON THE CLASS rather than on the page,
and that each repository refuses a sample missing one of them - which is why a
catalogue can never describe a sample differently from the class it links to.

Plus the two lines an agent needs (`examples` searches all three at once,
`capabilities` answers the neighbouring question) and how to start one in a
system.

The nav's Links block listed `samples` alone; it now names all three.
Copilot AI lite review requested due to automatic review settings August 17, 2026 04:31

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.

@oblomov-dev
oblomov-dev merged commit 50d8301 into main Aug 17, 2026
1 check passed
@oblomov-dev
oblomov-dev deleted the claude/sample-catalogues branch August 17, 2026 06:12
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