- Delete unused or obsolete files when your changes make them irrelevant (refactors, feature removals, etc.), and revert files only when the change is yours or explicitly requested. If a git operation leaves you unsure about other agents' in-flight work, stop and coordinate instead of deleting.
- Before attempting to delete a file to resolve a local type/lint failure, stop and ask the user. Other agents are often editing adjacent files; deleting their work to silence an error is never acceptable without explicit approval.
- NEVER edit
.envor any environment variable files—only the user may change them. - Coordinate with other agents before removing their in-progress edits—don't revert or delete work you didn't author unless everyone agrees.
- Moving/renaming and restoring files is allowed.
- ABSOLUTELY NEVER run destructive git operations (e.g.,
git reset --hard,rm,git checkout/git restoreto an older commit) unless the user gives an explicit, written instruction in this conversation. Treat t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface GameRulesOutputBoundary | |
| void moveSouthSucceed() | |
| end | |
| interface GameRulesInputBoundary | |
| void parse(message) | |
| end | |
| class GameRules implements GameRulesInputBoundary | |
| def init(GameRulesOutputBoundary outputBoundary) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interface GameRulesInputBoundary | |
| void moveSouth() | |
| end | |
| interface GameRulesOutputBoundary | |
| void moveSouthSucceed() | |
| end | |
| class GameRules implements GameRulesInputBoundary | |
| def init(GameRulesOutputBoundary outputBoundary) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.Dock appswitcher-all-displays -bool true | |
| killall Dock |
Notes from the article Spin The Business Agility Flywheel To Transform Your Company
"Agile transformations aims to help businesses to generate the capability to adapt to changing market conditions."
98% of businesses fails to adapt to changing market conditions.
Some of the materials I collected on how to create a weekly plan:
Text version can be also found here.
Study Time: 🍅 🍅
Moved there: https://github.com/joebew42/learning-javascript
NewerOlder