Cài đặt Failproof AI policies
failproofai pack list names every category the pack offers.
Xem pack chứa gì trước khi cài đặt
SHA256SUMS, so what you are reading is what would install.
failproofai pack list with no source lists the packs already installed here.
Cài đặt pack của người khác
Naming no tag installs the newest release and pins it, then tells you which tag it chose. What gets recorded always names exactly one release, so a reinstall cannot drift.
Lấy một phần của pack
By default you get the pack’s own defaults — the policies its author marked safe to switch on unattended — not everything it contains.--category and --policy combine as a union (--only is accepted as a synonym for --policy). Re-adding at a newer version keeps whatever you chose rather than switching the rest back on.
Quản lý những gì được bật
If a pack ships a policy whose name is also an enabled builtin, the builtin runs and the pack’s copy is skipped — the same guard would otherwise be evaluated twice. Turn the builtin off to use the pack’s copy instead.
Failproof AI policies có nguồn gốc từ đâu
core reads the copy vendored in the npm package. The same set is published as a GitHub release, which is what you install if you want a specific version:
Tính toàn vẹn mang lại cái gì và không mang lại cái gì
SHA256SUMS ships in the same release as the artifact, so it is not a signature and proves nothing about who published it. What it does prove is that the bytes are the ones that release published — and because the digest is recorded when you add the pack and re-verified before every import, a pack cannot change under your machine afterwards. A repository that retags or replaces an asset stops loading instead of quietly running something else.
At install time the pack is also imported once and checked against its own manifest. A pack whose artifact does not parse, or that registers something other than what it declares, is refused before anything is activated — rather than installing cleanly and failing on your next tool call.
Khi một pack không tải được
A pack this machine was told to enforce and cannot run denies the events its missing policies covered, rather than allowing them silently. See Failure behavior.failproofai pack list names any pack in that state and exits non-zero.
Ngoại tuyến và mirror
Publishing your own pack: see Publish a pack.

