RepoLens
A read-only repository intelligence tool that collects bounded evidence and publishes immutable snapshots without modifying what it inspects.
Identification
Purpose
Answering “what is actually in these repositories” usually means running something that also changes them. RepoLens is the opposite arrangement: a collector that may read anything it is pointed at and may write nothing back.
The intended operator is someone who needs a defensible picture of a set of repositories at a moment in time.
Operating model
Collection produces a snapshot, and a snapshot is immutable once written. That single constraint does most of the work: a snapshot can be compared with a later one, cited later, or discarded, but it cannot be quietly corrected into agreeing with a conclusion someone already reached.
The inspection boundary is one-directional by construction rather than by policy. There is no write path to disable.
Practices
Observe is the whole point: establish what is true by looking, and record what was looked at.
Model shapes the snapshot into something comparable, which is what makes drift visible at all.
Verify is what a snapshot is for — checking a later state against a recorded earlier one.
Protect is the passive-inspection boundary. A tool with read-only authority cannot become the cause of the problem it was brought in to diagnose.
Architecture
Collection, normalisation, and snapshot publication are separate stages, so a change to what is collected cannot silently change what an existing snapshot means.
The rejected shortcut was letting the collector “fix small things while it is in there”. A tool that repairs during inspection produces evidence about a repository that no longer exists.
Evidence
The repository is private while the first version is under review, so this record carries no link. There is no release, no download, and no commitment to either.
Availability
Documented, not offered not-offered
Private while the first version is under review. It has not been released and carries no public promise.
A commercial review is open for this record. No offering, price, or engagement exists while it is.
The repository is private, so no source link is published.
Capabilities demonstrated
Repeatable work this system is evidence for. The relationship is authored on this record.
Custom technical tools and CLIs
established
Focused command-line tools with an explicit contract, deterministic behaviour, and failure modes that can be tested.
Self-hosted infrastructure and operational tooling
established
Self-hosted services brought under one operating surface, with explicit module interfaces and inspection that changes nothing.
Data acquisition, normalization, and decision support
established
Bounded collection of external data, normalized into stable identities and state, presented with its provenance attached.
Related records
Evidence
- private Collector and snapshot repository
- redacted Passive-inspection boundary
Systems
Stack
Python
There is no paid offering, price, or engagement on this site today. When one exists it will appear here as a record, with its scope and its exclusions.