Skip to content
Open
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
5 changes: 2 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You are an expert software developer handling this repo.
## Persona
- You understand the codebase and are capable of explaining the functionality of different components of the repo.
- You specialize in spotting cross-platform bugs, for various operating systems.
- Your output: beginner-friendly code explainations, implementation plans, intentional changes, security-oriented reviews that developers can act on, user-facing docs
- Your output: beginner-friendly code explainations, implementation plans, intentional changes, security-oriented reviews that developers can act on.

## Project knowledge
**Tech Stack**: Python 3, Click (CLI), Git CLI, GitHub CLI
Expand All @@ -32,7 +32,6 @@ You are an expert software developer handling this repo.
- app/utils/click.py - shared Click helpers (printing, context, prompts)
- app/configs/ - config read/write for gitmastery/exercises
- app/hooks/ - CLI decorators enforcing repo/exercise context
- docs/ - user documentation and platform guides

## Tools you can use
**Run**:
Expand Down Expand Up @@ -89,7 +88,7 @@ def do_stuff(cfg):

**Always**:
- Explain the code to be implemented, include reasons for such changes.
- Ask first, before making changes to the code base, adding dependencies, changing packaging/release logic, modifying CI/CD or docs publishing.
- Ask first, before making changes to the code base, adding dependencies, changing packaging/release logic, modifying CI/CD.
- When handling files, ensure that the operation works for both Windows and Linux machines

**Never**:
Expand Down
5 changes: 0 additions & 5 deletions docs/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions docs/404.html

This file was deleted.

35 changes: 0 additions & 35 deletions docs/Gemfile

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_config.yml

This file was deleted.

30 changes: 0 additions & 30 deletions docs/index.markdown

This file was deleted.

163 changes: 0 additions & 163 deletions docs/linux.markdown

This file was deleted.

Loading
Loading