You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: standardize release workflow and improve documentation quality
- Add comprehensive Release Management section to AGENTS.md
- Document CHANGELOG-first release workflow (3-step process)
- Add XML documentation comments to all model properties
- Reframe Features section to highlight reference project value
- Reorder features by development lifecycle importance
- 🏟️ **Stadium-themed semantic versioning** - Memorable, alphabetical release names from World Cup venues
45
40
46
41
## Tech Stack
47
42
@@ -190,7 +185,7 @@ graph TB
190
185
191
186
Interactive API documentation is available via Swagger UI at `https://localhost:9000/swagger/index.html` when the server is running.
192
187
193
-
> 💡 **Note:**Swagger documentation is only available in development mode for security reasons.
188
+
> 💡 Swagger documentation is only available in development mode for security reasons.
194
189
195
190
**Quick Reference:**
196
191
@@ -273,7 +268,7 @@ docker compose build
273
268
docker compose up
274
269
```
275
270
276
-
> 💡 **Note:**On first run, the container copies a pre-seeded SQLite database into a persistent volume. On subsequent runs, that volume is reused and the data is preserved.
271
+
> 💡 On first run, the container copies a pre-seeded SQLite database into a persistent volume. On subsequent runs, that volume is reused and the data is preserved.
0 commit comments