@pieai/pro-gov 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,15 +30,19 @@ document systems instead of adding another layer.
|
|
|
30
30
|
2. Rename numbered files to Matt's `NNNN-slug.md` form where practical.
|
|
31
31
|
3. Preserve useful existing frontmatter; Matt can read richer ADRs, but new ADRs
|
|
32
32
|
may stay as short as a heading plus one decision paragraph.
|
|
33
|
-
4. Remove
|
|
34
|
-
|
|
33
|
+
4. Remove external ADR ids from governed documents' `related` arrays. Keep a
|
|
34
|
+
normal Markdown path to the ADR in the body when the relationship matters;
|
|
35
|
+
Doc Gov validates only ids in its governed document graph.
|
|
36
|
+
5. Remove the empty `docs/decisions/` directory.
|
|
37
|
+
6. Do not copy or promote ADRs into a second decision directory.
|
|
35
38
|
|
|
36
39
|
## Learning Surface
|
|
37
40
|
|
|
38
41
|
1. Review every record under `docs/solutions/**`.
|
|
39
42
|
2. Delete mechanical, duplicated, unfinished, or CE-only process records.
|
|
40
43
|
3. Move reusable records to `docs/reference/learnings/<category>/**`.
|
|
41
|
-
4. Give each retained record normal Doc Gov `reference` frontmatter
|
|
44
|
+
4. Give each retained record normal Doc Gov `reference` frontmatter, including
|
|
45
|
+
a unique id and block-list `tags` rather than CE-era inline tags.
|
|
42
46
|
5. Remove stale instructions that prefer Compound Engineering or require a
|
|
43
47
|
completion hook.
|
|
44
48
|
6. Remove the empty `docs/solutions/` directory.
|