This file provides guidance to AI coding agents when working with code in this repository.
A Visual Studio Code extension for code_ownership. It shows the owning team for the currently open file and lets developers quickly navigate to ownership configuration.
npm install
# Build (webpack)
npm run build
# Production build
npm run build:prod
# Watch mode
npm run watch
# Run tests
npm test
# Lint
npm run lint
# Auto-fix lint
npm run fixsrc/— TypeScript source; the extension queries thecode_ownershipRuby gem (or a language server) to resolve ownership for the active file and displays it in the status barpackage.json— VS Code extension manifest, activation events, contributed commands, and webpack build configwebpack.config.js— bundles the extension for distribution