New:Socket for Asana Is Now Available.Learn more
Get Started

@open330/oac-completion

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open330/oac-completion

PR creation and post-execution completion for OAC

Source
npmnpm
Version
2026.3.3
Version published
Maintainers
1
Created
Source

@open330/oac-completion

PR creation and issue linking for OAC (Open Agent Contribution).

Install

npm install @open330/oac-completion

What's Inside

  • PR Handler — creates pull requests via Octokit with structured descriptions
  • Issue Linker — links PRs to source issues/TODOs with Closes #N references
  • Diff Validator — sanity-checks agent output before submitting

Usage

import { createCompletionHandler } from '@open330/oac-completion';

const handler = createCompletionHandler({ token: process.env.GITHUB_TOKEN });
const pr = await handler.createPR({ repo, task, execution });

License

MIT — see the main repo for details.

FAQs

Package last updated on 17 Feb 2026

Related posts