xdrs-core 0.15.0 → 0.15.1
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.
|
@@ -36,6 +36,7 @@ Collectively, these are referred to as XDRs.
|
|
|
36
36
|
- ALWAYS use the following folder structure for XDR documents:
|
|
37
37
|
`.xdrs/[scope]/[type]/[subject]/[number]-[short-title].md`
|
|
38
38
|
- ALWAYS ignore symlinks paths. NEVER create or update documents inside symlinked folders.
|
|
39
|
+
- **Readonly files are external XDRs.** A file with read-only permissions (e.g., `444` set by a distribution tool such as filedist) was distributed from an external source repository. It must NEVER be modified locally. To change it, submit the change to the source repository and re-extract the updated package.
|
|
39
40
|
- Optional supporting artifacts under the same subject:
|
|
40
41
|
- `.xdrs/[scope]/[type]/[subject]/researches/[number]-[short-title].md`
|
|
41
42
|
- `.xdrs/[scope]/[type]/[subject]/skills/[number]-[skill-name]/SKILL.md`
|
package/package.json
CHANGED