added files

This commit is contained in:
Your Name
2026-08-26 02:02:24 +05:30
parent 58ee8a276a
commit 3419cfba0c
200 changed files with 22132 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Task NN: <Title>
- **Type:** Feature / Bug fix / Refactor / Test gap
- **Source:** `<file>.md` §<section> or `review-learnings.md` `<RULE_ID>`
## Goal
One sentence: what should be true after this task is done.
## Acceptance Criteria
- [ ] Observable behaviour 1
- [ ] Observable behaviour 2
- [ ] Tests added/updated covering the new behaviour (skip if devops-lib has no test suite — note that here)
- [ ] All existing tests pass (or: smoke-test via `@Library('devops-lib@<branch>')` from a sandbox consumer Jenkinsfile)
- [ ] Docs updated if the task changes a documented behaviour (`README.md`, `CLAUDE.md`, `docs/tribal-knowledge.md`, `docs/architecture.md`, the relevant `review-learnings.md` rule)
## Notes / known gotchas
(Optional — surface design decisions or constraints the agent should know upfront.)