Skip to content
Merged
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
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.