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: 0 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ fi
# Project environment variables
export PROJECT_NAME="gv-clade-index"
export RSR_TIER="infrastructure"
# export DATABASE_URL="..."
# export API_KEY="..."

# Source .env if it exists (gitignored)
dotenv_if_exists
2 changes: 1 addition & 1 deletion .machine_readable/INTENT.contractile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
; === Sensitive Areas (if in doubt, ask) ===
(ask-before-touching
; *REMINDER: List areas where LLMs should check before modifying*
; "src/abi/ — formal proofs, changes require re-verification"
; "src/interface/abi/ — formal proofs, changes require re-verification"
; "ffi/zig/ — C ABI boundary, changes affect all language bindings"
; ".machine_readable/ — checkpoint files, format is specified"
)
Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART-DEV.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cd worker && npm test
----
gv-clade-index/
├── src/ # Source code
├── src/abi/ # Idris2 ABI definitions (if applicable)
├── src/interface/abi/ # Idris2 ABI definitions (if applicable)
├── ffi/zig/ # Zig FFI bridge (if applicable)
├── tests/ # Test suite
├── docs/ # Documentation
Expand Down
4 changes: 2 additions & 2 deletions docs/RSR_OUTLINE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ just validate-rsr
|`AI.a2ml`
|Claude-specific instructions

|`src/abi/`
|`src/interface/abi/`
|Idris2 ABI definitions (Types, Layout, Foreign)

|`ffi/zig/`
Expand Down Expand Up @@ -177,7 +177,7 @@ project/
│ ├── TOPOLOGY-GUIDE.adoc
│ ├── generated/
│ └── man/
├── src/abi/ # Idris2 ABI definitions
├── src/interface/abi/ # Idris2 ABI definitions
│ ├── Types.idr
│ ├── Layout.idr
│ └── Foreign.idr
Expand Down
Loading
Loading