Skip to content

Commit 2024d3d

Browse files
peopleworksclaude
andcommitted
Lengthen the connector, and link the site from the README
The curve dropped straight down beside the token in a 24px span, which read as a stray mark rather than a line drawn on purpose. It now leaves from under the sentence and sweeps into the token. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e7e1a98 commit 2024d3d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
**Teach your AI coding agent what *your* XAF application actually does.**
1111

12+
**[See how it works &rarr;](https://peopleworks.github.io/XAFLogicExplainer/)**
13+
1214
Point it at an XAF module. It reads your entities, controllers, actions, business rules,
1315
navigation and Model Editor customizations straight from source — and hands the result to
1416
whatever agent you code with.

site/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@
465465
survives any resize -- no measuring, nothing to recompute. */
466466
.demo__link {
467467
position: absolute;
468-
left: calc(var(--col, 24) * 1ch);
468+
/* Offset back so the curve leaves from under the sentence and sweeps into the token, rather
469+
than dropping straight down beside it. */
470+
left: calc(var(--col, 24) * 1ch - 64px);
469471
bottom: -34px;
470472
width: 90px; height: 36px;
471473
overflow: visible;
@@ -656,7 +658,7 @@ <h2>Same code.<br>Two very different answers.</h2>
656658
</div>
657659

658660
<svg class="demo__link" style="--col:24" viewBox="0 0 90 36" aria-hidden="true">
659-
<path d="M2,2 C2,22 26,16 26,34"/>
661+
<path d="M4,0 C4,26 56,6 66,34"/>
660662
</svg>
661663
</div>
662664

0 commit comments

Comments
 (0)