For AGENTS.md (nlia), alpha version:
curl -fsSL https://raw.githubusercontent.com/untillpro/uspecs/main/uspecs/u/scripts/conf.sh | bash -s install --nlia --alphaOther variants (not ready)
For AGENTS.md (nlia), stable version:
curl -fsSL https://raw.githubusercontent.com/untillpro/uspecs/main/uspecs/u/scripts/conf.sh | bash -s install --nliaFor CLAUDE.md (nlic):
curl -fsSL https://raw.githubusercontent.com/untillpro/uspecs/main/uspecs/u/scripts/conf.sh | bash -s install --nlicFor both:
curl -fsSL https://raw.githubusercontent.com/untillpro/uspecs/main/uspecs/u/scripts/conf.sh | bash -s install --nlia --nlicUpdate to the latest version:
uspecs/u/scripts/conf.sh updateBehavior:
- For alpha: updates to the latest commit from main branch
- For stable: updates to the latest minor version (e.g., 1.2.3 -> 1.2.4, not 1.3.0)
Upgrade to the latest major version (stable versions only):
uspecs/u/scripts/conf.sh upgradeAdd or remove invocation methods:
uspecs/u/scripts/conf.sh it --add nlia
uspecs/u/scripts/conf.sh it --remove nlic
uspecs/u/scripts/conf.sh it --add nlia --add nlic