Skip to content

Commit 46ec929

Browse files
committed
docs: add badges and AI disclosure
1 parent 6bd87f4 commit 46ec929

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WordPress Operations Runbook Template
2-
[![License](https://img.shields.io/github/license/dknauss/wordpress-runbook-template)](LICENSE) [![CI](https://github.com/dknauss/wordpress-runbook-template/actions/workflows/generate-docs.yml/badge.svg)](https://github.com/dknauss/wordpress-runbook-template/actions/workflows/generate-docs.yml) [![Security Policy](https://img.shields.io/badge/security-policy-4c1)](SECURITY.md)
2+
[![License](https://img.shields.io/github/license/dknauss/wordpress-runbook-template)](LICENSE) [![CI](https://github.com/dknauss/wordpress-runbook-template/actions/workflows/generate-docs.yml/badge.svg)](https://github.com/dknauss/wordpress-runbook-template/actions/workflows/generate-docs.yml) [![Security Policy](https://img.shields.io/badge/security-policy-4c1)](SECURITY.md) [![AI Authorship](https://img.shields.io/badge/AI%20authorship-disclosed-8a63d2.svg)](docs/ai-authorship.md)
33

44

55
A comprehensive operations runbook template for WordPress sites running on standard LEMP (Nginx) or LAMP (Apache) stacks. This template provides the structure and procedures for creating a site-specific runbook tailored to your environment — fill in your configuration details, remove sections that don't apply, rename/replace [TEMPLATE/CUSTOMIZE] references, and you have a complete operational reference for your team.

docs/ai-authorship.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AI Authorship Disclosure
2+
3+
This repository contains AI-assisted WordPress operations documentation and validation workflow. Portions of the documentation, planning notes, examples, tests, comments, or skill instructions may be drafted, revised, summarized, or reorganized with assistance from AI tools such as ChatGPT, Codex, Claude, Copilot, or Cursor.
4+
5+
AI assistance is used as an editorial and implementation aid, not as an authority. Human maintainers remain responsible for deciding what belongs in the repository, reviewing changes before publication, and correcting errors.
6+
7+
## Review expectations
8+
9+
- Treat generated text and code as draft material until reviewed by a human maintainer.
10+
- Verify volatile facts, API names, version numbers, security claims, and command behavior against primary sources or local tests.
11+
- Prefer small, reviewable changes with clear commit messages and linked source material where appropriate.
12+
- Do not publish security vulnerability details, exploit steps, or proof-of-concept material from AI output without following the repository security policy.
13+
14+
The repository also tracks known AI-review failure modes in [`docs/llm-lies-log.md`](llm-lies-log.md); consult that log when evaluating generated claims.
15+
16+
## Scope of disclosure
17+
18+
This disclosure applies to repository content created or materially revised with AI assistance. It does not mean every line was generated by AI, and it does not reduce the responsibility of contributors to submit accurate, licensed, and reviewable work.

0 commit comments

Comments
 (0)