Skip to content

docs: committed non-goals register (closes #10-#14, #101-#103, #132, #156)#168

Merged
ELares merged 2 commits into
mainfrom
feat/m0-non-goals
Jun 13, 2026
Merged

docs: committed non-goals register (closes #10-#14, #101-#103, #132, #156)#168
ELares merged 2 commits into
mainfrom
feat/m0-non-goals

Conversation

@ELares

@ELares ELares commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Ratifies the v1 non-goals into one register, discharging all ten [NON-GOAL] issues.

What

docs/NON_GOALS.md: 12 numbered non-goals across protocol/runtime (#10), persistence/host posture (#11/#101/#102/#103), consistency (#12/#14), AI-on-data-path (#13/#156), and data types (#132). Each is traced to a tenet or deferred milestone and cites its prior-art evidence; added to the claims check (11 citations, all resolve).

Review focus

Closes #10. Closes #11. Closes #12. Closes #13. Closes #14. Closes #101. Closes #102. Closes #103. Closes #132. Closes #156. Part of M0: Vision and Scope.

ELares added 2 commits June 13, 2026 11:24
docs/NON_GOALS.md consolidates the v1 non-goals, each traced to the tenet
or deferred milestone that justifies it and to its prior-art evidence:
no Lua/Functions, no Memcached protocol, no RDMA, no managed runtime (#10);
no fork+COW snapshot, no host THP/overcommit preconditions, no mandatory
hot-path proxy (#11, #101, #102, #103); no strong consistency in the default
mode and no claim without its test (#12, #14); no per-request ML on the hot
path and no runtime AI dependency (#13, #156); no Redis Streams in v1 (#132).
Added to the prior-art claims check.

Closes #10
Closes #11
Closes #12
Closes #13
Closes #14
Closes #101
Closes #102
Closes #103
Closes #132
Closes #156

Signed-off-by: Zeke <ezequiel.lares@outlook.com>
Re-attribute the no-strong-consistency-by-default non-goal to Compatible
(per issue #12), not Scalable; correct WAIT framing to 'strong-consistency
guarantee' to match [redis-wait-not-strongly-consistent]; add #12's
sub-non-goal that no default-tier WAIT-style ack may be read as a
consistency guarantee.

refs #12

Signed-off-by: Zeke <ezequiel.lares@outlook.com>
@ELares ELares merged commit a0fcf6c into main Jun 13, 2026
1 check passed
@ELares ELares deleted the feat/m0-non-goals branch June 13, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment