# Legacy Repo

## Legacy repo shout-out

Prior to open-sourcing Mycroft in the mycroft-core.git repo, a number of folks were working on the mycroft.git repo. The commit history was messy, there were some API keys checked in, and we felt it was time for a fresh start. The biggest drawback is the loss of commit/contributor history. This page will at least resolve the latter. Thank you to everyone who helped us get this far!

{% hint style="info" %}
Please note that below is a percentage of commits, and not a percentage of contribution value. Everyone below is awesome.
{% endhint %}

## Git Summary: Mycroft Legacy Repo, 20 May 2016

```
seanfitz@r2d2:~/development/mycroft (master u=)$ git summary

 project  : mycroft
 repo age : 8 months
 active   : 205 days
 commits  : 549
 files    : 259
 authors  :
   218    Sean Fitzgerald         39.7%
   188    Jonathan D'Orleans      34.2%
    71    Ryan Sipes              12.9%
    37    Wolfgange3311999        6.7%
    18    aatchison               3.3%
     4    Arron Atchison          0.7%
     4    Nicholas Peterson       0.7%
     2    ChristopherRios7        0.4%
     2    Daniel Foré            0.4%
     2    Matthew D. Scholefield  0.4%
     1    Jordan Sipes            0.2%
     1    Nathan Dyer             0.2%
     1    Åke Forslund           0.2%
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/legacy-repo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
