From 62326194df7a7ba2a8ca372f6bad4c6821165d96 Mon Sep 17 00:00:00 2001 From: Tom Ballard Date: Sat, 25 Jul 2026 19:36:22 +0100 Subject: [PATCH] docs: use final AsDecided repository paths --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 014dc2f..b10b072 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# rac-editors +# AsDecided Editors -IDE / editor integrations for [RAC](https://github.com/itsthelore/rac-core) +IDE / editor integrations for [AsDecided](https://github.com/asdecided/core) (requirements-as-code) — one subdir per client. Per ADR-092 (one repo per concern, subdir per member) this is the single home for the editor clients; future editors (for example `jetbrains/`) land as sibling subdirs. -The repository takes the uniform `rac-*` slug; the published extension still -**lists** as "Lore for VS Code" — the brand lives at the marketplace listing, not -the repository name (ADR-092). +The repository is [`asdecided/editors`](https://github.com/asdecided/editors). +Published extension identities remain unchanged until their own explicit +release cutovers. ## Members @@ -21,5 +21,7 @@ the repository name (ADR-092). its history preserved (ADR-092 convergence). The Marketplace / OpenVSX listing identity and the published extension id are unchanged, so installed users are unaffected — only the source repository moves. The extension consumes the -published `@itsthelore/rac-sdk` and the public `rac` CLI, never engine internals -(ADR-063). +published `@itsthelore/rac-sdk` from +[`asdecided/sdk`](https://github.com/asdecided/sdk) and the public CLI, never +engine internals (ADR-063). Its migration from the legacy `rac` command to the +native `decided` API is separate release work.