Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We welcome contributions in many forms:
## Getting Started

1. **Read the AI Manifest:** Start with `0-AI-MANIFEST.a2ml` (if present) to understand the repository structure.
2. **Environment:** Use `nix develop` or `direnv allow` to set up your tools.
2. **Environment:** Use `guix shell -D -f guix.scm` (or `direnv allow`) to set up your tools. Guix is the canonical packager per [standards#101](https://github.com/hyperpolymath/standards/issues/101); the prior `nix develop` fallback was retired.
3. **Task Runner:** Use `just` to see available commands (`just --list`).

## Development Workflow
Expand Down
2 changes: 1 addition & 1 deletion TESTING-AUDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ baseline, add a CI job that fails if p95 regresses > 50%.
| **Functionality** | strong | 39 Elixir + 38 Rust test files, ~8,659 Elixir LOC, full pipeline E2E |
| **Versability** | strong | SemVer in `CHANGELOG.adoc` + `mix.exs`, detailed per-version changelogs |
| **Maintainability** | strong | Modular Rust workspace, TOPOLOGY.md, DESIGN-NARRATIVE.md, clean module boundaries |
| **Reproducibility** | strong | `flake.nix` + `guix.scm`, `Cargo.lock` + `mix.lock` committed |
| **Reproducibility** | strong | `guix.scm` (canonical per standards#101 — `flake.nix` retired), `Cargo.lock` + `mix.lock` committed |
| **Portability** | strong | Cross-platform CI matrix (Linux x86_64 / ARM64, macOS x86_64 / ARM64, Windows), Containerfile, podman |
| **Dependability** | weak | OTP supervision + concurrency tests but no chaos engineering, no fault-injection |
| **Performance** | weak | No published metrics, no latency / throughput benchmarks gated, no capacity planning |
Expand Down
61 changes: 0 additions & 61 deletions flake.lock

This file was deleted.

52 changes: 0 additions & 52 deletions flake.nix

This file was deleted.

Loading