gitextract_2x_pp6_7/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ └── proposed-draft-change.md ├── .gitignore ├── README.md ├── draft-peabody-dispatch-new-uuid-format-04.html ├── draft-peabody-dispatch-new-uuid-format-04.txt ├── draft-peabody-dispatch-new-uuid-format-04.xml ├── editor-notes/ │ ├── LATEST-OUTLINE.md │ └── LATEST.md ├── index.html ├── old drafts/ │ ├── .gitignore │ ├── README.md │ ├── draft-peabody-dispatch-new-uuid-format-00.txt │ ├── draft-peabody-dispatch-new-uuid-format-00.xml │ ├── draft-peabody-dispatch-new-uuid-format-01.html │ ├── draft-peabody-dispatch-new-uuid-format-01.txt │ ├── draft-peabody-dispatch-new-uuid-format-01.xml │ ├── draft-peabody-dispatch-new-uuid-format-02.html │ ├── draft-peabody-dispatch-new-uuid-format-02.txt │ ├── draft-peabody-dispatch-new-uuid-format-02.xml │ ├── draft-peabody-dispatch-new-uuid-format-03.html │ ├── draft-peabody-dispatch-new-uuid-format-03.txt │ ├── draft-peabody-dispatch-new-uuid-format-03.xml │ ├── draft-peabody-dispatch-new-uuid-format.txt │ └── draft-peabody-dispatch-new-uuid-format.xml └── research/ ├── sortable-id-analysis.md └── sortable-id-comparisons.md