Sign In

@eldrex/personas

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eldrex/personas

Personality engine for DevDiff — AI output formatting and tones

Source
npmnpm
Version
1.8.1
Version published
Maintainers
1
Created
Source

@eldrex/personas

Code analysis personas for DevDiff — customize the voice and focus of generated changelogs

npm version Socket Score License: MIT

Overview

@eldrex/personas provides a collection of pre-configured AI analysis profiles for DevDiff. It adapts the output changelog based on the target audience (e.g., developers, product managers, security auditors, or marketing).

Installation

npm install @eldrex/personas

Quick Start

import { getPersonaPrompt } from "@eldrex/personas";

const systemPrompt = getPersonaPrompt("product-manager");

Available Personas

  • developer: Deep technical analysis focused on refactoring, architecture, and API surface changes.
  • product-manager: High-level, value-oriented summaries focused on user features, bugs fixed, and product impact.
  • security-auditor: Security-centric view highlighting risk changes, permission changes, secrets, and CVE fixes.
  • general: A balanced summary suitable for team updates.

🔒 Security & Privacy

This package is a pure metadata and template definition package. It has:

  • No network access
  • No shell command execution
  • No file system access

All data processing remains entirely local.

License

MIT © DevDiff Contributors

FAQs

Package last updated on 21 Aug 2026

Related posts