🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aryam/fixmap-core

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryam/fixmap-core

Deterministic local-first repository scanner, context ranker, and report renderer for coding agents.

Source
npmnpm
Version
0.8.0
Version published
Weekly downloads
1.4K
137.79%
Maintainers
1
Weekly downloads
 
Created
Source

@aryam/fixmap-core

Core repository scanner, ranker, and report renderer for FixMap. Zero dependencies.

Most users want the CLI and MCP server instead: @aryam/fixmap.

Usage

import { buildFixMapReport, renderMarkdownReport } from "@aryam/fixmap-core";

const report = await buildFixMapReport({
  repoRoot: "/path/to/repo",
  issueText: "password reset emails fail"
});

console.log(renderMarkdownReport(report));

buildFixMapReport runs the full pipeline: scan the repository, rank context files against the task, route to the most relevant test commands, and collect risk notes and diagnostics. Lower-level pieces (scanRepo, rankContextFiles, buildTestRoutes, buildRiskNotes, renderJsonReport) are exported individually.

MIT © FixMap contributors.

Keywords

ai-agents

FAQs

Package last updated on 31 Jul 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