From a07dff63c39916b790491e8e7e16fe3b48ac5b4e Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sat, 1 Nov 2025 09:16:11 +1300 Subject: [PATCH] feat: add Glossary of Terms to public PDF generation list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 'tractatus-agentic-governance-system-glossary-of-terms' to PUBLIC_DOCS array in generate-public-pdfs.js. This will ensure the glossary PDF is generated on the production server during deployment. Glossary covers: - Core concepts and six services (11,000 words) - Reference documentation for non-technical stakeholders - Already migrated to database via npm run migrate:docs PDF will be accessible at /downloads/tractatus-agentic-governance-system-glossary-of-terms.pdf 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- scripts/generate-public-pdfs.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/generate-public-pdfs.js b/scripts/generate-public-pdfs.js index 661f084f..b70cd284 100644 --- a/scripts/generate-public-pdfs.js +++ b/scripts/generate-public-pdfs.js @@ -40,6 +40,9 @@ const PUBLIC_DOCS = [ 'tractatus-ai-safety-framework-core-values-and-principles', 'organizational-theory-foundations', + // Reference Documentation (1) + 'tractatus-agentic-governance-system-glossary-of-terms', + // Business Leadership (1) 'business-case-tractatus-framework' ];