diff --git a/docs/plans/integrated-implementation-roadmap-2025.md b/docs/plans/integrated-implementation-roadmap-2025.md index 22e7d634..26cf585d 100644 --- a/docs/plans/integrated-implementation-roadmap-2025.md +++ b/docs/plans/integrated-implementation-roadmap-2025.md @@ -50,14 +50,20 @@ This integrated roadmap combines: - Fixed prohibited language: "guarantees" → "constraints" (2 files) - generate-card-sections.js script created for systematic card presentation implementation - Docs/markdown files verified correct (historical context appropriate) -- 🔄 GitHub Repository Setup - Partially Complete (October 12, 2025) +- ✅ **GitHub Repository Setup Complete** (October 15, 2025) + - CODE_OF_CONDUCT.md added (Contributor Covenant v2.1) + - 4 Issue templates (bug, feature, research, documentation) + - Pull request template with values alignment checklist + - GitHub Actions CI workflow (tests, linting, CSP compliance) + - CONTRIBUTING.md expanded to comprehensive 8.5KB guide + - All community infrastructure deployed to public repository -**Overall Progress (as of October 12, 2025):** +**Overall Progress (as of October 15, 2025):** - **Phase 1 (Weeks 1-2):** 8/10 tasks complete (80%) - 1 deferred, 1 pending - **Phase 2 (Weeks 3-4):** 6/12 tasks complete (50%) - 6 pending -- **Phase 3 (Weeks 5-6):** 1.5/8 tasks complete (19%) - 1 partial, 6 pending +- **Phase 3 (Weeks 5-6):** 2/8 tasks complete (25%) - 6 pending - **Phase 4 (Weeks 7-8):** 1/6 tasks complete (17%) - 5 pending -- **Total Progress:** 16.5/36 tasks = **46% complete** (up from 44%) +- **Total Progress:** 17/36 tasks = **47% complete** (up from 46%) --- @@ -478,9 +484,9 @@ Response: **Objective:** Implement community contribution and engagement features -**Completeness:** [🔄] 1.5/8 tasks complete (1 partial) +**Completeness:** [🔄] 2/8 tasks complete (25%) - ✅ Interactive Demo #3: Boundary Enforcement (October 11, 2025) -- 🔄 GitHub Repository Setup (October 12, 2025 - Partially Complete) +- ✅ GitHub Repository Setup (October 15, 2025) ### Week 5 (Nov 8-15, 2025) @@ -560,27 +566,29 @@ Response: ### Week 6 (Nov 15-22, 2025) #### 18. GitHub Repository Setup -**Priority:** Medium | **Effort:** 2-3 days | **Status:** [🔄] PARTIALLY COMPLETE (October 12, 2025) +**Priority:** Medium | **Effort:** 2-3 days | **Status:** [✅] COMPLETED (October 15, 2025) - [✅] Create public GitHub repository - **AgenticGovernance/tractatus-framework** - [✅] Clean codebase for publication - **Documentation-only approach (security)** - [✅] Write comprehensive README - **13KB README.md with full project overview** - [✅] Add LICENSE (choose appropriate open source license) - **Apache 2.0 License** -- [✅] Create CONTRIBUTING.md - **9.8KB contribution guidelines** -- [ ] Add CODE_OF_CONDUCT.md - **PENDING** -- [ ] Set up GitHub Issues templates - **PENDING** -- [ ] Configure GitHub Actions (tests, linting) - **PENDING** -- [ ] Create releases - **PENDING** +- [✅] Create CONTRIBUTING.md - **Expanded to 8.5KB comprehensive guide (October 15)** +- [✅] Add CODE_OF_CONDUCT.md - **Contributor Covenant v2.1 (October 15)** +- [✅] Set up GitHub Issues templates - **4 templates (bug, feature, research, docs) (October 15)** +- [✅] Configure GitHub Actions (tests, linting) - **CI workflow with CSP compliance checks (October 15)** +- [ ] Create releases - **DEFERRED (no version releases yet)** - [✅] Link from website - **Linked from multiple pages** -**Success Criteria:** 🔄 Public repository available and documented; CI/CD and community templates pending +**Success Criteria:** ✅ Public repository fully configured with community infrastructure -**Verification (October 12, 2025):** +**Verification (October 15, 2025):** - Repository: https://github.com/AgenticGovernance/tractatus-framework -- Contains: docs/, deployment-guide/, README.md, CONTRIBUTING.md, LICENSE +- Contains: docs/, deployment-guide/, README.md, CONTRIBUTING.md, LICENSE, CODE_OF_CONDUCT.md +- GitHub templates: bug_report.yml, feature_request.yml, research_question.yml, documentation.yml, config.yml +- Pull request template: PULL_REQUEST_TEMPLATE.md with values alignment checklist +- CI workflow: .github/workflows/ci.yml (tests, linting, CSP checks) - Security: Documentation-only (no production source code) -- Missing: CODE_OF_CONDUCT.md, GitHub Issues templates, GitHub Actions workflows -- **Next steps:** Add community health files and CI/CD configuration +- **Result:** Task 18 100% complete (releases deferred until version 1.0) --- diff --git a/package-lock.json b/package-lock.json index 3bc09e50..6b7b31b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,9 @@ "express-rate-limit": "^7.5.1", "helmet": "^7.1.0", "highlight.js": "^11.9.0", + "i18next": "^25.6.0", + "i18next-browser-languagedetector": "^8.2.0", + "i18next-http-backend": "^3.0.2", "jsonwebtoken": "^9.0.2", "marked": "^11.0.0", "mongodb": "^6.3.0", @@ -545,7 +548,6 @@ "version": "7.28.4", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", - "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -2868,6 +2870,15 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/cross-fetch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", + "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", + "license": "MIT", + "dependencies": { + "node-fetch": "^2.6.12" + } + }, "node_modules/cross-spawn": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", @@ -4563,6 +4574,55 @@ "node": ">=10.17.0" } }, + "node_modules/i18next": { + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.6.0.tgz", + "integrity": "sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw==", + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.27.6" + }, + "peerDependencies": { + "typescript": "^5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/i18next-browser-languagedetector": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-8.2.0.tgz", + "integrity": "sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.23.2" + } + }, + "node_modules/i18next-http-backend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.2.tgz", + "integrity": "sha512-PdlvPnvIp4E1sYi46Ik4tBYh/v/NbYfFFgTjkwFl0is8A18s7/bx9aXqsrOax9WUbeNS6mD2oix7Z0yGGf6m5g==", + "license": "MIT", + "dependencies": { + "cross-fetch": "4.0.0" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", diff --git a/package.json b/package.json index 391ee1f4..483f2743 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,9 @@ "express-rate-limit": "^7.5.1", "helmet": "^7.1.0", "highlight.js": "^11.9.0", + "i18next": "^25.6.0", + "i18next-browser-languagedetector": "^8.2.0", + "i18next-http-backend": "^3.0.2", "jsonwebtoken": "^9.0.2", "marked": "^11.0.0", "mongodb": "^6.3.0",