Skip to content

Movement from develop to staging#35

Merged
susrisha merged 19 commits into
stagingfrom
develop
Jul 16, 2026
Merged

Movement from develop to staging#35
susrisha merged 19 commits into
stagingfrom
develop

Conversation

@susrisha

Copy link
Copy Markdown
Collaborator

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:

  • Added .github/workflows/deploy-to-blob.yml to automate deployments to Azure Blob Storage, supporting multiple environments (develop, staging, production) and versioned releases.
  • Introduced .github/workflows/trigger-deployment.yml to trigger deployment automatically when pull requests are merged into key branches.

Prompt Files and Documentation:

  • Added and updated several prompt files under .github/prompts/ (reflect.prompt.md, release.prompt.md, suggest.prompt.md, sync.prompt.md, and improved commit.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]
  • Updated AGENTS.md to clarify scratchpad usage, introduce prompt file conventions, and provide more explicit guidance on file operations, communication style, and linting practices.

Project Hygiene and Tracking:

  • Created .sync.manifest.md to track the version and status of all scaffold files synced from the canonical agent-practices repository, improving project hygiene and auditability.
  • Added a CHANGELOG.md template to document project changes and encourage good release practices.

Code Style and Tooling:

  • Added .editorconfig and .gitattributes to 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.

bhousel and others added 19 commits March 19, 2026 16:23
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
Workflow call trigger added
Fixes indentation on the workflow
Inherits the secrets from repository
@susrisha
susrisha merged commit b26322b into staging Jul 16, 2026
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.

3 participants