From be42f7810187d25f881b61644590211636c8e29d Mon Sep 17 00:00:00 2001 From: Jack Zhuang <50353452+hotlong@users.noreply.github.com> Date: Fri, 4 Sep 2026 01:46:58 +0800 Subject: [PATCH 1/3] =?UTF-8?q?docs(adr):=20mark=20ADR-0126=20Superseded?= =?UTF-8?q?=20=E2=80=94=20customization=20regimes=20replaced=20by=20the=20?= =?UTF-8?q?package=20install=20mode=20(ADR-0131);=20unreleased=20implement?= =?UTF-8?q?ation=20reverted=20before=2017.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Maintainer 2026-09-04, verbatim: 「ADR-0126 可以先作废」「相关开发撤回」. Docs-only; empty changeset. Governed surface — hand-merge only (Prime Directive #14). Refs #13564 Co-Authored-By: Claude Fable 5.1 --- .changeset/adr-0126-superseded.md | 7 +++++++ docs/adr/0126-packaged-metadata-customization-model.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/adr-0126-superseded.md diff --git a/.changeset/adr-0126-superseded.md b/.changeset/adr-0126-superseded.md new file mode 100644 index 0000000000..6a1cb062ef --- /dev/null +++ b/.changeset/adr-0126-superseded.md @@ -0,0 +1,7 @@ +--- +--- + +Docs-only: marks ADR-0126 (packaged-metadata customization model) **Superseded** by the install-mode +decision of ADR-0131 (PR #14976), per the maintainer's 2026-09-04 ruling 「ADR-0126 可以先作废,相关开发撤回」. +The unreleased implementation (#12185, #12190, #12296, #12348, #12419, framework half of #12491) is reverted +on its own card before 17.3. Releases nothing — no package changes. diff --git a/docs/adr/0126-packaged-metadata-customization-model.md b/docs/adr/0126-packaged-metadata-customization-model.md index 90e8eb5d20..8f8c182787 100644 --- a/docs/adr/0126-packaged-metadata-customization-model.md +++ b/docs/adr/0126-packaged-metadata-customization-model.md @@ -1,6 +1,7 @@ # ADR-0126: The platform customization model for packaged metadata — three regimes, one activation ledger -**Status**: Proposed (2026-08-25) — awaiting the maintainer's hand-merge, which is itself the +**Status**: **Superseded** (2026-09-04) — maintainer ruling, verbatim and untranslated: 「ADR-0126 可以先作废」「相关开发撤回」. The regimes below (overlay, disable + clone) are replaced by the package **install mode** decided in ADR-0131 (PR #14976): *managed* = sealed, upgradeable, the only mode a shared-DB multi-tenant deployment accepts; *template* = copied once into the environment ledger, fully editable, no upgrade channel. The activation ledger and the packaged-flow / packaged-action disable and clone machinery (#12185, #12190, #12296, #12348, #12419, the framework half of #12491) landed after the 17.2.0 tag and are **reverted before 17.3** — never released. Regime E (extend) stands because an extension is itself a package. Kept as the record of the survey; ADR-0131 §1.7 summarizes its findings. Original status line follows. +**Original status**: Proposed (2026-08-25) — awaiting the maintainer's hand-merge, which is itself the acceptance act for a governed surface (Prime Directive #14) **and the ruling that settles the tentative flow-instance directions in §7** (chartered on [#12049](https://github.com/objectstack-ai/objectstack/issues/12049); ⛔ none of §7 is settled From cc29ece24b05fbf883cc8e82b9dac19607f9e8da Mon Sep 17 00:00:00 2001 From: Jack Zhuang <50353452+hotlong@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:49:03 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20drop=20the=20empty=20changeset=20?= =?UTF-8?q?=E2=80=94=20docs-only=20PRs=20carry=20the=20skip-changeset=20la?= =?UTF-8?q?bel=20instead=20(#4898)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 --- .changeset/adr-0126-superseded.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .changeset/adr-0126-superseded.md diff --git a/.changeset/adr-0126-superseded.md b/.changeset/adr-0126-superseded.md deleted file mode 100644 index 6a1cb062ef..0000000000 --- a/.changeset/adr-0126-superseded.md +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- - -Docs-only: marks ADR-0126 (packaged-metadata customization model) **Superseded** by the install-mode -decision of ADR-0131 (PR #14976), per the maintainer's 2026-09-04 ruling 「ADR-0126 可以先作废,相关开发撤回」. -The unreleased implementation (#12185, #12190, #12296, #12348, #12419, framework half of #12491) is reverted -on its own card before 17.3. Releases nothing — no package changes. From 22368479f0680d606b934224ddd244055889610e Mon Sep 17 00:00:00 2001 From: Jack Zhuang <50353452+hotlong@users.noreply.github.com> Date: Fri, 4 Sep 2026 10:50:24 +0800 Subject: [PATCH 3/3] docs(adr): ADR-0126 supersede note cites PR #14976 by number, not a record that does not exist on this branch (check-adr-anchors) Co-Authored-By: Claude Fable 5.1 --- docs/adr/0126-packaged-metadata-customization-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adr/0126-packaged-metadata-customization-model.md b/docs/adr/0126-packaged-metadata-customization-model.md index 8f8c182787..5d1697f709 100644 --- a/docs/adr/0126-packaged-metadata-customization-model.md +++ b/docs/adr/0126-packaged-metadata-customization-model.md @@ -1,6 +1,6 @@ # ADR-0126: The platform customization model for packaged metadata — three regimes, one activation ledger -**Status**: **Superseded** (2026-09-04) — maintainer ruling, verbatim and untranslated: 「ADR-0126 可以先作废」「相关开发撤回」. The regimes below (overlay, disable + clone) are replaced by the package **install mode** decided in ADR-0131 (PR #14976): *managed* = sealed, upgradeable, the only mode a shared-DB multi-tenant deployment accepts; *template* = copied once into the environment ledger, fully editable, no upgrade channel. The activation ledger and the packaged-flow / packaged-action disable and clone machinery (#12185, #12190, #12296, #12348, #12419, the framework half of #12491) landed after the 17.2.0 tag and are **reverted before 17.3** — never released. Regime E (extend) stands because an extension is itself a package. Kept as the record of the survey; ADR-0131 §1.7 summarizes its findings. Original status line follows. +**Status**: **Superseded** (2026-09-04) — maintainer ruling, verbatim and untranslated: 「ADR-0126 可以先作废」「相关开发撤回」. The regimes below (overlay, disable + clone) are replaced by the package **install mode** decided in the total-organization-ownership record proposed in PR #14976: *managed* = sealed, upgradeable, the only mode a shared-DB multi-tenant deployment accepts; *template* = copied once into the environment ledger, fully editable, no upgrade channel. The activation ledger and the packaged-flow / packaged-action disable and clone machinery (#12185, #12190, #12296, #12348, #12419, the framework half of #12491) landed after the 17.2.0 tag and are **reverted before 17.3** — never released. Regime E (extend) stands because an extension is itself a package. Kept as the record of the survey; §1.7 of that record summarizes its findings. Original status line follows. **Original status**: Proposed (2026-08-25) — awaiting the maintainer's hand-merge, which is itself the acceptance act for a governed surface (Prime Directive #14) **and the ruling that settles the tentative flow-instance directions in §7** (chartered on