
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@gensx/cline-rules
Advanced tools
This package installs a .clinerules
file to your project, providing project-specific instructions for Cline editor when working with GenSX projects.
Cline's .clinerules
file provides project-specific instructions that are automatically appended to your custom instructions and referenced in Cline's system prompt, ensuring they influence all interactions within the project context.
You can install the Cline rules directly from npm without adding the package as a dependency:
# Run directly with npx to install the rules
npx @gensx/cline-rules
Alternatively, you can install it as a dependency:
npm install --save-dev @gensx/cline-rules
# or
yarn add -D @gensx/cline-rules
# or
pnpm add -D @gensx/cline-rules
Then run the CLI:
npx gensx-cline-rules
.clinerules
file to your project rootThe included .clinerules
file contains:
The .clinerules
file uses managed sections delimited by HTML comments:
<!-- BEGIN_MANAGED_SECTION -->
... managed content that will be updated ...
<!-- END_MANAGED_SECTION -->
When upgrading or reinstalling the rules, only the content within these markers will be updated, preserving any custom content you've added outside of the managed section.
Add your custom project information outside the managed section to preserve it during updates.
A section at the bottom of the file is provided specifically for your custom content.
Apache-2.0
FAQs
Cline rules for GenSX projects.
We found that @gensx/cline-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.