
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.
ctxbrew packages repo context into versioned markdown slices and reads those slices from installed npm dependencies.
npm install -g ctxbrew
ctxbrew --version
Initialize config and publish wiring:
ctxbrew init
This creates ctxbrew.yaml, updates package.json (files, scripts.prepack) and adds generated-artifact markers.
Build artifacts:
ctxbrew build
Validate without writing files:
ctxbrew build --check
Generated files:
ctxbrew/index.yamlctxbrew/<slice-id>.mdDiscover installed packages with context:
ctxbrew list
ctxbrew list @acme/ui
Read one slice:
ctxbrew get @acme/ui components
Search across slices:
ctxbrew search "dialog focus trap"
ctxbrew search "theming" --limit 5
ctxbrew.yaml)version: 1
slices:
- id: overview
description: High-level architecture
include:
- README.md
- id: components
title: Components
description: UI components and usage
include:
- src/components/**
- docs/components/**
Rules:
version is required and currently must be 1.id must be unique kebab-case.include is required and non-empty.ctxbrew setup
ctxbrew skill --agent cursor
0 success1 not found2 validation error64 usage errorFAQs
CLI for packaging docs/source into versioned context bundles for AI agents.
The npm package ctxbrew receives a total of 56 weekly downloads. As such, ctxbrew popularity was classified as not popular.
We found that ctxbrew 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.