
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@dewtech/dare-cli
Advanced tools
CLI tool for DARE Framework - AI-assisted software development with parallel task execution.
npm install -g @dewtech/dare-cli
# or
npx @dewtech/dare-cli init my-project
dare initInteractive project initialization with stack selection.
dare init my-project
Prompts:
Generates:
.cursorrules / .antigravityrules (global rules).cursor/rules/*.mdc (stack-specific skills).cursor/commands/ (DARE commands).agents/skills/ (Antigravity skills)dare.config.json (project config)DARE/README.md (methodology guide)dare designGenerate DESIGN.md from a project description.
dare design "Build a REST API for user authentication with JWT"
dare blueprintGenerate BLUEPRINT.md, dare-dag.yaml, and TASKS.md from DESIGN.md.
dare blueprint
dare executeExecute tasks using DAG Task Runner.
# Execute all tasks in parallel
dare execute --parallel --runner cursor
# Execute a specific task
dare execute task-001
# Sequential execution
dare execute
# 1. Initialize project
dare init my-api
# 2. Define requirements
dare design "Build a REST API for user management"
# 3. Generate blueprint and task graph
dare blueprint
# 4. Execute tasks in parallel (75% faster)
dare execute --parallel --runner cursor
| Mode | Estimated Time |
|---|---|
| Sequential (old) | ~280 minutes |
| Parallel DAG | ~70 minutes |
| Improvement | 75% faster |
FAQs
DARE Framework - CLI, GraphRAG engine, MCP server and shared types in a single package
The npm package @dewtech/dare-cli receives a total of 626 weekly downloads. As such, @dewtech/dare-cli popularity was classified as not popular.
We found that @dewtech/dare-cli 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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.