Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 10, 2025

Summary

  • Added comprehensive "How it works" section to README.md explaining use-m's internal architecture and mechanics
  • Documented the hierarchical resolver system (built-in, relative, package resolvers)
  • Explained environment-specific behavior for Node.js, Bun, Deno, and browser environments
  • Added details on context detection, module loading pipeline, and version isolation
  • Updated Table of Contents to include the new section

Test plan

  • Verified existing tests still pass (core functionality unaffected)
  • Confirmed documentation is comprehensive and accurate
  • Updated Table of Contents for proper navigation

Resolves #14

🤖 Generated with Claude Code

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #14
@konard konard self-assigned this Sep 10, 2025
konard and others added 2 commits September 10, 2025 08:10
- Added comprehensive explanation of use-m's internal architecture
- Documented the hierarchical resolver system (built-in, relative, package)
- Explained environment-specific behavior for Node.js, Bun, Deno, and browser
- Added context detection and module loading pipeline details
- Documented version isolation mechanism
- Updated Table of Contents to include the new section

Resolves #14

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@konard konard changed the title [WIP] Add detailed explanation of how it works in README Add detailed explanation of how use-m works in README Sep 10, 2025
@konard konard marked this pull request as ready for review September 10, 2025 05:16
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.

Add detailed explanation of how it works in README

2 participants