{"_id":"@accordrail/linux-x64","_rev":"2-a7249a6c52f75ecc3c8b312370f4ab40","name":"@accordrail/linux-x64","dist-tags":{"latest":"0.1.4"},"versions":{"0.1.3":{"name":"@accordrail/linux-x64","version":"0.1.3","license":"SEE LICENSE IN README.md","_id":"@accordrail/linux-x64@0.1.3","maintainers":[{"name":"volta_0936","email":"voltatable@gmail.com"}],"homepage":"https://accordrail.dev","os":["linux"],"cpu":["x64"],"dist":{"shasum":"5763285ee48dc89aebbe66ab6655ac875c1d340b","tarball":"https://registry.npmjs.org/@accordrail/linux-x64/-/linux-x64-0.1.3.tgz","fileCount":3,"integrity":"sha512-n7zSddgGfkjtb/dxbIg5My0KGwrSJz/mIW5COD2T+NLFi9wC7rdw0pgkL6TBvUw3D51GLaCCSz1YPO2s9hRwJQ==","signatures":[{"sig":"MEQCIGUs45Yq3jm5TS1fAnNwhpmbvvdXhdPNZSwFmc9ps386AiBD2CasDGzm0QtBYr8S0zIVKd4e4SEgjFcdG9X5QX387A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10345869},"_from":"file:D:/ProofLine/accordrail-0.1.3/accordrail-linux-x64-0.1.3.tgz","_npmUser":{"name":"volta_0936","email":"voltatable@gmail.com"},"_resolved":"D:\\ProofLine\\accordrail-0.1.3\\accordrail-linux-x64-0.1.3.tgz","_integrity":"sha512-n7zSddgGfkjtb/dxbIg5My0KGwrSJz/mIW5COD2T+NLFi9wC7rdw0pgkL6TBvUw3D51GLaCCSz1YPO2s9hRwJQ==","_npmVersion":"11.6.2","description":"AccordRail (trial) executable — Linux x86_64, statically linked","directories":{},"_nodeVersion":"24.12.0","_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/linux-x64_0.1.3_1788277793908_0.48016152011199686","host":"s3://npm-registry-packages-npm-production"}},"0.1.4":{"name":"@accordrail/linux-x64","version":"0.1.4","description":"AccordRail (trial) executable — Linux x86_64, statically linked","os":["linux"],"cpu":["x64"],"license":"SEE LICENSE IN README.md","homepage":"https://accordrail.dev","_id":"@accordrail/linux-x64@0.1.4","_integrity":"sha512-I53puYvFtH386SU8yQH2tCwauNdZ/DsjzbsfN4cQftqotRH03cnOc6bBX9rBzUWpd4KyXtJcOi1GyUrPKvAjQA==","_resolved":"D:\\ProofLine\\accordrail-src\\npm\\linux-x64\\accordrail-linux-x64-0.1.4.tgz","_from":"file:npm/linux-x64/accordrail-linux-x64-0.1.4.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-I53puYvFtH386SU8yQH2tCwauNdZ/DsjzbsfN4cQftqotRH03cnOc6bBX9rBzUWpd4KyXtJcOi1GyUrPKvAjQA==","shasum":"f39df2a9ae98533f972210b48f3a2fbfa6c8d0fe","tarball":"https://registry.npmjs.org/@accordrail/linux-x64/-/linux-x64-0.1.4.tgz","fileCount":3,"unpackedSize":17418612,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICVHMvhDh5rSjEzeYc9b4a3i32hhHvbnz+akZnjUzhBPAiEAqLnd5nbGHYP/gaqrSsN99IQhfjYD7pz2ru/U4veYhHA="}]},"_npmUser":{"name":"volta_0936","email":"voltatable@gmail.com"},"directories":{},"maintainers":[{"name":"volta_0936","email":"voltatable@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/linux-x64_0.1.4_1788371486976_0.94569335176107"},"_hasShrinkwrap":false}},"time":{"created":"2026-09-01T15:49:53.646Z","modified":"2026-09-02T17:51:27.930Z","0.1.3":"2026-09-01T15:49:54.109Z","0.1.4":"2026-09-02T17:51:27.341Z"},"license":"SEE LICENSE IN README.md","homepage":"https://accordrail.dev","description":"AccordRail (trial) executable — Linux x86_64, statically linked","maintainers":[{"name":"volta_0936","email":"voltatable@gmail.com"}],"readme":"# accordrail\n\n**AI writes the code. Something has to hold the line.**\n\nAccordRail keeps one spec of record (`.accordrail/spec.toml`) and checks your code\nagainst it — deterministically. No model in the stopping path, no guessing, no telemetry.\nWhen it has no grounds to speak, it stays silent.\n\n**Free. The whole thing.** No trial, no tier, no registration, no expiry. Commercial use is fine.\n\n```\nnpm i -D accordrail\nnpx accordrail init .          # read the shape of your code, draft the spec\n$EDITOR .accordrail/spec.toml   # a human reviews it\nnpx accordrail connect .       # wire the project to the AI you already use\n```\n\n## What it does\n\n- **Spec of record** — layers, entry points, where things may live. Only what a dependency\n  graph can establish with certainty.\n- **The gate** — stops the change that breaks the spec *before the file is written*, and\n  hands the AI the reason and the remaining options. Not \"forbidden\": *which agreement,\n  and what next.*\n- **Silence** — 0 false positives across 220 commits of other people's repositories;\n  88.1% of 47,799 commits passed without a word.\n- **One share, not the whole repo** — hand the AI 1.5KB of promises instead of 182KB of\n  reading. Split work so several agents run in parallel without colliding.\n- **Memory across sessions** — what was decided, what was tried and failed, what is handed\n  to whoever comes next. Every stopped violation is kept.\n\n## Nothing leaves your machine\n\nThere is no code in this program that talks to the network — not for licensing, not for\ntelemetry, not for analysis. The launcher in this package (`bin/accordrail.js`) is the only\ncode that runs before the binary; it is published under MIT so anyone can read it.\n\n## Platforms\n\nWindows x64 and Linux x64 (musl static — runs in containers as-is). macOS and ARM are not\nreleased: we do not ship what we have not run.\n\nWebsite (English / 日本語): https://accordrail.dev\n","readmeFilename":"README.md"}