Skip to content
Merged
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
32 changes: 20 additions & 12 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
# Rethunk.Tech, LLC.

Developer tooling for agent-era engineering — CLIs, hooks, and shared CI that keep
humans and coding agents honest about what changed, what ran, and whether the
gates passed.
Open developer toolchain for agent-era engineering — CLIs, hooks, and shared CI
that keep humans and coding agents honest about what changed, what ran, and
whether the gates passed.

Product work for **Bastion** and **Citadel** (governed agent operations and an
AI-native git forge) lives under [Rethunk-AI](https://github.com/Rethunk-AI).
This org is the open toolchain around that work.
This org is the open toolchain around that work, not the product org.

**Site:** [we.rethunk.tech](https://we.rethunk.tech/) · **OSS:** [oss@rethunk.tech](mailto:oss@rethunk.tech)

## Active

| Repo | What it is |
|------|------------|
| [heft](https://github.com/Rethunk-Tech/heft) | Read-only Linux TUI — process cost by app, user service, and container |
| [rethunk-git-cli](https://github.com/Rethunk-Tech/rethunk-git-cli) | Symbol-granular staging and commits (function / method / type) |
| [rethunk-gate-cli](https://github.com/Rethunk-Tech/rethunk-gate-cli) | Run project gates concurrently; one exit line, full logs kept |
| [claude-format-hooks](https://github.com/Rethunk-Tech/claude-format-hooks) | Claude Code PostToolUse format/lint dispatcher (Go + common formatters) |
| [gh-actions](https://github.com/Rethunk-Tech/gh-actions) | Shared composite Actions — Bun / Next.js toolchain setup and caching |
| [heft](https://github.com/Rethunk-Tech/heft) | Read-only Linux TUI that groups process cost by application, user service, and container |
| [rethunk-git-cli](https://github.com/Rethunk-Tech/rethunk-git-cli) | Symbol-granular git staging and commits — function, method, or type |
| [rethunk-gate-cli](https://github.com/Rethunk-Tech/rethunk-gate-cli) | Concurrent project gates; full logs, one result line, exit status unchanged |
| [claude-format-hooks](https://github.com/Rethunk-Tech/claude-format-hooks) | Claude Code PostToolUse format/lint dispatcher (Go) |
| [gh-actions](https://github.com/Rethunk-Tech/gh-actions) | Shared composite Actions — Bun and Next.js toolchain setup and caching |

## Archived

Older Next.js boilerplates, wiki/trace utilities, and the Claude plugin marketplace
are archived and kept for history — not entry points. Prefer the Active table above.
GitHub's popular list is star-sorted, so older Next.js work can still appear
above the Active table. These repositories are archived and kept for history —
not entry points:

- [nextjs-boilerplate](https://github.com/Rethunk-Tech/nextjs-boilerplate)
- [next-ui-builder](https://github.com/Rethunk-Tech/next-ui-builder)
- [wiki2go](https://github.com/Rethunk-Tech/wiki2go)
- [TraceTrim](https://github.com/Rethunk-Tech/TraceTrim)
- [claude-plugins](https://github.com/Rethunk-Tech/claude-plugins)

## Related

- [Rethunk-AI](https://github.com/Rethunk-AI) — benchmarks, agent images, MCP experiments, community docs
- [Rethunk-AI](https://github.com/Rethunk-AI) — public research and scaffolding around Bastion and Citadel
- [Open source](https://we.rethunk.tech/open-source) — public repos across both orgs
Loading