4f4c2143da55cb3320062c7d1b6ecf670ccde9ae
Build / build (push) Successful in 18s
mp-silma-ai-aide
Context-aware AI aide — project-agnostic tooling to give Silma better context for supporting any codebase or task.
Development
Install dependencies:
npm ci
Run the Vite dev server:
npm run dev
Build the Chrome extension:
npm run build
The deployable extension output is dist/. Load dist/ in Chrome as an unpacked extension, or point deployment tooling at that folder. npm run build runs TypeScript, Vite, and a post-build check that verifies dist/manifest.json and the popup entry exist.
Codex
Codex setup and action commands are declared in .codex/environments/environment.toml:
- Setup:
npm ci - Dev:
npm run dev:codex - Build:
npm run build:codex - Preview:
npm run preview
Description
Context-aware AI aide — project-agnostic tooling to give Silma better context for supporting any codebase or task.
Languages
TypeScript
84.7%
CSS
9.4%
JavaScript
4.8%
HTML
1.1%