@skitterbyte/skitterspec 14.0.1 → 14.0.3
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.
|
@@ -190,3 +190,7 @@ queried directly.)
|
|
|
190
190
|
- Never delete historical notes.
|
|
191
191
|
- The spec file is the single source of truth for implementation progress.
|
|
192
192
|
- Move specs between buckets with `git mv` to preserve history.
|
|
193
|
+
- Never let inline emphasis or a link cross a hard line break — keep a whole
|
|
194
|
+
`**bold**`, `*italic*`, or `[text](url)` on one line (let it overflow the wrap
|
|
195
|
+
column rather than splitting it). Many round-tripping editors mangle a
|
|
196
|
+
`**`/`*`/link span that straddles a newline, so clean source avoids the churn.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skitterbyte/skitterspec",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "Spec-driven development for Claude Code — a tracker-free filesystem workflow: lifecycle skills and per-spec isolation. For Linear sync, install @skitterbyte/skitterspec-linear instead.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|