Iris's decision: it lives in this repository for now, included by path, with its history left in the iris/iris repository on the gitea remote (this is its main at 7b54aaf, byte-identical to the public GitHub copy). It gets its own repository back once it has proved itself here. RUST.md's I0 records the decision and what the first build said: the tree does not compile on the current nightly because const_trait_impl now requires traits to be declared 'const trait', which is the first item of I0b. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
27 lines
715 B
Plaintext
27 lines
715 B
Plaintext
.gradle/
|
|
build/
|
|
app/androidApp/build/
|
|
local.properties
|
|
.kotlin/
|
|
*.iml
|
|
.idea/
|
|
.DS_Store
|
|
server/target/
|
|
|
|
# Server logs from a development run (ai-server.log by convention,
|
|
# wg-test.log from ./test-wg-tunnel.sh).
|
|
*.log
|
|
|
|
# The state and key material below all live outside the repo now -- under
|
|
# $XDG_CONFIG_HOME/ai-app and $XDG_DATA_HOME/ai-app, because this repo is
|
|
# a mount shared with a VM the host doesn't trust (see AGENTS.md). These
|
|
# entries stay as a backstop so a stray --config or --certs pointed at the
|
|
# checkout can't commit a CA private key, a token hash, or a transcript.
|
|
certs/
|
|
config.ron
|
|
config.json
|
|
sessions/
|
|
|
|
# iris, the in-house UI library, is vendored at iris/ and built by cargo.
|
|
iris/target/
|