-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
32 lines (32 loc) · 1.22 KB
/
Copy pathCITATION.cff
File metadata and controls
32 lines (32 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
cff-version: 1.2.0
message: "If you use Bifrost, please cite the software using these metadata and record the exact version and commit used."
title: "Bifrost: Multi-language static analysis for agents, editors, and large repositories"
type: software
abstract: "Bifrost is a Rust-based multi-language static analysis toolbox for code intelligence, coding agents, editors, and large repositories."
authors:
- name: "Bifrost contributors"
website: "https://github.com/BrokkAi/bifrost/graphs/contributors"
contact:
- name: "Brokk, Inc."
website: "https://brokk.ai"
version: "0.11.5"
date-released: "2026-09-16"
repository-code: "https://github.com/BrokkAi/bifrost"
repository-artifact: "https://github.com/BrokkAi/bifrost/releases"
url: "https://bifrost.brokk.ai/"
license: Apache-2.0
keywords:
- static analysis
- code intelligence
- tree-sitter
- MCP
- LSP
- RQL
references:
- type: software
title: "Brokk"
authors:
- name: "Brokk contributors"
website: "https://github.com/BrokkAi/brokk/graphs/contributors"
repository-code: "https://github.com/BrokkAi/brokk"
scope: "Bifrost is a Rust port and continuation of analyzer architecture, resources, and tests developed in Brokk's Java codebase."