Skip to content

docs: update CLAUDE.md for v5 (module path and Context type) - #3079

Open
wahidrizka wants to merge 1 commit into
labstack:masterfrom
wahidrizka:docs/wahidrizka/claude-md-v5
Open

docs: update CLAUDE.md for v5 (module path and Context type)#3079
wahidrizka wants to merge 1 commit into
labstack:masterfrom
wahidrizka:docs/wahidrizka/claude-md-v5

Conversation

@wahidrizka

Copy link
Copy Markdown

CLAUDE.md still describes Echo v4, but master is now v5.

  • The intro says this is "the main repository for Echo v4 ... github.com/labstack/echo/v4", but go.mod declares module github.com/labstack/echo/v5.
  • The Context section calls Context an interface, but in v5 it is a concrete struct (type Context struct in context.go), as noted in API_CHANGES_V5.md.

Updated both so the agent guidance matches the current code. No other lines changed.

CLAUDE.md still described Echo v4 after master moved to v5:

- the intro pointed to module github.com/labstack/echo/v4, but go.mod declares github.com/labstack/echo/v5.
- the Context section called Context an interface, but in v5 it is a concrete struct (type Context struct in context.go).

Updated both to match the current code.
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.

1 participant