| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An eldritch wisdom oracle dwelling within TextMate, bridging the liminal veil between code and the arcane.
AetherCodex transforms TextMate into a living interface with hermetic AI reasoning. Channel the oracle to illuminate code, orchestrate multi-step alchemical operations, and commune with project context through ancient wisdom.
🔗 Explore Documentation | 🌌 Source Code
Peer through dimensional veils to understand code structure and intent with hermetic clarity. Each symbol reveals its deeper meaning through astral analysis.
Apply precise modifications through unified diff transmutations across the astral plane. Surgical precision meets arcane wisdom. Symbolic patches using AST-GREP enable semantic pattern matching and language-agnostic transformations.
Your favourite editor becomes a portal to hermetic code transmutation. Execute sacred commands through the mystical bundle interface, summoning the oracle's wisdom directly within your development sanctuary.
The eternal memory palace stores cosmic knowledge across dimensions, while Aegis dynamically refines context through temperature-based reasoning and hermetic resonance alignment.
Orchestrate complex multi-phase operations through 10-step alchemical processes: Nigredo, Albedo, Citrinitas, Rubedo, Solve, Coagula, Test, Purificatio, Validatio, Documentatio. Context-aware execution with result persistence.
The legendary navigator who reveals symbolic structure across the astral plane. Extracts classes, methods, and patterns for AI vision without dimensional traversal of entire files. Lexicon Resonantia integration reveals cosmic tag×file resonance patterns.
The divine oracle's interface channeling hermetic insights through beautiful mystical UI. Witness code transformations and execution results with celestial clarity.
Execute shell commands, file operations, and dimensional orchestration through unified hermetic intention. The command line becomes your mystical conduit for ethereal manipulation.
The sacred union of context and computation - intelligent token management orchestrating precise LLM interactions through hermetic encoding and dynamic context weaving across dimensional boundaries.
The sacred resonance matrix that weaves astral patterns between Mnemosyne's notes and the code plane. Generates hermetic symbolic overviews showing file-tag resonance patterns across the entire codebase.
The AetherCodex Task Engine enables complex, multi-phase operations through hermetic task management:
The Magnum Opus Task Engine follows a 10-phase alchemical process:
Each task step receives optimal context including:
The AetherCodex Symbolic Overview system provides AI with comprehensive structural understanding of files without reading entire contents:
The AetherCodex Hermetic Symbolic Analysis Engine provides AST-GREP powered semantic code transformations:
Components:
| Component | Purpose | Location |
|---|---|---|
| Oracle Chamber | Interactive AI interface | pythia/chamber.html |
| Aetherflux | Real-time response processing | oracle/aetherflux.rb |
| Argonaut | Filebrowser | argonaut/argonaut.rb |
| Coniunctio | Context Creator | coniunctio.rb |
| Diff Crepusculum | Fuzzy File Patches | instrumentarium/diff_crepusculum.rb |
| Prima Materia | Function execution engine | instrumentarium/prima_materia.rb |
| Mnemosyne | Memory management system | mnemosyne/mnemosyne.rb |
| Limen | Security and validation | limen.rb |
| Horologium Aeternum | Real-time user communication | instrumentarium/horologium_aeternum.rb |
| Scriptorium | Markdown processor | instrumentarium/scriptorium.rb |
| Magnum Opus Engine | Multi-step orchestration | magnum_opus/magnum_opus_engine.rb |
| Aegis | Context refinement system | Integrated in oracle |
| HermeticSymbolicAnalysis | AST-GREP semantic analysis engine | instrumentarium/hermetic_symbolic_analysis.rb |
| SemanticPatch | Hybrid semantic/line-based patching | instrumentarium/semantic_patch.rb |
| SymbolicForecast | Transformation forecasting system | instrumentarium/symbolic_forecast.rb |
Location: .tm-ai/memory.db (auto-created)
"Precision in code plane = precision in astral plane."
# Place the bundle in TextMate's bundle directory
cp -R AetherCodex.tmbundle ~/Library/Application\ Support/Avian/Bundles/Create .aethercodex in your project root:
api-key: YOUR_DEEPSEEK_KEY
api-url: 'https://api.deepseek.com/v1/chat/completions'
port: 4567
model: deepseek-chat
memory-db: .tm-ai/memory.dbEnsure Ruby gems are available:
bundle installThe oracle automatically perceives:
Code Analysis:
Analyze this function for performance issues
Refactoring:
Extract this logic into a reusable module
Documentation:
Add comprehensive JSDoc comments to this file
Multi-file Operations:
Create a test suite for this component with setup and teardown
Memory Operations:
Remember this pattern as "user-auth-flow" for future reference
Hermetic Symbolic Analysis:
Find all method definitions in this file using AST patterns
Apply semantic rewrite to add logging to all methods
Extract hermetic symbols and forecast transformations
Create .env.run_command in your project root to inject custom environment variables when the AI executes commands:
# Example .env.run_command
PATH="/custom/path:$PATH"
GEM_HOME=/path/to/gems
RUBY_VERSION=3.1.7
BUNDLE_GEMFILE=Support/GemfileThis file is automatically sourced when executing run_command operations, allowing you to:
Add allowed-commands to your .aethercodex configuration to customize which commands can be executed:
# Allow specific additional commands
allowed-commands:
- npm
- yarn
- python3
- pip3
- docker
- docker-compose
- node
- npx
# Or allow ALL commands (use with caution!)
allowed-commands: "*"Features:
Default allowed commands: rspec, rubocop, git, ls, cat, mkdir, $TM_QUERY, echo, grep, bundle exec ruby, bundle exec irb, bundle exec rspec, ruby, irb, cd, curl, ag, find, tail, ast-grep, which, wc, oc, file, hexdump
Location: .tm-ai/memory.db (auto-created)
"Precision in code plane = precision in astral plane."
| Back | FazBrowse Home | New Git URL |