Commit 800fd2c
committed
chore(examples): archive slice — 4 archives + 1 merge (maintainer-approved)
Slice 1 of the examples disposition, per
docs/plans/2026-07-28-examples-review.md (now stamped EXECUTED):
Archived to examples/archived/ with dated banners (reason + superseded-by):
- manual-tools-server — manual trait implementation is owned by
calculator-add-manual-server (the CLAUDE.md-designated reference); its
session-persistence teaching is false on the 2026 stateless lane.
- dynamic-resource-server — name/README promised dynamic-resource teaching
the code never contained (zero resources registered); URI-template
resources are owned by function-resource-server.
- alert-system-server — both teachable ideas owned elsewhere
(stateful-server, derive-macro-server); the remainder suggested
transport sessions exist on the 2026 lane.
- simple-logging-server — per-session log storage is the removed 2025
session model; never exercised the MCP logging capability.
Merged: session-aware-logging-demo archived as a superseded strict subset
of session-logging-proof-test (which adds 3-session isolation, the full
level cascade, and PASS/FAIL verification).
Same-commit reference cleanup:
- workspace members + default-members (cargo metadata verified)
- EXAMPLES.md: 5 rows removed, active count 55 → 50
- root README: business list renumbered; Basic Patterns →
calculator-add-manual-server; Business Value row removed
- examples/minimal-server/README.md: Next Steps link repointed (+ the two
already-dead links removed)
- scripts/verify_phase{2,5,8}.sh entries removed (legacy dev scripts —
the actual CI gates never referenced any of the five)
- tests/working_examples_validation.rs compilation list
Gates: scripts/ci-gates.sh all → ALL GATES PASSED.1 parent bd0dc0f commit 800fd2c
27 files changed
Lines changed: 43 additions & 83 deletions
File tree
- docs/plans
- examples
- archived
- alert-system-server
- src
- dynamic-resource-server
- data
- src
- manual-tools-server
- src
- session-aware-logging-demo
- src
- simple-logging-server
- src
- minimal-server
- scripts
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
73 | | - | |
74 | 69 | | |
75 | 70 | | |
76 | 71 | | |
| |||
120 | 115 | | |
121 | 116 | | |
122 | 117 | | |
123 | | - | |
124 | 118 | | |
125 | 119 | | |
126 | 120 | | |
127 | 121 | | |
128 | 122 | | |
129 | 123 | | |
130 | 124 | | |
131 | | - | |
132 | 125 | | |
133 | 126 | | |
134 | 127 | | |
135 | 128 | | |
136 | | - | |
137 | 129 | | |
138 | 130 | | |
139 | 131 | | |
| |||
146 | 138 | | |
147 | 139 | | |
148 | 140 | | |
149 | | - | |
150 | 141 | | |
151 | 142 | | |
152 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | 92 | | |
95 | | - | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
| |||
101 | 98 | | |
102 | 99 | | |
103 | 100 | | |
104 | | - | |
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
| |||
139 | 135 | | |
140 | 136 | | |
141 | 137 | | |
142 | | - | |
143 | 138 | | |
144 | 139 | | |
145 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
593 | 592 | | |
594 | 593 | | |
595 | 594 | | |
596 | | - | |
| 595 | + | |
597 | 596 | | |
598 | 597 | | |
599 | 598 | | |
| |||
1192 | 1191 | | |
1193 | 1192 | | |
1194 | 1193 | | |
1195 | | - | |
1196 | 1194 | | |
1197 | 1195 | | |
1198 | 1196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments