-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
29 lines (29 loc) · 921 Bytes
/
CITATION.cff
File metadata and controls
29 lines (29 loc) · 921 Bytes
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
cff-version: 1.2.0
message: "If you use Faultline in your research, toolchain, or infrastructure work, please cite it using these metadata."
type: software
title: Faultline
abstract: >
Faultline is a deterministic CLI for diagnosing CI build failures.
It matches build logs against evidence-backed playbooks to classify failures,
surface fix paths, and produce structured JSON artifacts for automation and
agent handoff — with no LLM or external service dependency.
authors:
- name: "Faultline Contributors"
website: "https://github.com/faultline-cli/faultline"
repository-code: "https://github.com/faultline-cli/faultline"
url: "https://github.com/faultline-cli/faultline"
license: MIT
keywords:
- CI
- continuous integration
- build failure
- log analysis
- failure diagnosis
- DevOps
- GitHub Actions
- GitLab CI
- deterministic
- CLI
- observability
- developer tooling
- go