From 64d07c6f177427a49904beedf7e5ae041b97dff6 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 11 Sep 2026 10:03:43 +0000 Subject: [PATCH 1/4] The AI card says what the two tools do, so it fills its box like the other three Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01P4f9fYX4L19mWDDARS7Qw5 --- docs/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6145e96d..290bdec7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -204,8 +204,12 @@ internet access. ## Made for AI agents -One class is one file — the whole app, for an agent to write. The abap2UI5 linter and the MCP server let it -check its own work without an SAP system. +One class is one file — the whole app, for an agent to write, with no +frontend project to keep in step. The AI guide starts with one paragraph to +paste at the top of a prompt, and the abap2UI5 linter and the MCP server let +the agent check its own work without an SAP system: the linter validates the +view, the MCP server boots the app headless and returns the errors and a +screenshot. → *More on [Developing with AI](/get_started/ai)* From e84a49681558a15371e25f286199c6400856e540 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 11 Sep 2026 10:04:02 +0000 Subject: [PATCH 2/4] The line under the example is the tutorial alone; the cost card says what it runs on Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01P4f9fYX4L19mWDDARS7Qw5 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 290bdec7..2cfad87e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -348,7 +348,7 @@ CLASS zcl_app_invoices IMPLEMENTATION. ENDCLASS. ``` -→ *The [Tutorial](/tutorials/walkthrough/) builds this app in twelve steps, through to transport and unit tests. It runs with the UI5 and the ABAP stack you already have.* +→ *The [Tutorial](/tutorials/walkthrough/) builds this app in twelve steps, through to transport and unit tests.*