Skip to content

docs: update memory files with correct project structure after refactor#811

Open
claude[bot] wants to merge 1 commit intomainfrom
assistant/docs-quality-20260330-092204
Open

docs: update memory files with correct project structure after refactor#811
claude[bot] wants to merge 1 commit intomainfrom
assistant/docs-quality-20260330-092204

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Mar 30, 2026

Summary

This PR updates the memory files to reflect the current project structure after the major refactoring that moved components to the TypeScript server.

Changes

  • Updated .github/opencode-memory/repository-context.md:

    • Removed references to deleted agents/, api/, chat/ directories
    • Added correct directories: concurrency/, integrations/, io/, media/, ml/, package_metadata/, packages/, providers/, runtime/, security/, types/, utils/, worker/
    • Updated project overview to clarify Python/TS split
    • Added note explaining that TypeScript server handles HTTP API, WebSocket, database, auth, agents, chat, storage, deploy, and workflow orchestration
  • Updated .github/opencode-memory/features.md:

    • Removed deleted features: Workflow Engine, Agent Framework, API Server
    • Added current features: Node System details, Worker Subprocess, Provider Infrastructure, Media Processing, DSL

Context

The "Strip nodetool-core to Python node library + worker subprocess" refactoring (commit a042e03) moved several components to the TypeScript server. This PR ensures the memory files are accurate so AI coding agents have correct context about the codebase architecture.

Test plan

  • Changes are documentation only
  • No code changes that require testing
  • Memory files now accurately reflect current project structure

🤖 Generated with Claude Code

- Updated repository-context.md to reflect current project structure
  - Removed references to deleted agents/, api/, chat/ directories
  - Added correct directories: concurrency/, integrations/, io/, media/, ml/,
    package_metadata/, packages/, providers/, runtime/, security/, types/, utils/, worker/
  - Updated project overview to clarify Python/TS split
- Updated features.md to remove deleted features
  - Removed Workflow Engine, Agent Framework, API Server
  - Added Node System details, Worker Subprocess, Provider Infrastructure,
    Media Processing, DSL

This ensures AI coding agents have accurate context about the codebase after
the "Strip nodetool-core to Python node library + worker subprocess" refactor.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants