[PR #1] [MERGED] wip: finalize project #2

Closed
opened 2026-02-16 04:16:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/agentfs-claude/pull/1
Author: @AstraBert
Created: 12/7/2025
Status: Merged
Merged: 12/8/2025
Merged by: @AstraBert

Base: mainHead: clelia/finalize


📝 Commits (5)

📊 Changes

11 files changed (+761 additions, -193 deletions)

View changed files

.github/workflows/lint.yaml (+29 -0)
📝 .gitignore (+3 -1)
LICENSE (+21 -0)
📝 README.md (+66 -1)
📝 package.json (+11 -1)
📝 src/claude.ts (+106 -0)
📝 src/filesystem.ts (+172 -86)
📝 src/index.ts (+108 -0)
📝 src/mcp.ts (+175 -101)
src/options.ts (+67 -0)
📝 src/types.ts (+3 -3)

📄 Description

Everything needed for the project to reach a complete state


🔄 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/run-llama/agentfs-claude/pull/1 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/finalize` --- ### 📝 Commits (5) - [`b03eeeb`](https://github.com/run-llama/agentfs-claude/commit/b03eeebf3d35172e5d3c52c7c73145edfaf3dcfd) feat: options - [`a7e9407`](https://github.com/run-llama/agentfs-claude/commit/a7e940783c1bc0f892ef306fc5c8047010a53f51) chore: finalize - [`636b649`](https://github.com/run-llama/agentfs-claude/commit/636b649ba0d209c26d041acdcb8a2ee92bf00766) fix: ci actioN - [`0bc0196`](https://github.com/run-llama/agentfs-claude/commit/0bc0196976cc4f5fd281e36fbd61c42a1c40b563) fix: ci action pt2 - [`9f8e12f`](https://github.com/run-llama/agentfs-claude/commit/9f8e12fb0cc1398327733928220951e7b136aaf8) chore: rename action ### 📊 Changes **11 files changed** (+761 additions, -193 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/lint.yaml` (+29 -0) 📝 `.gitignore` (+3 -1) ➕ `LICENSE` (+21 -0) 📝 `README.md` (+66 -1) 📝 `package.json` (+11 -1) 📝 `src/claude.ts` (+106 -0) 📝 `src/filesystem.ts` (+172 -86) 📝 `src/index.ts` (+108 -0) 📝 `src/mcp.ts` (+175 -101) ➕ `src/options.ts` (+67 -0) 📝 `src/types.ts` (+3 -3) </details> ### 📄 Description Everything needed for the project to reach a complete state --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:16:13 -05:00
yindo closed this issue 2026-02-16 04:16:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/agentfs-claude#2