@open330/oac-tracking
Advanced tools
+32
| # @open330/oac-tracking | ||
| Contribution tracking and leaderboard for [OAC (Open Agent Contribution)](https://github.com/Open330/open-agent-contribution). | ||
| ## Install | ||
| ```bash | ||
| 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 | ||
| ```typescript | ||
| import { writeContributionLog } from '@open330/oac-tracking'; | ||
| await writeContributionLog(repoPath, { | ||
| contributor: 'jiun', | ||
| tasks: completedTasks, | ||
| tokensUsed: 42_000, | ||
| prsCreated: 3, | ||
| }); | ||
| ``` | ||
| ## License | ||
| MIT — see the [main repo](https://github.com/Open330/open-agent-contribution) for details. |
+4
-3
| { | ||
| "name": "@open330/oac-tracking", | ||
| "version": "2026.3.1", | ||
| "version": "2026.3.2", | ||
| "description": "Contribution logging and leaderboard tracking for OAC", | ||
@@ -21,3 +21,4 @@ "license": "MIT", | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
@@ -32,3 +33,3 @@ "publishConfig": { | ||
| "zod": "^3.24.2", | ||
| "@open330/oac-core": "2026.3.1" | ||
| "@open330/oac-core": "2026.3.2" | ||
| }, | ||
@@ -35,0 +36,0 @@ "devDependencies": { |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
48627
1.62%6
20%0
-100%33
Infinity%+ Added
- Removed
Updated