Skip to repository content74 lines · 1.8 KB · text
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-27T22:41:18.444Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
.gitignore
1**/*.db
2**/*.proptest-regressions
3**/cargo-target
4**/target
5.webrtc-sys/
6**/venv
7**/.direnv
8*.wasm
9*.xcodeproj
10.DS_Store
11.blob_store
12.build
13.claude/settings.local.json
14.envrc
15.flatpak-builder
16.idea
17.netrc
18*.pyc
19.pytest_cache
20.swiftpm
21.swiftpm/config/registries.json
22.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
23.venv
24.vscode
25.wrangler
26.perf-runs
27/assets/*licenses.*
28/crates/collab/seed.json
29/crates/theme/schemas/theme.json
30/crates/zed/resources/flatpak/flatpak-cargo-sources.json
31/crates/project_panel/benches/linux_repo_snapshot.txt
32/dev.zed.Zed*.json
33/node_modules/
34/plugins/bin
35/script/node_modules
36/snap
37/zed.xcworkspace
38DerivedData/
39Packages
40xcuserdata/
41crates/docs_preprocessor/actions.json
42
43# Don't commit any secrets to the repo.
44.env
45.env.local
46.env.*.local
47.env.secret.toml
48
49# `nix build` output
50/result
51
52# Visual test baseline images (these will be stored outside
53# the repo in the future, but we don't haven't decided exactly
54# where yet, so for now they get generated into a gitignored dir.)
55#
56# OMEGA-DELTA-0034/0035: Omega's own baselines are committed. Upstream leaves
57# these uncommitted pending a decision on where to keep them, which is why
58# `zed_visual_test_runner` shipped with no baselines and no invocation and
59# every Omega packet that needed rendered evidence had none. A baseline nobody
60# committed cannot fail, and three lanes in a row reported "no check here looks
61# at a rendered pixel". Only the `omega_*` captures are re-included; the
62# inherited suite keeps upstream's arrangement.
63/crates/zed/test_fixtures/visual_tests/*
64!/crates/zed/test_fixtures/visual_tests/omega_*.png
65
66# Local documentation audit files
67/december-2025-releases.md
68/docs/december-2025-documentation-gaps.md
69
70# NixOS integration test state
71.nixos-test-history
72
73.local*
74