This is more than a dotfiles collection; it is a System of Governance for AI-driven development workflows. By treating your environment as Versioned Infrastructure, you establish the necessary guardrails to ensure that AI-pair-programming remains precise, atomic, and secure.
- AI-Driven Logic: The system is designed to "pilot" your AI assistant. It provides the architectural context and socratic protocols (
.protocols/) required for high-end decision making. - Atomic Reliability: Every modification is routed through a verification cycle that prevents history pollution and mixed intentions.
- Universal Staging: Powered by pnpm, JavaScript (ESM), and Shell orchestration, the entire ecosystem is instantly deployable via
npxorpnpm dlx.
graph TD
A[Socratic AI-Pairing] -- Atomic Audit --> B[Local Commit Sequence]
B -- github.sh Gatekeeper --> C[GitHub Mirror]
C -- Automated CI/CD --> D[GitHub Actions]
D -- Security & Distribution --> E[NPM Global Registry]
F[Remote Deployment] -- pnpm dlx --> E
- Interactive Sync (
github.sh): A specialized gatekeeper that performs a "Tag Delta" audit, ensuring local versions and remote states are synchronized before any projection. - System Protocols: A library of hidden guides that force the AI to maintain professional standards (Atomic commits, Socratic releases, Security first).
- Automated Distribution: GitHub Actions handle the security auditing and global NPM publication upon Every GitHub Release.
Deploy your architectural baseline anywhere:
pnpm dlx @wistantkode/dotfiles- Professional
.gitignore: PRODUCTION-READY baseline for all modern stacks. .gitmessageArchitectural Template: Standardizes commit intentions across teams.- Governance Library: Injected
.protocols/folder for immediate AI alignment.
| Standard | Role | Reference |
|---|---|---|
| Integrity Audit | High-level engineering and architectural philosophy. | RODIN.md |
| Commit Protocol | Strict atomic formatting and zero-entropy staging. | COMMIT.md |
| Release Flow | Socratic versioning and manual sealing logic. | RELEASE.md |
Copyright © 2026 Wistant. Distributed under the Apache License 2.0.
Engineered for professional AI-Pairing by @wistantkode


