Skip to content

Commit 9251074

Browse files
CopilotMalcolmnixon
andcommitted
Add Continuous Compliance references to README and user guide
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent 8360994 commit 9251074

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This template demonstrates:
2424
integration tests
2525
- **Documentation Generation**: Automated build notes, user guide, code quality reports,
2626
requirements, justifications, and trace matrix
27+
- **Continuous Compliance**: Automated, evidence-based quality enforcement following the
28+
[DEMA Consulting Continuous Compliance strategy](https://github.com/demaconsulting/ContinuousCompliance)
2729

2830
## Installation
2931

docs/guide/guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ This user guide covers:
1414
- Command-line options reference
1515
- Practical examples for various scenarios
1616

17+
## Continuous Compliance
18+
19+
This project follows the [DEMA Consulting Continuous Compliance][continuous-compliance]
20+
strategy — automated, evidence-based quality enforcement on every CI/CD run. Each build
21+
automatically lints documentation, verifies all requirements are covered by passing tests,
22+
runs code quality gates, records tool versions, and generates a complete audit trail.
23+
1724
# Installation
1825

1926
Install the tool globally using the .NET CLI:
@@ -143,3 +150,6 @@ templatetool --validate --results validation-results.trx
143150
```bash
144151
templatetool --silent --log tool-output.log
145152
```
153+
154+
<!-- Link References -->
155+
[continuous-compliance]: https://github.com/demaconsulting/ContinuousCompliance

0 commit comments

Comments
 (0)