Skip to content

refactor: 📦 rename src folder into features#10

Merged
baxyz merged 5 commits intomainfrom
refactor-src
Feb 22, 2026
Merged

refactor: 📦 rename src folder into features#10
baxyz merged 5 commits intomainfrom
refactor-src

Conversation

@baxyz
Copy link
Contributor

@baxyz baxyz commented Feb 22, 2026

Description

Please include a summary of what this PR does and why it's needed.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring
  • Test improvement

Related Issues

Closes #(issue number)

How Has This Been Tested?

Describe the tests you ran and how to reproduce them:

  • Test A
  • Test B

Checklist

  • My code follows the code style of this project
  • I have updated the documentation accordingly
  • I have added tests for my changes
  • All new and existing tests passed locally
  • My commits follow the conventional commit format

Screenshots (if applicable)

Add screenshots for UI changes.

Additional Context

Add any other context about the PR here.

- Rename 'features' directory back to 'src'
- Update all documentation references (README, agents.md, etc)
- Update GitHub documentation URLs in feature.json files
- Revert release.yml to use './src' path
- Remove symlink workaround

Rationale:
- DevContainer Features specification tools expect 'src/' by convention
- devcontainer features test CLI looks for 'src/' directory
- src + test structure is the standard for DevContainer Features
- No benefit to diverging from ecosystem conventions

Preserves:
- essential-dev feature with core development tools
- TypeScript/JavaScript development setup
- All enhancements (shell integration, etc)
- Add terminal.integrated.shellIntegration settings
  - Enable command tracking and execution feedback
  - Enable decorations showing exit codes
  - Enable inline command suggestions

- Update install.sh to detect and confirm shell integration
  - Checks for zsh, bash, and fish availability
  - Provides clear feedback on enabled features

- Document shell integration in README
  - Explain command execution tracking benefits
  - List exit code visualization and suggestions
  - Show supported shells (zsh, bash, fish)

This provides better terminal experience with:
- Command history tracking in VS Code
- Visual feedback on command success/failure
- Context-aware command suggestions
- Direction-aware scrolling through commands
…cally)

- Remove essential-dev from features list in test matrix
- typescript-dev declares essential-dev in installsAfter
- CLI will install both features automatically
@baxyz baxyz merged commit fc84793 into main Feb 22, 2026
13 of 14 checks passed
@baxyz baxyz deleted the refactor-src branch February 22, 2026 21:22
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