Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,11 @@ ENV/
.pytest_cache/
.coverage
htmlcov/

# ==============================
# Cortex-specific
# ==============================
# Data files (except contributors.json which is tracked)
data/*.json
data/*.csv
!data/contributors.json
7 changes: 5 additions & 2 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ We're building the AI-native operating system and need your help. Whether you're
2. **Join Discord:** https://discord.gg/uCqHvxjU83
3. **Browse issues:** https://github.com/cortexlinux/cortex/issues
4. **Claim an issue** (comment "I'll work on this")
5. **Submit your PR**
6. **Get paid** (bounties on merge)
5. **Check `develeoper-guide.md`** (in `docs` directory) for structure and guide
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in the word "developer". Should be "developer-guide.md" instead of "develeoper-guide.md".

Suggested change
5. **Check `develeoper-guide.md`** (in `docs` directory) for structure and guide
5. **Check `developer-guide.md`** (in `docs` directory) for structure and guide

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Typo: "develeoper-guide.md" should be "developer-guide.md".

-5. **Check `develeoper-guide.md`** (in `docs` directory) for structure and guide
+5. **Check `developer-guide.md`** (in `docs` directory) for structure and guide
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
5. **Check `develeoper-guide.md`** (in `docs` directory) for structure and guide
5. **Check `developer-guide.md`** (in `docs` directory) for structure and guide
🤖 Prompt for AI Agents
In Contributing.md around line 13, there is a typo in the filename reference:
"develeoper-guide.md" should be corrected to "developer-guide.md"; update the
text to the correct filename and ensure any links or references to that file
elsewhere in the document use the corrected spelling.

6. **Submit your PR**
7. **Get paid** (bounties on merge)

## What We Need

Expand Down Expand Up @@ -55,6 +56,7 @@ We're building the AI-native operating system and need your help. Whether you're
- ✅ Documentation with examples
- ✅ Integration with existing code
- ✅ Passes all CI checks
- ✅ Proper file managment and maintaing structure
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "managment and maintaing" should be "management and maintaining".

Suggested change
- ✅ Proper file managment and maintaing structure
- ✅ Proper file management and maintaining structure

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Typos: "managment" → "management", "maintaing" → "maintaining".

-- ✅ Proper file managment and maintaing structure
++ ✅ Proper file management and maintaining structure
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- ✅ Proper file managment and maintaing structure
- ✅ Proper file management and maintaining structure
🤖 Prompt for AI Agents
In Contributing.md around line 59, there are two typos: replace "managment" with
"management" and "maintaing" with "maintaining" so the line reads "✅ Proper file
management and maintaining structure"; update the file accordingly and run a
quick spellcheck to catch any other similar typos.


### Template
```markdown
Expand All @@ -71,6 +73,7 @@ Show the feature working
- [ ] Tests pass
- [ ] Documentation updated
- [ ] No merge conflicts
- [ ] maintained file structure
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "maintained" should be "maintaining" to match the tense of other items in the checklist.

Suggested change
- [ ] maintained file structure
- [ ] maintaining file structure

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Typo: "maintained" should be capitalized consistently with other checklist items.

-- [ ] maintained file structure
++ [ ] Maintained file structure
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

76-76: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
In Contributing.md around line 76, the checklist item "- [ ] maintained file
structure" uses a lowercase "maintained" which is inconsistent with other
checklist items; update that line to capitalize the word (e.g., "- [ ]
Maintained file structure") so it matches the capitalization style used
throughout the checklist.

```

## Code Style
Expand Down
146 changes: 0 additions & 146 deletions Developer-Guide.md

This file was deleted.

5 changes: 0 additions & 5 deletions bounties_owed.csv

This file was deleted.

1 change: 0 additions & 1 deletion bounties_pending.json

This file was deleted.

Loading
Loading