@hagicode/skillsbase 0.1.0-dev.6.1.7f41ada → 0.1.0-dev.7.1.e4e4751
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
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Maintainer Workflow
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The maintainer flow is `init -> add -> sync -> github_action`.
|
|
6
6
|
|
|
7
7
|
## Lifecycle
|
|
8
8
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
## Notes
|
|
15
15
|
|
|
16
|
-
- `sources.yaml`
|
|
17
|
-
- `skills/`
|
|
18
|
-
- `.skill-source.json`
|
|
19
|
-
- `skillsbase sync --check`
|
|
20
|
-
-
|
|
16
|
+
- `sources.yaml` is the single source of truth.
|
|
17
|
+
- `skills/` stores managed output only.
|
|
18
|
+
- `.skill-source.json` records source and conversion metadata.
|
|
19
|
+
- `skillsbase sync --check` validates drift without writing files.
|
|
20
|
+
- If a source root is unavailable, use `skillsbase sync --allow-missing-sources` to skip it.
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Managed Skills
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This directory contains managed skill output only.
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
7
|
+
- Every skill directory must include `SKILL.md`
|
|
8
|
+
- Every managed directory must include `.skill-source.json`
|
|
9
|
+
- Do not edit managed files by hand; make changes in `sources.yaml` and the upstream source instead
|