lat.md 0.1.3 → 0.1.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lat.md",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A knowledge graph for your codebase, written in markdown",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.2",
@@ -50,9 +50,14 @@ lat:
50
50
 
51
51
  ## User login
52
52
  ### Rejects expired tokens
53
+ Tokens past their expiry timestamp are rejected with 401, even if otherwise valid.
54
+
53
55
  ### Handles missing password
56
+ Login request without a password field returns 400 with a descriptive error.
54
57
  ```
55
58
 
59
+ Every section MUST have a description — at least one sentence explaining what the test verifies and why. Empty sections with just a heading are not acceptable.
60
+
56
61
  Each test in code should reference its spec with exactly one comment placed next to the relevant test — not at the top of the file:
57
62
 
58
63
  ```python