Skip to content

nrwl/metaharness.tools

Repository files navigation

metaharness.tools

metaharness.tools

AI agents run inside a harness (Claude Code, Codex, and friends). A meta-harness is the layer above it: the capabilities that span repos, sessions, and time, filling the gaps a single harness leaves behind.

metaharness.tools is an educational reference explaining what meta-harnesses are, what they add, and why the layer is emerging. We try to keep it clear and objective, and we welcome pull requests if we got something wrong or left something out.

Built with Astro + Tailwind CSS, managed as an Nx workspace.

Development

Prerequisites

Running locally

pnpm install
pnpm dev        # nx dev website — http://localhost:4321

Common commands

Command Description
pnpm dev Dev server with HMR
pnpm build Production build → apps/website/dist
pnpm preview Preview the production build
pnpm storybook Storybook for the animations package

Structure

apps/website/          Astro site
  src/pages/           routes
  src/layouts/         shared layouts
  src/components/       sections & UI
  integrations/        build-time SEO artifacts (llms.txt, robots, sitemap)
  tools/og/            OG image generator (Satori → PNG)
packages/animations/   shared animated diagrams

Deployment

Deployed to Netlify (see netlify.toml). Build command pnpm exec nx build website, publish dir apps/website/dist. The OG image is generated at build time by the og Nx target (a dependency of build).

License

MIT

About

The guide for AI meta harnesses

Topics

Resources

License

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors