Skip to content

Commit a73711f

Browse files
authored
Merge pull request #3 from raychrisgdp/c/improve-pr-based-on-skills
docs(pr-specs): add agent capabilities and reorganize PR execution plan
2 parents fca7425 + 678d26e commit a73711f

23 files changed

+3531
-2279
lines changed

docs/02-implementation/AGENT_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ schedule = ["24h", "6h"]
203203
@property
204204
def database_path(self) -> Path:
205205
"""Get canonical database file path.
206-
206+
207207
Automatically strips query parameters (e.g., ?mode=ro) from SQLite URLs
208208
before extracting the file path. This prevents invalid file paths when
209209
URLs include query parameters.
@@ -277,7 +277,7 @@ def init_db() -> None:
277277

278278
async def init_db_async() -> None:
279279
"""Initialize database asynchronously (for FastAPI lifespan).
280-
280+
281281
Runs migrations in a threadpool using asyncio.to_thread() to avoid
282282
blocking the event loop.
283283
"""

0 commit comments

Comments
 (0)