- Rebrand commits already in history (gsd → forge) - Sync pre-existing doc, docker, and CI config updates - All rebrand artifacts verified in place: * Native crates: forge-engine, forge-ast, forge-grep * Log prefixes: [forge] across 22+ files * Binary: ~/bin/sf-run * Workspace scopes: @sf-run/*, @singularity-forge/* * Nix flake: Rust toolchain ready System ready for: nix develop && bun run build:native Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"name": "@singularity-forge/engine-linux-x64-gnu",
|
|
"version": "2.74.0",
|
|
"description": "SF native engine binary for Linux x64 (glibc)",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "forge_engine.node",
|
|
"files": [
|
|
"forge_engine.node"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/singularity-forge/sf-run.git"
|
|
}
|
|
}
|