Skip to content

leynos/agent-helper-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

294 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Helper Scripts

This repository contains bootstrap scripts for preparing development environments with the system packages, language toolchains, helper utilities, skills, hooks, and agent configuration used by the Leynos agent workflow. The Rust bootstrap is split by authority boundary so machine-level setup and user-home setup can be run independently for cold system layers and warm home caches.

Quick start

Start with the users' guide for the bootstrap model, common commands, and environment-variable configuration.

The main bootstrap entrypoint is rust-entrypoint. It dispatches to the system, home, or sequential compatibility flow through RUST_ENTRYPOINT_PHASE.

bash rust-entrypoint

For split runs:

RUST_ENTRYPOINT_PHASE=system bash rust-entrypoint
RUST_ENTRYPOINT_PHASE=home bash rust-entrypoint

Shared spelling dictionary

data/typos-oxendict-base.toml is the shared en-GB-oxendict dictionary for the leynos code estate. scripts/typos_rollout_cli.py harvests Oxford -ise and -ize evidence, conditionally refreshes an untracked local copy of the shared base, and deterministically generates a repository's tracked typos.toml. Repository-specific product names, identifiers and quoted fixtures belong in a local typos.local.toml overlay rather than the shared base. The same gate checks curated exact phrase corrections, such as hand-written to handwritten, which typos cannot enforce after tokenizing punctuation.

Run the repository's own spelling gate with:

make spelling

Developer guide

See the developers' guide for repository structure, phase-split internals, validation targets, and contribution workflow.

About

Helper scripts to be run by agentic coding tools

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors