
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@intent-driven/cli-chat
Advanced tools
Interactive REPL для итеративного редактирования IDF-ontology через диалог с локальным claude CLI
Interactive REPL для итеративного редактирования IDF-ontology через диалог с локальным claude CLI.
npx @intent-driven/cli-chat ./domain.js
или через родительский CLI:
npx @intent-driven/cli chat ./domain.js
y/ny — apply, ontology обновляется в памяти + snapshot пишется на диск в .idf/sessions/<startedAt>/<turn>.jsonn — патч отбрасывается, ничего не меняетсяКогда ontology загружена, REPL запрашивает у LLM ответ в формате { kind: "chat" | "patch" } через claude --json-schema. Для свободных вопросов — kind: chat, для запросов на изменение — kind: patch с массивом RFC6902 ops.
Поддерживаемые ops: add / remove / replace / test. JSON Pointer (RFC 6901) для path.
you> добавь роль auditor с правом read на все entities
…
ai: добавляю роль auditor с base="viewer"
предлагаемые изменения:
+ /roles/auditor ← {"id":"auditor","base":"viewer","description":"…"}
применить? (y/n)
you> y
✓ применён, snapshot записан
/help — справка/exit или /quit — выйти/history — conversation history/clear — очистить historyВ roadmap (PR 2.3+): /invariant, /role, /preapproval, /irreversible, /verify, /undo, /explain.
.idf/sessions/<startedAt>/<turn>.json (формат 2026-05-08T12-34-56-789Z/0001.json). Каждый успешный apply создаёт новый snapshot — основа для /undo и forensics.
claude CLI (логиниться нужно один раз: claude без аргументов). Subprocess использует залогиненный keychain, отдельный ANTHROPIC_API_KEY не нужен.| PR | Что |
|---|---|
| 2.1 | Skeleton (этот пакет): REPL + slash + free-form chat |
| 2.2 | Structured diff (jsonpatch) + preview/confirm + snapshots |
| 2.3 | Domain-specific slash: /invariant, /role, /preapproval, … |
| 2.4 | Validation loop (crystallize после apply, auto-rollback) |
См. полный план в docs/fold-boxed-product-roadmap.md (Phase 2).
MIT.
FAQs
Interactive REPL для итеративного редактирования IDF-ontology через диалог с локальным claude CLI
We found that @intent-driven/cli-chat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.