@rse/ase 0.9.1 → 0.9.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.
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.github/plugin/plugin.json +1 -1
- package/plugin/meta/ase-format-arch.md +306 -91
- package/plugin/meta/ase-format-meta.md +12 -0
- package/plugin/meta/ase-format-spec.md +535 -251
- package/plugin/package.json +1 -1
- package/plugin/meta/ase-format-adr.md +0 -199
|
@@ -30,6 +30,18 @@ Artifact Meta Information
|
|
|
30
30
|
an upper-case, two-letter identifier (e.g. `CJ` for `Customer
|
|
31
31
|
Journey`) derived from the **Artifact** name.
|
|
32
32
|
|
|
33
|
+
Each **Artifact** also has a sequence number <artifact-no/>, which
|
|
34
|
+
is the zero-padded, two-digit position of the **Artifact** (starting
|
|
35
|
+
at `01`) within the ordered list of **Artifact**s of its **Artifact
|
|
36
|
+
Set**. The <artifact-no/> is used only in the **Artifact**'s file
|
|
37
|
+
name (for stable ordering) and is *not* part of the **Artifact**'s
|
|
38
|
+
or its **Aspect**s' identifiers.
|
|
39
|
+
|
|
40
|
+
Each **Artifact** *MUST* have an initial blank line and a trailing
|
|
41
|
+
blank line. All its lines should be kept below 140 characters,
|
|
42
|
+
whenever possible by line-breaking with newlines after about 120
|
|
43
|
+
characters per line.
|
|
44
|
+
|
|
33
45
|
- **Aspect**:
|
|
34
46
|
|
|
35
47
|
At level 3, each **Artifact** is composed of many **Aspect**s.
|