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 +1 -1
- package/templates/AGENTS.md +5 -0
package/package.json
CHANGED
package/templates/AGENTS.md
CHANGED
|
@@ -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
|