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
4 changes: 2 additions & 2 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Both are FOSS with independent governance (no Big Tech).

### Package Management

- **Sole primary**: Guix (guix.scm) — nix is deprecated estate-wide
2026-06-01; do NOT add flake.nix/flake.lock back
- **Sole primary**: Guix (guix.scm) — guix is deprecated estate-wide
2026-06-01; do NOT add flake.guix/flake.lock back
- **JS deps**: Deno (deno.json imports)

### Security Requirements
Expand Down
10 changes: 5 additions & 5 deletions .machine_readable/contractiles/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ build *args:
# cargo build {{args}} # Rust
# mix compile {{args}} # Elixir
# zig build {{args}} # Zig
# deno task build {{args}} # Deno/ReScript
# deno task build {{args}} # Deno/AffineScript
@echo "Build complete"

# Build in release mode with optimizations
Expand Down Expand Up @@ -559,7 +559,7 @@ state-phase:
@grep -oP 'phase\s*=\s*"\K[^"]+' .machine_readable/STATE.a2ml 2>/dev/null | head -1 || echo "unknown"

# ═══════════════════════════════════════════════════════════════════════════════
# GUIX & NIX
# GUIX & GUIX
# ═══════════════════════════════════════════════════════════════════════════════

# Enter Guix development shell (primary)
Expand All @@ -570,9 +570,9 @@ guix-shell:
guix-build:
guix build -f guix.scm

# Enter Nix development shell (fallback)
nix-shell:
@if [ -f "flake.nix" ]; then nix develop; else echo "No flake.nix"; fi
# Enter Guix development shell (fallback)
guix-shell:
@if [ -f "flake.guix" ]; then guix develop; else echo "No flake.guix"; fi

# ═══════════════════════════════════════════════════════════════════════════════
# HYBRID AUTOMATION
Expand Down
2 changes: 1 addition & 1 deletion .well-known/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Standards: Consent-Aware HTTP, RSR
/* PHILOSOPHY */
Design: Reversibility-first
Ethics: Consent-aware
Language: Tier 1 RSR (Rust, Elixir, Zig, Ada, Haskell, ReScript)
Language: Tier 1 RSR (Rust, Elixir, Zig, Ada, Haskell, AffineScript)
2 changes: 1 addition & 1 deletion 0-AI-MANIFEST.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ respect-claude-md = true # .claude/CLAUDE.md is binding for AI assistants
2026-04-17 = "migrated from Guile Scheme (`.machine_readable/6scm/*.scm`) to TOML-flavoured A2ML (`.machine_readable/6a2/*.a2ml`)"
2026-04-25 = "bot_directives extended with [bot] mode-resolver block"
2026-04-26 = "test suite reached 184/184 passing"
2026-05-30 = ".claude/CLAUDE.md flipped ReScript→AffineScript per estate policy"
2026-05-30 = ".claude/CLAUDE.md flipped AffineScript→AffineScript per estate policy"
Loading
Loading