Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/architecture/rfcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ failure leaves the generated files untouched.

## Control-Plane Kernel, State, And Migration

- [Monorepo Distribution Split v0](monorepo-distribution-split-v0.md)
([中文版](monorepo-distribution-split-v0.zh-CN.md))
- **Delivery on `main`:** Proposal only; tracking [#5072](https://github.com/loopx-project/loopx/issues/5072).
- **Current boundary:** Keeps one repository; splits the installed wheel into
`loopx-core`, `loopx-workspace` and `packages/` capability distributions,
regroups `loopx/` top-level modules with compatibility shims, and pins the
top-level module count with an architecture test. No kernel semantics,
licence or schema change; multi-repository split remains a non-goal.

- [Automatic Execution Admission v0](automatic-execution-admission-v0.md)
([中文版](automatic-execution-admission-v0.zh-CN.md))
- **Delivery on `main`:** Proposal; local implementation candidate under review.
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/rfcs/STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ appendix may keep dated history, but no dated log heading may precede it.

[中文版](STATUS.zh-CN.md) is the semantic mirror of this file.

## Accepted (38)
## Accepted (39)

| RFC | Header status | Supersedes / closes | Ledger |
| --- | --- | --- | --- |
Expand Down Expand Up @@ -49,6 +49,7 @@ appendix may keep dated history, but no dated log heading may precede it.
| [RFC: Long-Running Agent Reliability Diagnostics and Governed Delivery v0](long-running-agent-reliability-diagnostics-governed-delivery-v0.md) | Accepted | none | — |
| [LoopX Overall Roadmap v0: Product, Collaboration, Technology and Delivery](loopx-overall-roadmap-v0.md) | Accepted | none | — |
| [Manager runtime profile v0](manager-runtime-profile-v0.md) | Accepted | none | — |
| [RFC: Monorepo Distribution Split (v0)](monorepo-distribution-split-v0.md) | Accepted | none | — |
| [RFC: Obelisk Session Evidence Provider v0](obelisk-session-evidence-provider-v0.md) | Accepted | none | — |
| [RFC: Agent Judgment and Optional Independent Assessment — Jev as a Candidate (v0)](optional-semantic-assistance-jev-v0.md) | Accepted | none | — |
| [RFC: Post-Outcome Memory Utility Attribution v0](post-outcome-memory-utility-attribution-v0.md) | Accepted | none | — |
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/rfcs/STATUS.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[English](STATUS.md) 与本文互为语义镜像。

## 已接受 (38)
## 已接受 (39)

| RFC | 头部状态 | 替代 / 关闭 | Ledger |
| --- | --- | --- | --- |
Expand Down Expand Up @@ -46,6 +46,7 @@
| [RFC:长程 Agent 可靠性诊断与治理交付 v0](long-running-agent-reliability-diagnostics-governed-delivery-v0.zh-CN.md) | 已接受 | 无 | — |
| [LoopX 整体路线总纲 v0:产品、协作、技术与交付](loopx-overall-roadmap-v0.zh-CN.md) | 已接受 | 无 | — |
| [Manager runtime profile v0 / 管家运行模式 v0](manager-runtime-profile-v0.zh-CN.md) | 已接受 | 无 | — |
| [RFC:Monorepo 内的发行物拆分(v0)](monorepo-distribution-split-v0.zh-CN.md) | 已接受 | 无 | — |
| [RFC:Obelisk Session Evidence Provider v0](obelisk-session-evidence-provider-v0.zh-CN.md) | 已接受 | 无 | — |
| [RFC:Agent 判断与可选独立评估——以 Jev 为候选方案(v0)](optional-semantic-assistance-jev-v0.zh-CN.md) | 已接受 | 无 | — |
| [RFC:结果后记忆效用归因 v0](post-outcome-memory-utility-attribution-v0.zh-CN.md) | 已接受 | 无 | — |
Expand Down
Loading
Loading