infrastructure-config

Solid

Repository-scoped configuration for the template—environment variable templates and default secure/steganography YAML. Use when editing .env patterns, secure_config defaults, or cross-referencing project manuscript config overrides.

DevOps & Infrastructure 18 stars 1 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
53
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill Descriptor — infrastructure/config ## Module Overview Repo-scoped configuration defaults used by infrastructure modules. ## Capabilities - **Environment template management**: `.env.template` provides non-secret example variables - **Secure configuration**: `secure_config.yaml` defines default steganography/hashing/encryption settings ## Use Cases 1. **Loading manuscript configuration**: Use `infrastructure.core.config.loader` to read per-project `projects/{name}/manuscript/config.yaml` values (this directory's repo-scoped `secure_config.yaml` is loaded separately by `infrastructure.orchestration.secure_run`) 2. **Secure pipeline defaults**: Reference `secure_config.yaml` for steganography settings 3. **Environment setup**: Copy `.env.template` to `.env` and fill in values ## Integration Points - Referenced by `infrastructure/core/config/loader.py` - Project-level overrides in `projects/{name}/manuscript/config.yaml` ## See Also - [`docs/operational/config/configuration.md`](../../docs/operational/config/configuration.md)

Details

Author
docxology
Repository
docxology/template
Created
11 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category