Conversation
Bootstrap the agent-practices sync system for this repo: - Add .sync.manifest.md to track synced file versions - Add .editorconfig (new) - Add CHANGELOG.md (new) - Add .github/dependabot.yml (new) - Update AGENTS.md: add Lint warnings + File Operations sections, misc wording refinements - Update README.md: add license badge, refine Contributing/License wording - Update .gitattributes: add missing linguist entries from canonical - Update .gitignore: add build/, .env*, Thumbs.db, .idea/, *.log, *.tmp etc. - Replace commit/reflect/suggest/sync prompts with canonical v2 versions (suggest.prompt.md adapted for this project stack: Docker/nginx, no TypeScript) - bunfig.toml and .github/workflows/build.yml skipped (not applicable)
Example node test
Adds trigger to deploy
Readme updated with pull request changes
Update RELEASE.md
Feature rebase with main
Workflow call trigger added
workflow call trigger added
Fixes indentation on the workflow
Fixes indentation
Inherits the secrets from repository
Update trigger-deployment.yml
MashB
approved these changes
Jul 16, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important updates to project scaffolding, developer workflows, and documentation management. The main themes are: improved developer guidance through new and updated prompt files, enhanced CI/CD automation for deployments, stricter code style enforcement, and better project hygiene tracking.
Developer Workflow and Automation:
.github/workflows/deploy-to-blob.ymlto automate deployments to Azure Blob Storage, supporting multiple environments (develop, staging, production) and versioned releases..github/workflows/trigger-deployment.ymlto trigger deployment automatically when pull requests are merged into key branches.Prompt Files and Documentation:
.github/prompts/(reflect.prompt.md,release.prompt.md,suggest.prompt.md,sync.prompt.md, and improvedcommit.prompt.md) to standardize and guide common project tasks such as reflecting on work, preparing releases, suggesting improvements, and synchronizing scaffold files. [1] [2] [3] [4] [5]AGENTS.mdto clarify scratchpad usage, introduce prompt file conventions, and provide more explicit guidance on file operations, communication style, and linting practices.Project Hygiene and Tracking:
.sync.manifest.mdto track the version and status of all scaffold files synced from the canonicalagent-practicesrepository, improving project hygiene and auditability.CHANGELOG.mdtemplate to document project changes and encourage good release practices.Code Style and Tooling:
.editorconfigand.gitattributesto enforce consistent code style (spaces, LF endings) and improve linguist file classification for better GitHub integration. [1] [2]These changes collectively make the project easier to maintain, automate key workflows, and provide clear, up-to-date guidance for contributors.