Rules read as a table, and a rule is written in a dialog - #482
Merged
Merged
Conversation
WaylandYang
force-pushed
the
feat/rules-read-as-a-table
branch
2 times, most recently
from
September 8, 2026 03:53
69e8a06 to
5be8169
Compare
WaylandYang
force-pushed
the
feat/import-history-shows-the-ledger
branch
from
September 8, 2026 04:41
b53fd79 to
c624318
Compare
WaylandYang
force-pushed
the
feat/rules-read-as-a-table
branch
from
September 8, 2026 04:41
178b3c8 to
8a68f10
Compare
WaylandYang
force-pushed
the
feat/import-history-shows-the-ledger
branch
from
September 8, 2026 04:46
c624318 to
cdbec5a
Compare
WaylandYang
force-pushed
the
feat/rules-read-as-a-table
branch
from
September 8, 2026 05:03
8a68f10 to
57a8544
Compare
WaylandYang
force-pushed
the
feat/import-history-shows-the-ledger
branch
2 times, most recently
from
September 8, 2026 05:08
7fae33b to
c1c3c45
Compare
WaylandYang
force-pushed
the
feat/rules-read-as-a-table
branch
2 times, most recently
from
September 8, 2026 05:12
1f0f89f to
201ed55
Compare
WaylandYang
force-pushed
the
feat/import-history-shows-the-ledger
branch
from
September 8, 2026 05:12
c1c3c45 to
1400e7b
Compare
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
Signed-off-by: WaylandYang <wayland0916@gmail.com>
WaylandYang
force-pushed
the
feat/rules-read-as-a-table
branch
from
September 8, 2026 05:15
201ed55 to
a575c60
Compare
This was referenced Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #481.
Business rules were a column of cards, each one both the panel and the clickable thing, with the editor growing out of the page as another card of its own — the shape DESIGN.md 6 exists to rule out, and it did not look like the token page, the data-source page or anything else we had just rebuilt.
Rules read as a table. One panel with rows: the rule, what it concludes, how many facts stand on it right now, whether it is on. The first column keeps the sentence —
Person where Years of service is at least 10 and Clearance is one of secret, top-secret— because that sentence is the rule; folding it into a details view would hide the rule inside its own row. Matches move into a dialog off the derived count.A rule is written in a dialog, with the same
Fieldgrid, the same footer, the same two buttons as every other form in the app."New rule" is no longer disabled. It was gated on the ontology having at least one class and one attribute, greyed out with no explanation — from outside that is indistinguishable from broken. The entry point is open; the form says what is missing at the place where it is missing, and only Save waits for a condition.
🤖 Generated with Claude Code