Commit cfb6e98
committed
docs(data-modeling): drop the flowchart edge that routed secret values to
The Text? branch of the field-type decision-tree flowchart had
`TEXT -->|Secret value| T8[password]`, contradicting the same page's
quick-reference table (password: "masked on read; stored plaintext at
rest ... prefer secret for real credentials"), ADR-0100, and the
published skill rule — all of which say a secret value belongs in
`secret`.
The flowchart already has a correct edge for this
(`STRUCT -->|Sensitive secret value| S5[secret]`), so rather than add a
second edge into the same `secret` node (which would leave two
differently-labeled paths converging on one answer), the wrong edge is
dropped outright and its now-unused `T8`/`password` style line removed.
The `password` type and its table row are untouched — it's a real,
supported type, just not one the flowchart should route credentials to.
Full flowchart audited edge-by-edge against the quick-reference table;
no other edge disagrees with its table row.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012GKcPZbMoGq7WPzKLfRBTUpassword
1 parent 12babac commit cfb6e98
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
0 commit comments