Skip to content

docs(P-022): #251 — reconcile roadmap and crate status after #214/#249 - #298

Merged
PhysShell merged 2 commits into
mainfrom
claude/own251-p022-reconcile
Jul 18, 2026
Merged

docs(P-022): #251 — reconcile roadmap and crate status after #214/#249#298
PhysShell merged 2 commits into
mainfrom
claude/own251-p022-reconcile

Conversation

@PhysShell

Copy link
Copy Markdown
Owner

Что и зачем

P-022 proposal всё ещё открывался статусом «draft / exploratory — no Rust code committed yet», тогда как в rust/ уже пять реализованных parity-gated crates. Docs-only reconciliation по брифу #251: top-level статус → «in execution» + implementation-status блок (own-ir / own-syntax / own-cfg с CFG-JSON seam и cfg_parity / own-diagnostics data-layer / own-analysis — analysis-heart milestone #214/#249); каждый оставшийся production-шаг указывает ровно на один child issue #250 (5a #255, 5b #256, 5c #257, 6a #258 — deliverable сдан, review в PR #297, 6b #259, 7a #260 + поддержка #269, 7b #261, cutover #262; Datalog — post-cutover, намеренно без issue); шаги 0–4 стратегии помечены ✅ на месте; параграф per-layer seams и Placement получили статус-заметки вместо переписывания; строка индекса proposals/README.md обновлена. Историческая design-рациональность не тронута; правило «Python authoritative до cutover» и inference feature-freeze сохранены явно.

Тип изменения

  • feat — новая возможность
  • fix — исправление бага
  • docs — документация
  • refactor / chore / test / ci — без изменения поведения

Как проверено

Связанные issue

Closes #251. Refs #250, #214, #249, #297.

Чеклист

  • изменение покрыто тестом/селфтестом (или объяснено, почему нет) — docs-only, поведение не менялось
  • README/docs обновлены при необходимости
  • коммиты в conventional-commit стиле

🤖 Generated with Claude Code

https://claude.ai/code/session_01MdYFKUaygHz1T9H1qJ7BqK


Generated by Claude Code

…249

The proposal still opened with "draft / exploratory — no Rust code committed
yet" while rust/ has five implemented, parity-gated workspace crates. Docs
only, per the #251 brief; the historical design rationale is untouched —
status is reconciled with markers and a status block, not rewrites:

* top-level status -> "in execution" + an implementation-status block:
  own-ir, own-syntax, own-cfg (incl. the canonical CFG-JSON seam +
  cfg_parity fixtures the strategy text said "still needs building"),
  own-diagnostics (data-only layer), own-analysis (solver + ownership/
  lifetime/buffer/effect/DI — the #214/#249 analysis-heart milestone);
* every remaining production step points to exactly one #250 child issue:
  5a #255, 5b #256, 5c #257, 6a #258 (delivered: spec/Bridge.md +
  BridgeBehaviorMatrix.md, review via PR #297), 6b #259, 7a #260 (+#269
  AnalysisTrace support), 7b #261, 8 cutover #262; Datalog/Ascent stays
  post-cutover with no issue, deliberately;
* migration-strategy steps 0-4 marked done in place; the per-layer-seams
  paragraph and the Placement footer get status notes instead of rewrites;
* proposals/README.md index row updated to match.

Python stays authoritative until #262's cutover gate; the verdict-changing
inference feature-freeze stands. No code or fixture files changed.

Closes #251.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Claude-Session: https://claude.ai/code/session_01MdYFKUaygHz1T9H1qJ7BqK
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@PhysShell, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d1cd3a8e-e101-474f-80b2-8c997c37c9d1

📥 Commits

Reviewing files that changed from the base of the PR and between a7d8499 and 3909f98.

📒 Files selected for processing (2)
  • docs/proposals/P-022-rust-core-migration.md
  • docs/proposals/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/own251-p022-reconcile

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 69156e620a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/proposals/P-022-rust-core-migration.md Outdated
… main yet

Codex review on #298 correctly flagged that spec/Bridge.md and
spec/BridgeBehaviorMatrix.md are referenced as delivered but do not exist in
this checkout — they live on PR #297 (the #258 deliverable, in independent
review). Reworded the 6a status in both places to say the specs land with
PR #297 and #259 starts only after that review gate, so the checklist stays
truthful regardless of which PR merges first.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Claude-Session: https://claude.ai/code/session_01MdYFKUaygHz1T9H1qJ7BqK
@PhysShell
PhysShell merged commit ccac9b6 into main Jul 18, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

P-022 maintenance: reconcile the roadmap and crate status after #214

2 participants