-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome! This is the Paxman project wiki — a public, editable knowledge base for internal development history and forward-growth documentation that does not belong in the main repo.
The wiki has two top-level areas:
The complete development history of Paxman V1: sprint plans, retrospectives, delivery audits, the V1 acceptance criteria, the original PRD, the license-decision analysis, and historical release notes. This is the "why we built it this way" archive.
This content is public so any contributor can answer "why was this decision made?" by reading the relevant wiki page. The wiki is a separate git repo from the main paxman code, so it can be edited by anyone with repo write access without polluting the source tree.
Forward-growth articles, persona-specific walkthroughs, integration recipes, and any other documentation that does not fit the categorized docs on Read the Docs.
- Click any page title above to view it.
- Click Edit in the top right to edit the markdown.
- The wiki is a git repo at
nexusnv/paxman.wiki. Edits are committed to that repo.
Every wiki page that references source code uses a link of the form
https://github.com/nexusnv/paxman/blob/<commit-or-tag>/src/paxman/foo.py#L10-L20.
The commit SHA at the bottom of each sprint page records the merge
commit of that sprint, so links are stable and remain valid even if
the code is later refactored.
- Internal development history that should be public-but-archive: sprint plans, retrospectives, audits, the original PRD.
- Forward-growth guides that don't fit the docs site's Diátaxis structure yet.
- Long-form articles that don't suit a structured doc site.
- User-facing documentation. That goes on Read the Docs.
-
Contributor workflow docs. Those are at
docs/contributing/. - Anything that changes every release. Wikis are for stable, archival content; the changelog is in the main repo.
- Read the Docs site — user and contributor documentation
- Paxman on GitHub — source code
- Paxman on PyPI — package releases