Sign In

@intent-driven/enricher-claude

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intent-driven/enricher-claude

AI-обогащение IDF ontology через subprocess к claude CLI

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

@intent-driven/enricher-claude

AI-обогащение IDF ontology через subprocess к локально установленному claude CLI.

import { enrich } from "@intent-driven/enricher-claude";

const { enriched, suggestions, cached } = await enrich(rawOntology);

Subprocess использует залогиненную claude CLI установленную у user'а. Для non-interactive: claude -p --bare --append-system-prompt ... --json-schema ....

Через CLI:

idf enrich --in src/domains/default/ontology.js
idf import postgres --url $DATABASE_URL --enrich

Keywords

intent-driven

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

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.

Install

Related posts