Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 3 additions & 26 deletions site/.gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
# deps
/node_modules

# generated content
.source

# test & build
/coverage
/.next/
/out/
/build
*.tsbuildinfo

# misc
.DS_Store
*.pem
/.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# others
.env*.local
.vercel
next-env.d.ts
node_modules/
out/
.wrangler/
.DS_Store
55 changes: 0 additions & 55 deletions site/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions site/biome.base.json

This file was deleted.

34 changes: 0 additions & 34 deletions site/biome.json

This file was deleted.

944 changes: 40 additions & 904 deletions site/bun.lock

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions site/content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: About
description: What Straitjacket is, who builds it, and why it exists.
order: 9
---

Straitjacket is a fast, deterministic scanner that flags the weird code and
text LLMs produce: emoji glyphs in source files, hardcoded colors that should
be theme tokens, sprawling thousand-line files, logic indented past the depth a
reader can hold, and deferred-work markers like TODO left behind in comments.
It is one static Rust binary with no runtime dependencies, so it drops into any
repository's CI regardless of language or stack.

Every rule runs on the text of a file — the same binary works across every
language and stack, no toolchain required. The trade is that findings are
pattern-level: Straitjacket tells you what is in the source, not what it means.
The reasoning behind the rule set is written down in
[the project philosophy](/project/philosophy/).

Straitjacket is built by
[Powderworks](https://powderworks.dev), an independent workshop of open-source
developer tools maintained by Zack Maril. The code is MIT-licensed and lives on
[GitHub](https://github.com/PowderworksCode/straitjacket), where releases,
checksums, and the full commit history are public.

If you want to shape what it catches — a new smell, a false positive you should
not have to live with — the [contributing guide](/project/contributing/) is
the way in.
25 changes: 0 additions & 25 deletions site/content/docs/about/index.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions site/content/docs/about/meta.json

This file was deleted.

30 changes: 0 additions & 30 deletions site/content/docs/guides/index.mdx

This file was deleted.

11 changes: 0 additions & 11 deletions site/content/docs/guides/meta.json

This file was deleted.

51 changes: 0 additions & 51 deletions site/content/docs/index.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions site/content/docs/meta.json

This file was deleted.

35 changes: 0 additions & 35 deletions site/content/docs/reference/index.mdx

This file was deleted.

11 changes: 0 additions & 11 deletions site/content/docs/reference/meta.json

This file was deleted.

Loading