Skip to content

Conversation

@code-yeongyu
Copy link
Owner

Summary

  • Add directory-readme-injector hook that automatically injects README.md contents when reading files
  • Works identically to the existing directory-agents-injector, searching upward from the file's directory to project root
  • Each directory's README is injected only once per session

Changes

  • New hook: src/hooks/directory-readme-injector/
  • Updated: src/hooks/index.ts, src/index.ts
  • Documentation: README.md, README.ko.md

Closes #14


🤖 GENERATED WITH ASSISTANCE OF OhMyOpenCode

Implements README.md injection similar to existing AGENTS.md injector.
Automatically injects README.md contents when reading files, searching
upward from file directory to project root.

Closes #14

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
@code-yeongyu code-yeongyu merged commit 9e00be9 into master Dec 11, 2025
1 check passed
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.

README Injection Like Agents.md Injection

2 participants