Docs

Getting started

Follow this workflow: export from your CAD tool, upload the CGES file(s) into a private account-scoped workspace, and review deterministic analysis outputs in the web visualizer. This is the baseline flow planned for launch while revision comparison and deeper API automation roll out with pilot users.

Future proof your schematics

Checklist

  1. Add required core part attributes such as role and function. Add optional analysis source attributes only when your exporter guide says how they will map into CGES.
  2. Run exporter to generate *_CGES.json and optional *_CGES.md.
  3. Submit exports to Circuit Genome and review analysis/report outputs.

How the Published Files Fit Together

Directory Purpose Use it when
/standard Normative CGES specification text. You need the contract, conformance language, or artifact requirements.
/schemas Structural validation for core and extension payloads. You are validating JSON shape or binding tooling to a schema.
/conformance Semantic validation rules and canonical vector bundles. You need to check counts, referential integrity, or expected pass/fail cases.
/docs/exporter-guides Informative per-tool exporter guidance. You are implementing EAGLE or Altium extraction and mapping behavior.
/docs/implementer-workflow.html
/docs/consumer-workflow.html
Informative onboarding paths for producers and consumers. You need the shortest route through the standard, schema, rules, vectors, and guides.
/docs/reference Shared reference material kept out of the core standard body. You need tier criteria, part-type classification, panelization reference data, or human-readable extension semantics.

Documentation Map

Artifact Group Files
Normative standard standard/index.html
Review workflow docs/review-prompt.html
Workflow guides docs/implementer-workflow.html
docs/consumer-workflow.html
Private app architecture docs/private-upload-architecture/index.html
Parts knowledge architecture docs/parts-knowledge-architecture/index.html
App v0.1 build plan docs/app-v0.1/index.html
Exporter guides docs/exporter-guides/eagle.html
docs/exporter-guides/altium.html
Reference material docs/reference/effort-tier-matrix.html
docs/reference/epsa-extension.html
docs/reference/fmea-extension.html
docs/reference/wcca-extension.html
docs/reference/part-type-classifier.html
docs/reference/panelization-mapping.html
Core validation schemas/cges-core-1.0.schema.json
conformance/cges-core-1.0.rules.md
conformance/cges-core-1.0.vectors.json
Extension validation schemas/cges-epsa-board-0.1.schema.json
schemas/cges-epsa-component-0.1.schema.json
schemas/cges-fmea-0.1.schema.json
schemas/cges-wcca-0.1.schema.json
schemas/cges-epsa-0.1.schema.json (deprecated legacy component compatibility alias)
{
  "schema_version": "1.0",
  "components": [
    {
      "refdes": "R1",
      "role": "bias",
      "function": "pull_up"
    }
  ]
}