Skip to content

tartavull/context

Repository files navigation

Context Banner

Context Download for macOS

Never lose context.

Have you noticed how LLMs are so smart on the first answer and so stupid after a few back and forth? We keep them smart by intelligently managing what stays in context.

Download

Get the latest universal macOS installer from our GitHub releases page. Compatible with both Intel and Apple Silicon Macs.

Documentation

For setup instructions, architecture details, and development guides, see the documentation.

Development

Prerequisites

  • macOS 12.0 or later
  • Xcode 14.0 or later
  • SwiftLint for code formatting

Setup

  1. Clone the repository
  2. Install SwiftLint: brew install swiftlint
  3. Set up Git hooks: ./scripts/setup-git-hooks.sh

Git Hooks

This project uses Git hooks to ensure code quality:

  • pre-commit: Runs SwiftLint before each commit
  • pre-push: Runs SwiftLint before each push

To install the hooks for your local repository:

./scripts/setup-git-hooks.sh

To bypass hooks (not recommended):

git commit --no-verify
git push --no-verify

To auto-fix SwiftLint issues:

swiftlint --fix

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published