Skip to content

History / Home

Revisions

  • wiki: reconcile with the 1.13.0 codebase + open up the components gap Verified against the nuget.org package list and the tamp-build org. Module-Catalog: - Tamp.Core "Current: 1.11.1" -> 1.13.0. - Note the 1.12.0 split: the six security wrappers now ship from their own satellite repos on a version line that has diverged from Tamp.Core's. Only Tamp.Sarif / Tamp.Sbom / Tamp.Security.Pipeline remain in the core repo. - Add Tamp.Telemetry and Tamp.Ingest.V1 to the telemetry section, which previously listed only the tamp-beacon server and no NuGet packages. - Add tamp-findings (attestation / federal-readiness evidence dashboard). - New Accessibility section for Tamp.AxeCore. Home: add Tamp.Kubectl, Tamp.AxeCore, Tamp.Telemetry, Tamp.Ingest.V1. Migrating-From-NUKE: the components section said Tamp.Components was "a Tier 3 plan", which reads as scheduled work. It isn't — it is not designed, not built and not scheduled. Say so plainly, tell migrators what to write by hand in the meantime, and invite an ADR from anyone with a real components-shaped build, since they are better placed to design it than the maintainers are.

    @BrewingCoder BrewingCoder committed Jul 13, 2026
  • wiki: refresh Module-Catalog + Analyzers + Home + sidebar + FAQ + Getting-Started 10 days of ecosystem growth had drifted the wiki out of sync. ## Module-Catalog - Bump satellite count framing from 40+ to 50+ (current actual via nuget profile listing) - Bump Tamp.Core version refs from 1.6.0 to 1.11.1 throughout - New section: Classic Windows deploy chain (Wave 4) — SqlPackage, SqlCmd, MSBuildClassic, MsDeploy - Expanded supply-chain security section: split into Contract packages (Sarif, Sbom), SBOM producers (CycloneDx.V6, Syft), scanners (TruffleHog/CodeQL/OpenGrep/OsvScanner/Trivy/Grype/ SonarScanner/Eslint), triage sinks (DependencyTrack.V1, DefectDojo.V2), and the one-import Security.Pipeline meta - New section: Notifications — Tamp.Telegram (with Slack/Discord siblings flagged as planned) - New section: Telemetry/observability backend — tamp-beacon self-host server - New section: Editor integration — Tamp for VS Code (vsix sideload from GitHub Releases; Marketplace deferred) - Add Tamp.Eslint.V9 to JS/TS toolchain section - Add Tamp.GitHubAttest to source-control section - Add Tamp.AdjacentContainer.Local to containers section - Replace stale Tamp.OpenGrep.V1 / Tamp.Syft.V1 references with the renamed Tamp.OpenGrep / Tamp.Syft (per the 1.11.1 reconcile); added an explicit 'Naming reconcile' subsection explaining the rename and that old packages remain on nuget at 1.11.0 - Add Tamp.Eslint.V9 + Tamp.MSBuildClassic to the naming convention examples - New Common stack: 'Hybrid / modernized .NET on-prem deploy' using MSBuildClassic + SqlPackage + SqlCmd + MsDeploy ## Tamp-Analyzers - Bump header range from TAMP001-TAMP004 to TAMP001-TAMP006 - New TAMP005 section (FromPath field shadowing; <Tool>Bin convention) - New TAMP006 section (Target property shadowing) - New section: Reflection-bound field warning suppressor (CS0649 false-positive suppression for [Parameter] / [Secret] / [Solution] / etc. fields) ## Home - 40+ → 50+ satellite count - Analyzer range TAMP001-TAMP004 → TAMP001-TAMP006 - Add Tamp.Eslint.V9 to JS toolchain inline list - Add Classic Windows deploy chain (Wave 4) bullet - Expand Supply-chain security bullet to cover the full Wave 1+2+3 chain (foundation contracts, producers, scanners, sinks, meta) - New Notifications bullet (Tamp.Telegram) - New Editor integration section pointing at tamp-build/tamp-vscode + flagging the planned Fleet sibling - Add ADR-0018 diagnostics emission contract bullet to Execution and observability section - Add Tamp.Sarif, Tamp.Sbom, Tamp.Templates.AspNet to Foundation - Add Tamp.GitHubAttest to source-control ## _Sidebar - 'Module Catalog (canonical list, 50+ satellites)' - TAMP001-TAMP004 → TAMP001-TAMP006 - New 'Editor integration' nav section pointing at tamp-vscode ## FAQ - Pre-1.0 framing was stale (Tamp.Core 1.x has been GA since 2026-05-10) → updated to reflect prod-ready posture with the dogfood-Release-pipeline supporting evidence - '40+ satellites' → '50+' - Tamp.Core version refs in min-version examples: 1.6.0 → 1.11.1 ## Getting-Started - Resolved contradiction between 'Templates (0.2.0+)' section (listing minimal/library/monorepo) and 'Template selection (preview)' section (claiming only minimal ships). All three templates DO ship today per Tamp.Cli source — removed the stale 'preview' caveat and replaced with a 'Template availability' section clarifying embedded vs NuGet-distributed template resolution.

    @BrewingCoder BrewingCoder committed May 25, 2026
  • Refresh wiki for 1.6.0 + 40+ satellite reality - Module-Catalog.md: rewrote the package table grouped by category. Added 30+ missing satellites (Cargo, Tauri, Msix, MicrosoftStoreCli, Sccache, Syft, Grype, Kudu, AzureCli, EFCore, GitVersion, ReportGenerator, GitHubCli, Helm, Bicep, AzureAppService, PostgresFlex, AdoGit, AdoRest, AdoServiceConnection, Npm, AzureFunctionsCoreTools, AzureStaticWebApps, ServiceBus, Coverlet, Testcontainers, AdjacentContainer, Http, etc.). Added "Common stacks" worked-examples section linking the new families (Microsoft Store ship chain, Azure-deployed .NET service, Helm-deployed cluster app, compliance-aware ship). Surface notes about 1.2.0 (object-init) and 1.6.0 (TAMP004) at the top. - Home.md: rewrote the Modules section to surface all the new families; added an Analyzers section linking the new Tamp-Analyzers page. - _Sidebar.md: grouped modules by category (.NET, containers, JS, supply- chain security) for navigability; added Analyzers link. - Tamp-Analyzers.md (new): full reference for TAMP001 / TAMP002 / TAMP003 / TAMP004 with bug-class examples, fix patterns, and approved-context rules. Explains why 1.6.0 retired the per-satellite IVT gate in favor of TAMP004. - Parameter-And-Secret-Injection.md: removed "Status: v0" note (we're at 1.6); updated the Secret section to reflect public Reveal() + TAMP004 gating + pre-1.6.0 history. Doc refresh out of the DasBook + Strata + HoldFast onboarding wave that shipped 6 satellites + Tamp.Core 1.6.0 in one evening. The wiki was ~9 months stale on satellite count.

    @BrewingCoder BrewingCoder committed May 13, 2026
  • Add 7 HoldFast wrapper pages; refresh Module-Catalog + Home + Sidebar Per-wrapper pages added: Tamp-Yarn, Tamp-Turbo, Tamp-Vite, Tamp-GraphQLCodegen, Tamp-Playwright, Tamp-TruffleHog, Tamp-CodeQL. Each follows the Tamp-Docker.md / Tamp-NetCli.md house style: intro -> verbs -> CI behavior gotchas -> quick example -> See also. Module-Catalog table now lists all 14 first-party packages, the DotNetCoverage and SonarScanner / EFCore / GitVersion / ReportGenerator / GitHubCli rows that were missing, and a note about the reserved Tamp.* NuGet prefix. Home modules section grouped by domain (JS toolchain / testing / security scanning) for easier scanning at the Tamp ecosystem's new size. Sidebar adds nav links for all 7 new wrapper pages. Naming-convention table updated: dropped "Tamp.Yarn (planned)" since it's now shipping pinned as V4 (Berry 4 broke from classic Yarn); added Tamp.Vite.V5 as another live pinned example.

    @BrewingCoder BrewingCoder committed May 11, 2026
  • Initial Home, Getting Started, navigation chrome

    @BrewingCoder BrewingCoder committed May 10, 2026
  • Initial Home page

    @BrewingCoder BrewingCoder committed May 10, 2026