[PR #4] [MERGED] Add basic logging #5

Closed
opened 2026-08-18 13:14:33 +00:00 by bendtherules · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bendtherules/ask262/pull/4
Author: @bendtherules
Created: 4/21/2026
Status: Merged
Merged: 4/22/2026
Merged by: @bendtherules

Base: mainHead: logging


📝 Commits (1)

📊 Changes

17 files changed (+1395 additions, -248 deletions)

View changed files

📝 .env.example (+19 -0)
📝 .gitignore (+4 -0)
📝 bun.lock (+56 -3)
coolify.yaml (+14 -0)
logrotate.conf (+12 -0)
📝 package.json (+4 -1)
📝 src/agent-tools/evaluateInEngine262.ts (+66 -12)
📝 src/agent-tools/getSectionContent.ts (+129 -87)
📝 src/agent-tools/graphExplorer.ts (+64 -27)
📝 src/agent-tools/reranker.ts (+85 -38)
📝 src/agent-tools/searchSpecSections.ts (+56 -17)
📝 src/lib/embeddings-factory.ts (+3 -0)
📝 src/lib/fireworks-embeddings.ts (+43 -3)
src/lib/logger.ts (+424 -0)
src/lib/tracing.ts (+276 -0)
📝 src/mcp-server-http.ts (+74 -40)
📝 src/mcp-server-stdio.ts (+66 -20)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bendtherules/ask262/pull/4 **Author:** [@bendtherules](https://github.com/bendtherules) **Created:** 4/21/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@bendtherules](https://github.com/bendtherules) **Base:** `main` ← **Head:** `logging` --- ### 📝 Commits (1) - [`9578502`](https://github.com/bendtherules/ask262/commit/9578502bcadd1696346e66cbc0e4d0783021b8c1) Add basic logging ### 📊 Changes **17 files changed** (+1395 additions, -248 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+19 -0) 📝 `.gitignore` (+4 -0) 📝 `bun.lock` (+56 -3) ➕ `coolify.yaml` (+14 -0) ➕ `logrotate.conf` (+12 -0) 📝 `package.json` (+4 -1) 📝 `src/agent-tools/evaluateInEngine262.ts` (+66 -12) 📝 `src/agent-tools/getSectionContent.ts` (+129 -87) 📝 `src/agent-tools/graphExplorer.ts` (+64 -27) 📝 `src/agent-tools/reranker.ts` (+85 -38) 📝 `src/agent-tools/searchSpecSections.ts` (+56 -17) 📝 `src/lib/embeddings-factory.ts` (+3 -0) 📝 `src/lib/fireworks-embeddings.ts` (+43 -3) ➕ `src/lib/logger.ts` (+424 -0) ➕ `src/lib/tracing.ts` (+276 -0) 📝 `src/mcp-server-http.ts` (+74 -40) 📝 `src/mcp-server-stdio.ts` (+66 -20) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
bendtherules added the pull-request label 2026-08-18 13:14:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bendtherules/ask262#5