From cbc77ec5eed7317da95dc3a6c5961d11a1dd6509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Pe=CC=81rez?= Date: Wed, 14 Jan 2026 05:24:46 +0000 Subject: [PATCH] chore: fix fences errors --- .typedialog/README.md | 2 +- config/README.md | 2 +- config/examples/README.md | 2 +- crates/control-center-ui/README.md | 2 +- crates/control-center-ui/REFERENCE.md | 2 +- crates/control-center-ui/auth-system.md | 2 +- crates/control-center-ui/upstream-dependency-issue.md | 2 +- crates/control-center/README.md | 2 +- crates/control-center/docs/security-considerations.md | 2 +- crates/control-center/src/kms/README.md | 2 +- crates/control-center/web/README.md | 2 +- crates/extension-registry/API.md | 2 +- crates/extension-registry/README.md | 2 +- crates/mcp-server/README.md | 2 +- crates/orchestrator/README.md | 2 +- crates/orchestrator/docs/dns-integration.md | 2 +- crates/orchestrator/docs/extension-loading.md | 2 +- crates/orchestrator/docs/oci-integration.md | 2 +- crates/orchestrator/docs/service-orchestration.md | 2 +- crates/orchestrator/docs/ssh-key-management.md | 2 +- crates/orchestrator/docs/storage-backends.md | 2 +- crates/orchestrator/wrks/readme-testing.md | 2 +- crates/vault-service/README.md | 2 +- docs/deployment/deployment-guide.md | 2 +- docs/deployment/guide.md | 2 +- docs/deployment/known-issues.md | 2 +- docs/guides/quick-start.md | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.typedialog/README.md b/.typedialog/README.md index 6c84987..a02741e 100644 --- a/.typedialog/README.md +++ b/.typedialog/README.md @@ -368,4 +368,4 @@ jq '.docker_compose_services.orchestrator.deploy.resources.limits' /tmp/enterpri **Last Updated**: 2025-01-09 **ForminQuire Status**: DEPRECATED - Archived to .coder/archive/forminquire/ **Fallback**: Basic Nushell prompts if TypeDialog unavailable -**Tested**: Infrastructure examples (solo + enterprise) validated \ No newline at end of file +**Tested**: Infrastructure examples (solo + enterprise) validated diff --git a/config/README.md b/config/README.md index 57a1171..02a25bd 100644 --- a/config/README.md +++ b/config/README.md @@ -106,4 +106,4 @@ Each file contains service-specific settings for networking, storage, security, **Framework**: TypeDialog + Nickel Configuration System **Date**: 2026-01-05 -**Status**: ✅ Production Ready \ No newline at end of file +**Status**: ✅ Production Ready diff --git a/config/examples/README.md b/config/examples/README.md index 787de36..9690d40 100644 --- a/config/examples/README.md +++ b/config/examples/README.md @@ -198,4 +198,4 @@ To add a new service configuration: **Last Updated**: 2025-01-06 (Updated with Infrastructure Integration Guide) **ConfigLoader Version**: 2.0.0 **Nickel Version**: Latest -**Infrastructure Integration**: Complete with schemas, examples, and validation scripts \ No newline at end of file +**Infrastructure Integration**: Complete with schemas, examples, and validation scripts diff --git a/crates/control-center-ui/README.md b/crates/control-center-ui/README.md index 87ceb99..7367ace 100644 --- a/crates/control-center-ui/README.md +++ b/crates/control-center-ui/README.md @@ -365,4 +365,4 @@ For questions, issues, or contributions: --- -Built with ❤️ for comprehensive audit log management, compliance monitoring, and security analytics. \ No newline at end of file +Built with ❤️ for comprehensive audit log management, compliance monitoring, and security analytics. diff --git a/crates/control-center-ui/REFERENCE.md b/crates/control-center-ui/REFERENCE.md index de1bccc..ba2a59c 100644 --- a/crates/control-center-ui/REFERENCE.md +++ b/crates/control-center-ui/REFERENCE.md @@ -30,4 +30,4 @@ cd /Users/Akasha/repo-cnz/src/control-center-ui # Use existing UI development commands ``` -See original implementation for development setup and usage instructions. \ No newline at end of file +See original implementation for development setup and usage instructions. diff --git a/crates/control-center-ui/auth-system.md b/crates/control-center-ui/auth-system.md index 4129129..d554270 100644 --- a/crates/control-center-ui/auth-system.md +++ b/crates/control-center-ui/auth-system.md @@ -378,4 +378,4 @@ DELETE /user/sessions/{id}/revoke # Revoke session --- -**A complete, production-ready authentication system built with modern Rust and WebAssembly technologies.** \ No newline at end of file +**A complete, production-ready authentication system built with modern Rust and WebAssembly technologies.** diff --git a/crates/control-center-ui/upstream-dependency-issue.md b/crates/control-center-ui/upstream-dependency-issue.md index 49fdd96..a41ed5e 100644 --- a/crates/control-center-ui/upstream-dependency-issue.md +++ b/crates/control-center-ui/upstream-dependency-issue.md @@ -142,4 +142,4 @@ If the warning becomes an error before upstream fixes are released, you can: **Last Updated**: December 12, 2025 **Status**: Monitored, Non-Blocking -**Action**: Awaiting Upstream Fixes \ No newline at end of file +**Action**: Awaiting Upstream Fixes diff --git a/crates/control-center/README.md b/crates/control-center/README.md index 65a44ec..bd73bcd 100644 --- a/crates/control-center/README.md +++ b/crates/control-center/README.md @@ -368,4 +368,4 @@ This project follows the licensing specified in the parent repository. ## Support -For questions and support, refer to the project documentation or create an issue in the repository. \ No newline at end of file +For questions and support, refer to the project documentation or create an issue in the repository. diff --git a/crates/control-center/docs/security-considerations.md b/crates/control-center/docs/security-considerations.md index 9f2d468..b5617f0 100644 --- a/crates/control-center/docs/security-considerations.md +++ b/crates/control-center/docs/security-considerations.md @@ -707,4 +707,4 @@ pub async fn delete_user(&self, user_id: &str) -> Result<(), RbacError> { **Last Updated**: 2025-10-06 **Review Cycle**: Quarterly -**Next Review**: 2026-01-06 \ No newline at end of file +**Next Review**: 2026-01-06 diff --git a/crates/control-center/src/kms/README.md b/crates/control-center/src/kms/README.md index 4e6aba2..21ba859 100644 --- a/crates/control-center/src/kms/README.md +++ b/crates/control-center/src/kms/README.md @@ -450,4 +450,4 @@ curl http://localhost:8080/kms/health/rotation 4. **Blockchain Integration**: Immutable audit trails This hybrid KMS system provides a solid foundation for secure key management in the control center architecture, -with room for future enhancements and customization based on specific requirements. \ No newline at end of file +with room for future enhancements and customization based on specific requirements. diff --git a/crates/control-center/web/README.md b/crates/control-center/web/README.md index 91ca820..97a7de5 100644 --- a/crates/control-center/web/README.md +++ b/crates/control-center/web/README.md @@ -177,4 +177,4 @@ See project root LICENSE file. ## Contributing -See project root CONTRIBUTING.md for contribution guidelines. \ No newline at end of file +See project root CONTRIBUTING.md for contribution guidelines. diff --git a/crates/extension-registry/API.md b/crates/extension-registry/API.md index f7cbbd1..dc41cd1 100644 --- a/crates/extension-registry/API.md +++ b/crates/extension-registry/API.md @@ -583,4 +583,4 @@ curl "http://localhost:8082/api/v1/extensions?type=cluster" ## Support -For issues and questions, see the main README or project documentation. \ No newline at end of file +For issues and questions, see the main README or project documentation. diff --git a/crates/extension-registry/README.md b/crates/extension-registry/README.md index db7022b..6463590 100644 --- a/crates/extension-registry/README.md +++ b/crates/extension-registry/README.md @@ -632,4 +632,4 @@ See main project documentation for contribution guidelines. ## Support -For issues and questions, please refer to the main provisioning project documentation. \ No newline at end of file +For issues and questions, please refer to the main provisioning project documentation. diff --git a/crates/mcp-server/README.md b/crates/mcp-server/README.md index 197ee92..2b6eab1 100644 --- a/crates/mcp-server/README.md +++ b/crates/mcp-server/README.md @@ -132,4 +132,4 @@ This Rust MCP server is ready to be showcased at the **Rust Meetup 2025** as pro - 🔒 **Compile-time safety** guarantees - 🎯 **Philosophical consistency** with the ecosystem approach -This validates the **"Rust-first infrastructure automation"** approach for the meetup presentation. \ No newline at end of file +This validates the **"Rust-first infrastructure automation"** approach for the meetup presentation. diff --git a/crates/orchestrator/README.md b/crates/orchestrator/README.md index e5b1f9f..2a398ad 100644 --- a/crates/orchestrator/README.md +++ b/crates/orchestrator/README.md @@ -512,4 +512,4 @@ This orchestrator solves the Nushell deep call stack limitations by: 4. Preserving all existing business logic in Nushell The existing `on_create_servers` function can be replaced with `on_create_servers_workflow` for orchestrated execution while maintaining full -compatibility. \ No newline at end of file +compatibility. diff --git a/crates/orchestrator/docs/dns-integration.md b/crates/orchestrator/docs/dns-integration.md index 038f87f..bccb939 100644 --- a/crates/orchestrator/docs/dns-integration.md +++ b/crates/orchestrator/docs/dns-integration.md @@ -218,4 +218,4 @@ cargo test test_dns_integration - [ ] DNS zone management - [ ] DNSSEC integration - [ ] Multi-zone support -- [ ] DNS caching layer \ No newline at end of file +- [ ] DNS caching layer diff --git a/crates/orchestrator/docs/extension-loading.md b/crates/orchestrator/docs/extension-loading.md index e5f3cd5..8a5b135 100644 --- a/crates/orchestrator/docs/extension-loading.md +++ b/crates/orchestrator/docs/extension-loading.md @@ -373,4 +373,4 @@ Extension loading is optimized: - [ ] Dependency graph visualization - [ ] Extension marketplace integration - [ ] Automatic version updates -- [ ] Extension sandboxing \ No newline at end of file +- [ ] Extension sandboxing diff --git a/crates/orchestrator/docs/oci-integration.md b/crates/orchestrator/docs/oci-integration.md index 2dd3480..30328bc 100644 --- a/crates/orchestrator/docs/oci-integration.md +++ b/crates/orchestrator/docs/oci-integration.md @@ -414,4 +414,4 @@ Track OCI operations: - [ ] Multi-registry support - [ ] Mirror/proxy registry - [ ] Artifact signing and verification -- [ ] Garbage collection for cache \ No newline at end of file +- [ ] Garbage collection for cache diff --git a/crates/orchestrator/docs/service-orchestration.md b/crates/orchestrator/docs/service-orchestration.md index 25b0cc5..448fa84 100644 --- a/crates/orchestrator/docs/service-orchestration.md +++ b/crates/orchestrator/docs/service-orchestration.md @@ -464,4 +464,4 @@ Track service metrics: - [ ] Service watchdog - [ ] Auto-restart on failure - [ ] Service templates -- [ ] Container-based services \ No newline at end of file +- [ ] Container-based services diff --git a/crates/orchestrator/docs/ssh-key-management.md b/crates/orchestrator/docs/ssh-key-management.md index 549dcbc..4f3cc05 100644 --- a/crates/orchestrator/docs/ssh-key-management.md +++ b/crates/orchestrator/docs/ssh-key-management.md @@ -522,4 +522,4 @@ vault read ssh/config/ca - RFC 8709: Ed25519 and Ed448 Public Key Algorithms for SSH - Vault SSH Secrets Engine: -- OpenSSH Certificate Authentication: \ No newline at end of file +- OpenSSH Certificate Authentication: diff --git a/crates/orchestrator/docs/storage-backends.md b/crates/orchestrator/docs/storage-backends.md index 48c07a0..309e1ed 100644 --- a/crates/orchestrator/docs/storage-backends.md +++ b/crates/orchestrator/docs/storage-backends.md @@ -382,4 +382,4 @@ telnet surreal-server 8000 2. **Scale**: SurrealDB Embedded (single-node production) 3. **Distribute**: SurrealDB Server (multi-node production) -This progressive approach allows teams to start simple and scale as requirements grow, with seamless migration between each stage. \ No newline at end of file +This progressive approach allows teams to start simple and scale as requirements grow, with seamless migration between each stage. diff --git a/crates/orchestrator/wrks/readme-testing.md b/crates/orchestrator/wrks/readme-testing.md index 6f096b6..171a2e2 100644 --- a/crates/orchestrator/wrks/readme-testing.md +++ b/crates/orchestrator/wrks/readme-testing.md @@ -389,4 +389,4 @@ When adding new features: 4. Update benchmarks for performance-critical code 5. Document any new test utilities -For more information on the storage architecture and API, see the main project documentation. \ No newline at end of file +For more information on the storage architecture and API, see the main project documentation. diff --git a/crates/vault-service/README.md b/crates/vault-service/README.md index 9c4b367..0a00bb4 100644 --- a/crates/vault-service/README.md +++ b/crates/vault-service/README.md @@ -464,4 +464,4 @@ Copyright © 2024 Provisioning Team - [Age Encryption](https://github.com/FiloSottile/age) - [Cosmian KMS](https://cosmian.com/kms/) - [Axum Web Framework](https://docs.rs/axum/) -- [Confidential Computing](https://confidentialcomputing.io/) \ No newline at end of file +- [Confidential Computing](https://confidentialcomputing.io/) diff --git a/docs/deployment/deployment-guide.md b/docs/deployment/deployment-guide.md index f4bc791..e7f7828 100644 --- a/docs/deployment/deployment-guide.md +++ b/docs/deployment/deployment-guide.md @@ -754,4 +754,4 @@ curl http://localhost:8081/health **Documentation Version**: 1.0.0 **Last Updated**: 2025-10-06 -**Maintained By**: Platform Team \ No newline at end of file +**Maintained By**: Platform Team diff --git a/docs/deployment/guide.md b/docs/deployment/guide.md index 5db97cf..7ce6c55 100644 --- a/docs/deployment/guide.md +++ b/docs/deployment/guide.md @@ -465,4 +465,4 @@ nu run-docker.nu stop --volumes - Native Script: `provisioning/platform/scripts/run-native.nu` - Docker Script: `provisioning/platform/scripts/run-docker.nu` -- Docker Files: `provisioning/platform/docker-compose.yaml` + mode-specific overrides \ No newline at end of file +- Docker Files: `provisioning/platform/docker-compose.yaml` + mode-specific overrides diff --git a/docs/deployment/known-issues.md b/docs/deployment/known-issues.md index c58c2c6..b9d49cf 100644 --- a/docs/deployment/known-issues.md +++ b/docs/deployment/known-issues.md @@ -94,4 +94,4 @@ Use cached Docker layers or native builds with incremental compilation. --- -**Last Updated**: 2025-10-07 \ No newline at end of file +**Last Updated**: 2025-10-07 diff --git a/docs/guides/quick-start.md b/docs/guides/quick-start.md index 268d370..73902f6 100644 --- a/docs/guides/quick-start.md +++ b/docs/guides/quick-start.md @@ -279,4 +279,4 @@ docker network inspect provisioning-net - Health Check: `./scripts/health-check.nu` - Logs: `docker-compose logs -f` -- Documentation: `docs/deployment/` \ No newline at end of file +- Documentation: `docs/deployment/`