Imported from validityBase/vbase-cs (
AGENTS.md). Install upstream withnpx skills add validityBase/vbase-cs. Copyright stays with the author.
AGENTS.md
Setup
- GitHub Actions notes: internal/specs/github-actions.md
- Persistent agent memory: internal/agents/memory/
Workflow
When making .NET, docs, build, or CI changes in this repo:
- Confirm the intended behavior before editing.
- Keep changes scoped to the relevant workflow, module, docs, or config.
- Update specs or operational docs when CI behavior changes.
- Run relevant validation, or list the exact commands that could not be run.
- Prepare a PR-ready summary with validation and follow-ups.
GitHub Actions
- Pin third-party actions to full commit SHAs.
- Use shared
validityBase/vbase-github-actionsactions/workflows by reviewed version tags. - Keep the Windows/MSBuild docs and installer build flows local unless deliberately changing the build contract.
- Keep workflow permissions explicit and minimal where the called action/workflow contract allows it.
- Do not commit secrets, private tokens, webhook URLs, or generated
.envpayloads.