▲ intrikata-stack

Intrikata Stack guide · package 1.7.1

Contributing

Human-readable guide · view canonical Markdown · updated 2026-08-26

Contributing to intrikata-stack

Thank you for helping evolve a self-auditing session-bootstrap system. This project is intentionally small at the core: four skills (megapraxis, metamegapraxis, praxis-local-realize, megametapraxis), a portable package, and a public Cloudflare Pages surface that explains the system and shows live scrubbed audit state.

Live site: https://docs.intrikata.com Technical white paper: https://docs.intrikata.com/whitepaper Code of conduct: https://docs.intrikata.com/CODE_OF_CONDUCT.md Security: https://docs.intrikata.com/SECURITY.md License: https://docs.intrikata.com/LICENSE (MIT)

What you can contribute

KindExamplesNotes
Skill fixestrap probes, boot modes, render contractsPrefer content-anchors, not line pins
Adaptersnew harness drop-ins under adapters/Keep install one-shot; no silent network calls
Docsinstall paths, white paper errata, llms.txtTarski-honest: name residuals, never invent counts
Site / packagePages UI, exporter scrub rules, package buildProduction deploy branch is master
Trap catalognew silent-failure classes with probe + fixMust be disk/runtime verifiable
Bridgesshort-circuits, templates, delta-scopesManifest integrity required

What not to contribute (without discussion)

Development loop (MetaMethodology)

  1. Orient — run /megapraxis (or filesystem-fallback) in your harness.
  2. Audit/metamegapraxis for trap roll-call + residuals.
  3. Snapshot/megametapraxis snapshot so per-prompt hooks have a validated envelope.
  4. Propose — write _proposed_*.diff artifacts (or PR-equivalent patches).
  5. Apply — only with explicit operator go-ahead (apply / merge).
  6. Verifyvalidate.py, package rebuild, live checks on Proven Cycle; /megametapraxis measure.
  7. Converge — name decidable / semi-decidable / undecidable leftovers.

When multi-lens review is needed, compose a SwarmInvocation; do not auto-dispatch expensive swarms on first install.

Get the source

# Zip package (skills + installer + adapters)
curl -sL https://docs.intrikata.com/pkg/intrikata-stack-skills.zip -o intrikata-stack-skills.zip

# Dumb-HTTP git (also Codex / Claude marketplace)
git clone https://docs.intrikata.com/git/intrikata-stack.git

There may not be a single public GitHub “upstream” for every fork. The site-served git tree and zip are the canonical distribution surfaces for the portable skills package. Forks should keep provenance (package version + SwarmInvocation notes).

Coding norms

  1. Truth-on-disk — every user-visible claim maps to a probeable fact, or is omitted.
  2. Content anchors — cite symbols / grep-stable phrases, never fragile line numbers.
  3. Tarski honesty — residuals named with class; never silently absorbed.
  4. Windows-safe paths — avoid /tmp/ for durable artifacts (trap #16).
  5. Real Python — never bare python on Windows for validation (trap #6); use venv or py.
  6. Production branchwrangler pages deploy … --branch=master (not main).

Pull request / patch checklist

Communication

Prefer artifacts over vibes:

License of contributions

By contributing, you agree your contributions are licensed under the MIT License (same as the project).

Intrikata Stack · MIT · current catalog: 53 operational traps · Security