Skip to content

Commit 128cc5e

Browse files
committed
docs: update activeContext and progress documentation for version 0.5.9 release
1 parent 663679c commit 128cc5e

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

memory-bank/activeContext.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<!-- Version: 4.20 | Last Updated: 2025-06-04 | Updated By: Sylph -->
1+
<!-- Version: 4.21 | Last Updated: 2025-06-04 | Updated By: Sylph -->
22
# Active Context: Filesystem MCP Server
33

44
## 1. Current Work Focus & Status
55

66
**Task:** Update project owner/package name and release new version.
7-
**Status:** Owner/package name updated in `package.json`, `README.md`, `LICENSE`, and `.github/workflows/publish.yml`. Preparing for release v0.5.9.
7+
**Status:** Completed. Owner/package name updated. Version bumped to `0.5.9`. Changes committed and pushed to `main`. Tag `v0.5.9` created and pushed, triggering release workflow. Awaiting next task.
88

99
## 2. Recent Changes/Decisions
1010

11-
- Updated `package.json`: Changed `name` to `@sylphlab/filesystem-mcp`, added `repository`, `bugs`, `homepage`.
11+
- Updated `package.json`: Changed `name` to `@sylphlab/filesystem-mcp`, added `repository`, `bugs`, `homepage`, bumped version to `0.5.9`.
1212
- Updated `README.md`: Replaced all instances of `shtse8` with `sylphlab` and `@shtse8/filesystem-mcp` with `@sylphlab/filesystem-mcp`.
1313
- Updated `.github/workflows/publish.yml`: Changed Docker image name in `publish-docker` job to `sylphlab/filesystem-mcp`.
1414
- Updated `LICENSE`: Changed copyright holder to `sylphlab`.
15+
- Updated `CHANGELOG.md` with entry for `v0.5.9`.
16+
- Committed all changes (`chore: update project ownership to sylphlab and bump version to 0.5.9`).
17+
- Updated Git remote URL for `origin` to `https://github.com/sylphlab/filesystem-mcp.git`.
18+
- Created and pushed tag `v0.5.9`.
1519
- (Previous entries omitted)...
1620

1721
## 3. Next Steps
1822

19-
1. Update `package.json` version to `0.5.9`.
20-
2. Update `CHANGELOG.md` for `v0.5.9`.
21-
3. Commit all changes.
22-
4. Push commit to `main`.
23-
5. Create and push tag `v0.5.9`.
24-
6. Update Memory Bank post-release.
23+
1. Monitor release workflow on GitHub Actions (optional).
24+
2. Await next task.
2525

2626
## 4. Active Decisions
2727

28-
- **Release Version:** `0.5.9`.
28+
- **Release Version:** `0.5.9` (Released).
2929
- (Previous decisions remain active unless superseded).

memory-bank/progress.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Version: 4.20 | Last Updated: 2025-06-04 | Updated By: Sylph -->
1+
<!-- Version: 4.21 | Last Updated: 2025-06-04 | Updated By: Sylph -->
22
# Progress: Filesystem MCP Server
33

44
## 1. What Works
@@ -7,14 +7,14 @@
77
- **Path Security:** `resolvePath` prevents traversal and absolute paths.
88
- **Project Root:** Determined by `process.cwd()`.
99
- **Core Tool Functionality:** Most tools (`create_directories`, `write_content`, `stat_items`, `read_content`, `move_items`, `copy_items`, `search_files`, `replace_content`, `delete_items`, `listFiles`) have basic functionality and passing tests (except skipped tests).
10-
- **`editFile` Tool:** Plain text insertion, replacement, deletion, occurrence matching (plain text & regex), indentation preservation, diff output implemented and tested (passing). Regex replace/delete for Nth occurrence logic confirmed correct; tests adjusted and passing.
10+
- **`editFile` Tool:** Plain text insertion, replacement, deletion, occurrence matching (plain text & regex), indentation preservation, diff output implemented and tested (passing).
1111
- **Documentation (`README.md`):** Updated for new owner/package name.
1212
- **Tool Descriptions:** Updated.
1313
- **Dockerization:** Multi-stage `Dockerfile` functional.
14-
- **CI/CD (GitHub Actions):** Single workflow handles CI/Releases, updated for new owner.
15-
- **Versioning:** Package version at `0.5.8` (to be updated to `0.5.9`).
14+
- **CI/CD (GitHub Actions):** Single workflow handles CI/Releases, updated for new owner. Release `v0.5.9` triggered.
15+
- **Versioning:** Package version at `0.5.9`.
1616
- **`.clinerules`:** Created.
17-
- **Changelog:** Updated up to `v0.5.8` (to be updated).
17+
- **Changelog:** Updated up to `v0.5.9`.
1818
- **License:** MIT `LICENSE` file added, updated for new owner.
1919
- **Funding File:** `.github/FUNDING.yml` added.
2020
- **Testing Framework:** Vitest configured with v8 coverage.
@@ -30,8 +30,7 @@
3030

3131
## 3. Current Status
3232

33-
- Owner/package name updated across project files (`package.json`, `README.md`, `LICENSE`, workflow).
34-
- Preparing to release version `0.5.9`.
33+
- Release `v0.5.9` triggered via GitHub Actions after updating owner/package name and bumping version.
3534
- All tests pass except for skipped tests.
3635
- Mocking issues resolved using dependency injection.
3736
- Coverage reports are generating.

0 commit comments

Comments
 (0)