You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the a2ml-validate-action hygiene pass. Removes Nix (banned
estate-wide; Guix only) from active tooling and corrects the
template-cruft dependabot config.
## Removed
- `flake.nix`
- `.envrc` nix-flake activation block
- `Justfile` `nix-shell` recipe
- `.machine_readable/scripts/lifecycle/install-tools.sh` nix branch →
now **guix-first**, then asdf
- `.gitattributes` `*.nix` / `flake.lock` rules
- `.gitignore` Nix / `flake.lock` section
- `.editorconfig` `[*.nix]` block
## Dependabot
Trimmed to **github-actions only**. The repo ships no language manifests
(no Cargo.toml/mix.exs/package.json), and `nix`/`pip`(Python)/`npm`
ecosystems are banned estate-wide. Also drops the `cargo` `ignore:
semver-patch` anti-pattern inherited from the template.
## Deliberately NOT included (need owner decisions / manual pass)
- **`.github/CONTRIBUTING.md`** — broken template residue (wrong clone
URL, malformed, stale names) that GitHub serves over the clean root
`CONTRIBUTING.md`. Needs a dedup decision, not a one-line patch.
- Root **`CONTRIBUTING.md`** `nix develop` line — file lacks the
owner-attribution string the pre-commit hook requires, so editing it is
part of your manual licence/header pass.
- **Doc mentions** of Nix that describe it as an external/standard
option (`docs/RSR_OUTLINE.adoc` Tier-2 list,
`docs/STATE-VISUALIZER.adoc` diagram).
- **`.machine_readable/`** Nix references — part of the separate
machine-readable restructure.
Signed; no licence/SPDX header edits.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments