Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libcoaligned

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libcoaligned

Co-Aligned architecture checks — enforce instruction-layer length caps and JTBD invariants across the repo.

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
322
-53.54%
Maintainers
1
Weekly downloads
 
Created
Source

libcoaligned

Co-Aligned architecture checks — enforce instruction-layer length caps and JTBD invariants across the repo.

Getting Started

npx coaligned                   # run every check (instructions + jtbd)
npx coaligned instructions      # enforce L1–L7 length and checklist caps
npx coaligned jtbd              # validate JTBD entries against package.json
npx coaligned jtbd --fix        # regenerate catalog and job blocks in place

The two subcommands implement the contract described in COALIGNED.md:

  • instructions — every layer (L1 CLAUDE.md, L2 CONTRIBUTING.md / JTBD.md, L3 agent profile, L4 agent reference, L5 SKILL.md, L6 skill reference, L7 checklist block) is gated by a line cap and a word cap. Either breach fails.
  • jtbd — each package.json .jobs entry is validated against the JTBD schema; with --fix, marker-delimited blocks in <dir>/README.md, <dir>/<pkg>/README.md, and root JTBD.md are regenerated.

Keywords

coaligned

FAQs

Package last updated on 31 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts