New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@open330/oac-tracking

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-tracking

Contribution logging and leaderboard tracking for OAC

latest
Source
npmnpm
Version
2026.3.6
Version published
Weekly downloads
11
1000%
Maintainers
1
Weekly downloads
 
Created
Source

@open330/oac-tracking

Contribution tracking and leaderboard for OAC (Open Agent Contribution).

Install

npm install @open330/oac-tracking

What's Inside

  • Contribution Logger — writes JSON audit logs to .oac/contributions/
  • Leaderboard — aggregates contribution stats across team members
  • JSON Schema — typed contribution log format

Usage

import { writeContributionLog } from '@open330/oac-tracking';

await writeContributionLog(repoPath, {
  contributor: 'jiun',
  tasks: completedTasks,
  tokensUsed: 42_000,
  prsCreated: 3,
});

License

MIT — see the main repo for details.

FAQs

Package last updated on 17 Feb 2026

Related posts