Skip to content

Commit 47bf625

Browse files
committed
docs: close soft residuals — docs/README parity + MkDocs standard
- site_description = README SEO one-liner (YAML-safe) - edit_uri: edit/main/docs/ - docs badge + Features/Development/Metrics from README when missing - rewrite repo-relative links to GitHub absolute for strict builds
1 parent 74b0e7e commit 47bf625

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

docs/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,26 @@ build with Material for MkDocs (`mkdocs build --strict`).
251251
[FSL-1.1-ALv2](https://github.com/88plug/project-prospector/blob/main/LICENSE)
252252
© 2026 [88plug](https://github.com/88plug) — Functional Source License; converts
253253
to Apache 2.0 two years after each release.
254+
255+
## Features
256+
257+
| Feature | What it does |
258+
| --- | --- |
259+
| Two-pass multi-agent sweep | Catalog clusters in parallel, then blind-spot agents for coverage |
260+
| Novelty / leverage ranking | S–D tiers on idea quality, not finish state or LOC |
261+
| Idea / LIVE / dormant tags | Separates insight quality from execution state on every entry |
262+
| Evidence-anchored rationale | Paths, commit counts, and numbers verified against disk |
263+
| Time window + scope | Relative cutoffs, theme/dir roots, and path exclusions honored by every agent |
264+
| Read-only by design | Inspect only — never edits, moves, deletes, commits, or starts services |
265+
| Alternative lenses | Initiative clustering, momentum, kill list, authorship, loss-risk |
266+
| Complements total-recall | One-shot ranked census, not a persistent operator memory profile |
267+
268+
## Development
269+
270+
Local clone for development only:
271+
272+
```text
273+
git clone https://github.com/88plug/project-prospector
274+
/plugin marketplace add ./project-prospector
275+
/plugin install project-prospector@88plug
276+
```

mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
site_name: Project Prospector
2-
site_description: >-
3-
A Claude Code skill that catalogs and ranks everything you've built or
4-
sketched on a machine — parallel read-only agents, blind-spot pass, tiered
5-
ranking by idea-novelty and leverage.
2+
site_description: 'Discover, catalog, and rank everything you''ve built or sketched on a machine — a Claude Code multi-agent skill for filesystem project discovery with tiered novelty and leverage ranking.'
63
site_url: https://88plug.github.io/project-prospector/
74
repo_url: https://github.com/88plug/project-prospector
85
repo_name: 88plug/project-prospector

0 commit comments

Comments
 (0)