Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T03:55:13.745Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

config.toml

25 lines · 664 B · toml
1name = "Git Commit"
2grammar = "gitcommit"
3path_suffixes = [
4  "TAG_EDITMSG",
5  "MERGE_MSG",
6  "COMMIT_EDITMSG",
7  "NOTES_EDITMSG",
8  "EDIT_DESCRIPTION",
9]
10line_comments = ["# "]
11brackets = [
12  { start = "(", end = ")", close = true, newline = false },
13  { start = "`", end = "`", close = true, newline = false },
14  { start = "\"", end = "\"", close = true, newline = false },
15  { start = "'", end = "'", close = true, newline = false },
16  { start = "{", end = "}", close = true, newline = false },
17  { start = "[", end = "]", close = true, newline = false },
18]
19rewrap_prefixes = [
20    "[-*+]\\s+",
21    "\\d+\\.\\s+",
22    ">\\s*",
23    "[-*+]\\s+\\[[\\sx]\\]\\s+"
24]
25
Served at tenant.openagents/omega Member data and write actions are omitted.