AxiomCore
Reference & Appendix

Support and feedback

Report documentation defects, product problems, and security vulnerabilities through the appropriate channel with safe diagnostic evidence.

Choose the channel by impact. Never place credentials or sensitive customer data in a public report.

NeedChannelInclude
Documentation correctionAxiomCore repository issue or change proposalPage URL, inaccurate sentence, implementation evidence, and proposed status/boundary
Reproducible product problemRepository issue or community DiscordVersion, target, sanitized error, doctor report, and minimal contract
Security vulnerabilityPrivate process in SECURITY.mdImpact, reproduction, affected versions, and safe proof of concept
General capability questionDocumentation search, FAQ, then community DiscordIntended backend/frontend, target, and required production boundary

Create a safe diagnostic bundle

Start with read-only diagnostics:

axiom --version
axiom doctor --json --strict > axiom-doctor.json
axiom ui doctor --target web --json > axiom-ui-web.json

Before attaching anything, remove tokens, cookies, authorization headers, private URLs, signing material, DSNs, sandbox keys, request/response bodies, customer identifiers, local usernames, and cache payloads. Do not attach an artifact if its contract shape is private; provide its SHA-256 and the smallest synthetic reproduction instead.

Report a documentation defect

State whether the problem is one of these:

  • implementation mismatch: the documented command, field, or behavior does not match the current implementation;
  • availability mismatch: an Alpha, Experimental, or Coming soon capability is presented with the wrong status;
  • missing boundary: prerequisites, execution, security, platform, or compatibility limits are absent;
  • navigation/accessibility: content cannot be found, read, or operated at a relevant viewport or input mode; or
  • machine-reader mismatch: HTML, processed MDX, llms.txt, metadata, or sitemap output disagrees with the public page.

Link the narrowest implementation evidence when possible. Do not expose internal milestone names in a public title or reproduction.

Escalate product failures

Preserve the first structured error and identify the failing boundary: extraction, evaluation, build, proof, pull, runtime, target host, or Cloud. Follow Troubleshooting before collecting broad debug output; later framework failures frequently hide the original condition.

On this page