Contributing to PointSav Knowledge
TopicFrom the PointSav Documentation
How to propose additions, corrections, and new articles for PointSav Knowledge.
PointSav Knowledge is an open-content engineering wiki. Contributions from engineers, architects, technical writers, and subject-matter experts are welcome.
[edit]Content standards
All articles in this wiki are written to institutional standard: precise, verifiable, and free of marketing vocabulary. The writing target is a technically literate reader who is not already familiar with PointSav internals — an engineer evaluating the platform, a compliance reviewer, or a financial analyst.
Key principles:
- Claims are specific and independently falsifiable.
- Forward-looking statements are marked as planned, intended, or targeted.
- Third-party tools and standards are named accurately, not compared by implication.
- Articles describe what the platform does, not how distinctive it is.
[edit]What to contribute
New articles should cover one of the ten categories documented in this wiki — architecture, substrate, patterns, systems, services, applications, governance, infrastructure, reference, or design-system. Check the all-pages index and the wanted articles page (both planned — auto-generated by the wiki engine) before proposing a topic that may already exist.
Corrections to existing articles are the highest-value contributions. If a technical claim is inaccurate, out of date, or underspecified, submit a correction with the corrected text and the basis for the change.
Translations (Spanish) of existing English articles are tracked under the all-pages index (planned — auto-generated by the wiki engine). Each English article should have a paired .es.md sibling.
[edit]Slug discipline
Article filenames are slugs — they are permanent once published. Two rules govern naming:
- No legacy prefixes. Do not name new articles
topic-foo.md,guide-foo.md, orresearch-foo.md. Free-standing concept articles use plain kebab slugs (foo-bar.md). Nomenclature Matrix entity-type prefixes (os-*,service-*,app-*,sys-adr-*) remain required for their entity types. - Zero dead links. Every
[[wikilink]]in a committed article must resolve to a published article or astatus: stubplaceholder. If a target article does not yet exist, create a one-sentence stub, or remove the link. Seenaming-convention.md§5.1 for the full rule.
Full naming rules: .agent/rules/naming-convention.md.
[edit]How to submit
Submit contributions as pull requests to the pointsav/media-knowledge-documentation repository on GitHub.
Each pull request should include:
- The Markdown file for the new or updated article.
- A brief description of what changed and why.
- A Spanish translation pair (
.es.md) if the article is new.
GitHub: github.com/pointsav
[edit]Licensing
By contributing to this wiki, you agree that your contribution is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).