back to home

tom-doerr / repo_posts

244 stars
27 forks
0 issues
PythonTypeScriptMakefile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing tom-doerr/repo_posts in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/tom-doerr/repo_posts)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

GitHub Repository Showcase Live site: https://tom-doerr.github.io/repo_posts/ • Feed (Atom): https://tom-doerr.github.io/repo_posts/feed.xml • Status: Built via GitHub Pages (workflow in ). How things update • On push to that changes : the “Generate Related Data” workflow runs a quick owner-based related pass and rebuilds . • Every 30 minutes (schedule): the same workflow loads/stores embeddings ( ), computes only missing neighbors, updates , and writes . • After each run: the README coverage line between the markers below is updated, and the live Status page ( ) shows current counts and sizes. What this repo is A Jekyll site stored under using the Minimal theme. Posts live in and screenshots in . • Layout override: (adds per‑post image and a link back to the index; auto dark mode). • Homepage: (lists posts, adds anchors, lazy images, and an RSS link). • Issue template: . Contribution policy We don't accept repository suggestions via Issues/PRs. The site is curated automatically. Please use issues only for site bugs and improvements. Deploy • Trigger: push to builds and deploys to Pages. • Workflow: (standard Pages Jekyll build). • Optional CI: image compression runs on PRs that touch . Structure License MIT for code/config — see LICENSE. Content licensing — see CONTENT-LICENSE.md. Screenshots in and third‑party text in remain the property of their respective owners; no license is granted for those assets. For current coverage stats, see the Status page. Liquid numeric gotcha (percentages) Liquid math is integer by default. If you compute a percentage like: it truncates to an integer. To get a decimal percentage, make one operand a float: or: