latticeai
v0.7.2
Published
Lattice Core for existing repos: agent rules, verification, drift detection, and security scans
Downloads
470
Maintainers
Readme
latticeai
latticeai is the public launcher package for Lattice Core.
Use it in an existing repository to add modern agent instructions, verification, drift checks, and security scanning without changing your product architecture.
What Lattice Core adds
AGENTS.md,docs/rules/codex.md, Cursor project rules, and Claude project settingsverify,release-check,status,drift,diff,update, anddoctorworkflowssecurity-scanfor exposed-secret detection- prompt recipes and optional CI scaffolding
Quick start
npx latticeaiFor a non-interactive setup:
npx latticeai setup --projectType nextjs --preset startupCore commands
npx latticeai verifynpx latticeai release-checknpx latticeai security-scannpx latticeai statusnpx latticeai driftnpx latticeai diffnpx latticeai updatenpx latticeai doctor
Architect installs
Lattice Architect uses the same CLI package for project delivery:
npx latticeai create --id <project-id>That flow is separate from Core setup. Core is for bringing agent guardrails and verification into repositories you already have.
Links
- Docs: https://latticeai.app/core
- Source: https://github.com/rmach816/lattice
