mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
Point install docs at @logicsrc/opencontext; record the npm name collision
The unscoped `opencontext` name is already published on npm by an unrelated third party (federicodeponte/opencontext, 2.0.0), so `npx opencontext` would install a stranger's package. Docs now use `npx @logicsrc/opencontext`; the bin stays named `opencontext` so the command reads as the PRD specifies once installed. Recorded in PRD 0003 as a blocker to resolve before any publication, along with the fact that no @logicsrc spec package has ever been published, so there is no existing release path to slot into. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ec3ed64f20
commit
dc56e4c741
7 changed files with 31 additions and 17 deletions
|
|
@ -15,9 +15,9 @@ Five working [OpenContext](../../docs/opencontext.md) repositories. Every one is
|
|||
```bash
|
||||
cd minimal
|
||||
|
||||
npx opencontext validate --strict
|
||||
npx opencontext doctor
|
||||
npx opencontext resolve --role everyone --format markdown
|
||||
npx @logicsrc/opencontext validate --strict
|
||||
npx @logicsrc/opencontext doctor
|
||||
npx @logicsrc/opencontext resolve --role everyone --format markdown
|
||||
```
|
||||
|
||||
Or from anywhere, since discovery searches upward:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue