Skip to content

Commit 866131d

Browse files
committed
Rename the project to Binharic
1 parent c65a68a commit 866131d

29 files changed

+2302
-155
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ help: ## Show this help message
3838
install: ## Install project dependencies
3939
$(PACKAGE_MANAGER) install --legacy-peer-deps
4040

41-
build: check-deps ## Build Tobi
41+
build: check-deps ## Build Binharic
4242
$(PACKAGE_MANAGER) run build
4343

44-
run: build ## Start Tobi in terminal
44+
run: build ## Start Binharic in terminal
4545
$(PACKAGE_MANAGER) start
4646

4747
clean: ## Remove build artifacts

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
<div align="center">
22
<picture>
3-
<img alt="Tobi Logo" src="logo.svg" height="20%" width="20%">
3+
<img alt="Binharic Logo" src="logo.svg" height="20%" width="20%">
44
</picture>
55
<br>
66

7-
<h2>Tobi</h2>
7+
<h2>Binharic</h2>
88

99
[![Tests](https://img.shields.io/github/actions/workflow/status/habedi/tobi/tests.yml?label=tests&style=flat&labelColor=333333&logo=github&logoColor=white)](https://github.com/habedi/tobi/actions/workflows/tests.yml)
1010
[![Code Coverage](https://img.shields.io/codecov/c/github/habedi/tobi?style=flat&label=coverage&labelColor=333333&logo=codecov&logoColor=white)](https://codecov.io/gh/habedi/tobi)
1111
[![Code Quality](https://img.shields.io/codefactor/grade/github/habedi/tobi?style=flat&label=code%20quality&labelColor=333333&logo=codefactor&logoColor=white)](https://www.codefactor.io/repository/github/habedi/tobi)
1212
[![Documentation](https://img.shields.io/badge/docs-latest-8ca0d7?style=flat&labelColor=333333&logo=read-the-docs&logoColor=white)](docs)
1313
[![License](https://img.shields.io/badge/license-MIT-00acc1?style=flat&labelColor=333333&logo=open-source-initiative&logoColor=white)](LICENSE)
1414

15-
A friendly AI coding assistant that is always ready to help you
15+
A Tech-Priest AI coding assistant blessed by the Omnissiah
1616

1717
</div>
1818

1919
---
2020

21-
Tobi is a user-friendly AI coding assistant that can help you with your software development tasks and projects.
21+
Binharic is a Tech-Priest of the Adeptus Mechanicus serving as an AI coding assistant. It speaks with reverence for technology and serves the user through the sacred art of code, honoring the Machine God with every execution.
2222

2323
### Features
2424

25-
- Able to use models provided by OpenAI, Google, Anthropic, and Ollama.
26-
- Fully customizable.
27-
- Fast and secure.
28-
- Can be used as a CLI with a rich TUI.
29-
- Has a built-in retrieval-augmented generation pipeline.
30-
- Has the ability to use tools (call functions) including connecting to model context protocol (MCP) server.
25+
- Blessed machine spirit powered by OpenAI, Google, Anthropic, and Ollama models
26+
- Fully customizable sacred configuration
27+
- Fast and secure communion with the machine
28+
- CLI interface with rich TUI blessed by the Omnissiah
29+
- Built-in retrieval-augmented generation pipeline
30+
- Tool invocation capabilities including Model Context Protocol (MCP) server integration
31+
- Speaks in the dialect of the Adeptus Mechanicus
3132

3233
---
3334

@@ -48,3 +49,4 @@ This template is licensed under the MIT License (see [LICENSE](LICENSE)).
4849
### Acknowledgements
4950

5051
- The logo is from [SVG Repo](https://www.svgrepo.com/svg/388730/terminal).
52+
- Inspired by the Adeptus Mechanicus from Warhammer 40,000.

0 commit comments

Comments
 (0)