Skip to content

docs(execd): fix outdated DEVELOPMENT.md and add missing env var#13

Open
Pangjiping wants to merge 1 commit into
mainfrom
docs/execd-cleanup
Open

docs(execd): fix outdated DEVELOPMENT.md and add missing env var#13
Pangjiping wants to merge 1 commit into
mainfrom
docs/execd-cleanup

Conversation

@Pangjiping

Copy link
Copy Markdown
Owner

Summary

  • DEVELOPMENT.md: 598→99 lines. Removed generic Go boilerplate (coding standards, performance optimization, contributing guidelines). Fixed all code examples from Beego to Gin to match current codebase (migrated in v1.0.3).
  • README.md: Added missing EXECD_ACCESS_TOKEN environment variable that parser.go defines but was undocumented.

Test plan

  • Verify DEVELOPMENT.md code examples match pkg/web/router.go Gin patterns
  • Verify README env var table matches pkg/flag/parser.go constants

🤖 Generated with Claude Code

…EADME

DEVELOPMENT.md had Beego-style code examples despite the Gin migration in
v1.0.3; simplify the file from 598 to 99 lines, dropping generic Go
boilerplate and fixing all examples to match the current Gin codebase.

README.md was missing the EXECD_ACCESS_TOKEN environment variable that
parser.go defines and uses.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

⚠️ This PR has no labels. Please add one based on the changes.

Changed directories: components.

📋 Recommended labels (based on changed files):

  • component/execd ⬅️

Other available labels:

  • bug - Something isn't working
  • documentation - Improvements or additions to documentation

💡 Tip: Use feature for new functionality or improvements, bug for fixes.

cc @Pangjiping

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