abap2UI5
01Settings file Claude Code
Agent settings declaring 22 allowed tools.
Settings file Claude Code
Agent settings declaring 22 allowed tools.
Skill Claude CodeCodex
The catalogue of ABAP problems a green CI does not catch - abapGit round-trip and import failures (BOM, line endings, trailing whitespace, EOF newline, 255-character lines, metadata sidecars for CLAS and for DDLS/BDEF/TABL), activation errors abaplint does not model (classconstructor visibility, LOCAL FRIENDS, generic…
Skill Claude CodeCodex
How to build an application WITH abap2UI5 (as opposed to changing the framework) - app class template, lifecycle, view building via z2ui5clui5viewbuilder, data binding, events, popups, navigation, validation tooling. Use when writing or reviewing a z2ui5ifapp class, demo app, sample or any consumer application code.
Skill Claude CodeCodex
The catalogue of UI5 problems a green CI does not catch - names that do not exist in the oldest supported release (icons, controls, properties, aggregations, enum values, modules, themes), layout that only works from a newer release on, views that fail to load rather than to render, and CSP/runtime traps. Also the…
Skill Claude CodeCodex
The layout rules for a z2ui5clui5viewbuilder chain - one call per line, four spaces per tree level, the end( ) column, which factory( ) shape goes with which chain shape, blank lines, and the linter rule that checks them. Identical in abap2UI5, abap2UI5/samples, abap2UI5/samples-controls and abap2UI5/samples-stack.…
Instructions file CodexOpenCode
Instructions for abap2UI5/abap2UI5, covering agents.md — ai assistant guide for abap2ui5, where knowledge lives, project overview, related repositories and architecture.
Instructions file
Instructions for abap2UI5/abap2UI5: All project guidance lives in AGENTS.md — the single source of truth for this repository (architecture and the layered design, the src/00-99 packages, the generated app/webapp mirror, the build and delivery pipeline, the CI gates and ABAP code style).
Agent
Self-contained, offline reference for AI assistants (and humans) building apps with abap2UI5. It is derived from the framework sources in this repository (src/02/ public API, z2ui5clui5viewbuilder, the hello-world app) and the conventions proven over the 622 ported UI5 demo-kit samples in samples-controls. The…
Agent
Grouped by purpose. Several groups below name the same workflow: the static gates are one job (checkgates.yaml), one step per rule, because each of them is a Node script that finishes in well under a second and nine separate workflows spent about two minutes of CI on runner starts to run one second of work. The steps…
Agent
Agent "repository-map" from abap2UI5/abap2UI5, covering repository map — what lives in which directory, directories and where the rest is.
Agent
The specs under node/tests/ load the real app/webapp modules through a stubbed sap.ui.define (loadModule.js, with stubbable module dependencies) — never test a copied function. Run them without a browser.
Skill Claude CodeCodex
The layout rules for a z2ui5clui5viewbuilder chain - one call per line, four spaces per tree level, the end( ) column, which factory( ) shape goes with which chain shape, blank lines, and the linter rule that checks them. Identical in abap2UI5, abap2UI5/samples, abap2UI5/samples-controls and abap2UI5/samples-stack.…
Instructions file CodexOpenCode
Instructions for abap2UI5/samples, covering agents.md, language, pull requests, 1. repository layout and the restricted and obsolete packages are gone.
Instructions file
Instructions for abap2UI5/samples: All project guidance now lives in AGENTS.md — the single source of truth for this repository (folder scheme, src/01 vs src/00 compatibility model, overview generation rules, ABAP code style, and app structure).
MCP server Claude CodeCodexCursor
MCP server "abap2ui5" as configured in abap2UI5/mcp-server. Runs server.mjs with node.
Instructions file CodexOpenCode
AGENTS.md instructions for abap2UI5/mcp-server, covering agents.md — mcp-server, side effects on sibling repos — expected, not a bug, build & verify, timing expectations and maintenance traps (learned, do not repeat).
Instructions file
Claude Code instructions for abap2UI5/mcp-server: All project guidance lives in AGENTS.md — the single source of truth for this repository (the cheap and expensive halves of the tool loop, the tool contract and its tests, the sibling checkouts it reads, and the release model).