@oddessentials/repo-standards 4.2.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/standards.csharp-dotnet.azure-devops.json +64 -0
- package/dist/config/standards.csharp-dotnet.github-actions.json +64 -0
- package/dist/config/standards.csharp-dotnet.json +74 -0
- package/dist/config/standards.go.azure-devops.json +64 -0
- package/dist/config/standards.go.github-actions.json +64 -0
- package/dist/config/standards.go.json +74 -0
- package/dist/config/standards.json +245 -0
- package/dist/config/standards.python.azure-devops.json +64 -0
- package/dist/config/standards.python.github-actions.json +64 -0
- package/dist/config/standards.python.json +74 -0
- package/dist/config/standards.rust.azure-devops.json +64 -0
- package/dist/config/standards.rust.github-actions.json +64 -0
- package/dist/config/standards.rust.json +74 -0
- package/dist/config/standards.typescript-js.azure-devops.json +64 -0
- package/dist/config/standards.typescript-js.github-actions.json +64 -0
- package/dist/config/standards.typescript-js.json +74 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -4
- package/scripts/build.ts +172 -0
- package/scripts/detect-bazel.test.ts +61 -0
- package/scripts/detect-bazel.ts +82 -0
- package/scripts/generate-instructions.ts +174 -0
- package/scripts/generate-readme-counts.ts +39 -0
- package/scripts/generate-standards.ts +247 -0
- package/scripts/sync-manifest-version.cjs +32 -0
- package/scripts/validate-schema.ts +289 -0
|
@@ -548,6 +548,48 @@
|
|
|
548
548
|
"notes": "Configure structured logging for your .NET services and ensure exceptions and key events are logged with useful context.",
|
|
549
549
|
"verification": "Confirm that a structured logging library (such as Serilog or NLog) is configured with an agreed sink and format, and that the application logs meaningful context for errors and key events."
|
|
550
550
|
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"ciHints": {
|
|
554
|
+
"azure-devops": {
|
|
555
|
+
"stage": "governance"
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"description": "Define phase transition requirements in phase-gates.md for autonomous agent workflows with clear pre-conditions and approval gates.",
|
|
559
|
+
"id": "agent-phase-gates",
|
|
560
|
+
"label": "Agent Phase Gates",
|
|
561
|
+
"stack": {
|
|
562
|
+
"exampleConfigFiles": [
|
|
563
|
+
"phase-gates.md"
|
|
564
|
+
],
|
|
565
|
+
"exampleTools": [],
|
|
566
|
+
"notes": "Define phase gates with .NET-specific verification (dotnet test, coverage reports, NuGet package publishing) and approval workflows.",
|
|
567
|
+
"optionalFiles": [
|
|
568
|
+
"phase-gates.md"
|
|
569
|
+
],
|
|
570
|
+
"verification": "phase-gates.md exists defining transition requirements."
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"ciHints": {
|
|
575
|
+
"azure-devops": {
|
|
576
|
+
"stage": "governance"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"description": "Document milestone completion criteria in victory-gates.md defining 'done' for releases and major deliverables with evidence requirements.",
|
|
580
|
+
"id": "agent-victory-gates",
|
|
581
|
+
"label": "Agent Victory Gates",
|
|
582
|
+
"stack": {
|
|
583
|
+
"exampleConfigFiles": [
|
|
584
|
+
"victory-gates.md"
|
|
585
|
+
],
|
|
586
|
+
"exampleTools": [],
|
|
587
|
+
"notes": "Specify victory conditions for releases including .NET-specific requirements (NuGet publishing, deployment validation, documentation) and evidence collection.",
|
|
588
|
+
"optionalFiles": [
|
|
589
|
+
"victory-gates.md"
|
|
590
|
+
],
|
|
591
|
+
"verification": "victory-gates.md exists with milestone criteria."
|
|
592
|
+
}
|
|
551
593
|
}
|
|
552
594
|
],
|
|
553
595
|
"recommended": [
|
|
@@ -687,6 +729,28 @@
|
|
|
687
729
|
"notes": "Apply accessibility tooling to ASP.NET or Blazor front-ends and review issues alongside functional testing.",
|
|
688
730
|
"verification": "For web-facing apps, run the configured accessibility checks or tools against your main UI endpoints and confirm that blocking accessibility issues are addressed."
|
|
689
731
|
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"ciHints": {
|
|
735
|
+
"azure-devops": {
|
|
736
|
+
"notes": "Run invariant verification commands in a dedicated quality stage.",
|
|
737
|
+
"stage": "quality"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"description": "Maintain INVARIANTS.md defining repository-wide rules that must always hold true, with machine-readable verification commands for autonomous agents.",
|
|
741
|
+
"id": "agent-invariants",
|
|
742
|
+
"label": "Autonomous Agent Invariants",
|
|
743
|
+
"stack": {
|
|
744
|
+
"exampleConfigFiles": [
|
|
745
|
+
"INVARIANTS.md"
|
|
746
|
+
],
|
|
747
|
+
"exampleTools": [],
|
|
748
|
+
"notes": "Document invariants with verification commands like 'dotnet test', 'dotnet format --verify-no-changes', 'dotnet build' for autonomous validation.",
|
|
749
|
+
"requiredFiles": [
|
|
750
|
+
"INVARIANTS.md"
|
|
751
|
+
],
|
|
752
|
+
"verification": "INVARIANTS.md exists with machine-readable verification commands."
|
|
753
|
+
}
|
|
690
754
|
}
|
|
691
755
|
]
|
|
692
756
|
},
|
|
@@ -548,6 +548,48 @@
|
|
|
548
548
|
"notes": "Configure structured logging for your .NET services and ensure exceptions and key events are logged with useful context.",
|
|
549
549
|
"verification": "Confirm that a structured logging library (such as Serilog or NLog) is configured with an agreed sink and format, and that the application logs meaningful context for errors and key events."
|
|
550
550
|
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"ciHints": {
|
|
554
|
+
"github-actions": {
|
|
555
|
+
"job": "ci"
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"description": "Define phase transition requirements in phase-gates.md for autonomous agent workflows with clear pre-conditions and approval gates.",
|
|
559
|
+
"id": "agent-phase-gates",
|
|
560
|
+
"label": "Agent Phase Gates",
|
|
561
|
+
"stack": {
|
|
562
|
+
"exampleConfigFiles": [
|
|
563
|
+
"phase-gates.md"
|
|
564
|
+
],
|
|
565
|
+
"exampleTools": [],
|
|
566
|
+
"notes": "Define phase gates with .NET-specific verification (dotnet test, coverage reports, NuGet package publishing) and approval workflows.",
|
|
567
|
+
"optionalFiles": [
|
|
568
|
+
"phase-gates.md"
|
|
569
|
+
],
|
|
570
|
+
"verification": "phase-gates.md exists defining transition requirements."
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"ciHints": {
|
|
575
|
+
"github-actions": {
|
|
576
|
+
"job": "ci"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"description": "Document milestone completion criteria in victory-gates.md defining 'done' for releases and major deliverables with evidence requirements.",
|
|
580
|
+
"id": "agent-victory-gates",
|
|
581
|
+
"label": "Agent Victory Gates",
|
|
582
|
+
"stack": {
|
|
583
|
+
"exampleConfigFiles": [
|
|
584
|
+
"victory-gates.md"
|
|
585
|
+
],
|
|
586
|
+
"exampleTools": [],
|
|
587
|
+
"notes": "Specify victory conditions for releases including .NET-specific requirements (NuGet publishing, deployment validation, documentation) and evidence collection.",
|
|
588
|
+
"optionalFiles": [
|
|
589
|
+
"victory-gates.md"
|
|
590
|
+
],
|
|
591
|
+
"verification": "victory-gates.md exists with milestone criteria."
|
|
592
|
+
}
|
|
551
593
|
}
|
|
552
594
|
],
|
|
553
595
|
"recommended": [
|
|
@@ -687,6 +729,28 @@
|
|
|
687
729
|
"notes": "Apply accessibility tooling to ASP.NET or Blazor front-ends and review issues alongside functional testing.",
|
|
688
730
|
"verification": "For web-facing apps, run the configured accessibility checks or tools against your main UI endpoints and confirm that blocking accessibility issues are addressed."
|
|
689
731
|
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"ciHints": {
|
|
735
|
+
"github-actions": {
|
|
736
|
+
"job": "ci",
|
|
737
|
+
"notes": "Add invariant checks to existing CI job or create dedicated invariants job."
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"description": "Maintain INVARIANTS.md defining repository-wide rules that must always hold true, with machine-readable verification commands for autonomous agents.",
|
|
741
|
+
"id": "agent-invariants",
|
|
742
|
+
"label": "Autonomous Agent Invariants",
|
|
743
|
+
"stack": {
|
|
744
|
+
"exampleConfigFiles": [
|
|
745
|
+
"INVARIANTS.md"
|
|
746
|
+
],
|
|
747
|
+
"exampleTools": [],
|
|
748
|
+
"notes": "Document invariants with verification commands like 'dotnet test', 'dotnet format --verify-no-changes', 'dotnet build' for autonomous validation.",
|
|
749
|
+
"requiredFiles": [
|
|
750
|
+
"INVARIANTS.md"
|
|
751
|
+
],
|
|
752
|
+
"verification": "INVARIANTS.md exists with machine-readable verification commands."
|
|
753
|
+
}
|
|
690
754
|
}
|
|
691
755
|
]
|
|
692
756
|
},
|
|
@@ -608,6 +608,54 @@
|
|
|
608
608
|
"notes": "Configure structured logging for your .NET services and ensure exceptions and key events are logged with useful context.",
|
|
609
609
|
"verification": "Confirm that a structured logging library (such as Serilog or NLog) is configured with an agreed sink and format, and that the application logs meaningful context for errors and key events."
|
|
610
610
|
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"ciHints": {
|
|
614
|
+
"azure-devops": {
|
|
615
|
+
"stage": "governance"
|
|
616
|
+
},
|
|
617
|
+
"github-actions": {
|
|
618
|
+
"job": "ci"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"description": "Define phase transition requirements in phase-gates.md for autonomous agent workflows with clear pre-conditions and approval gates.",
|
|
622
|
+
"id": "agent-phase-gates",
|
|
623
|
+
"label": "Agent Phase Gates",
|
|
624
|
+
"stack": {
|
|
625
|
+
"exampleConfigFiles": [
|
|
626
|
+
"phase-gates.md"
|
|
627
|
+
],
|
|
628
|
+
"exampleTools": [],
|
|
629
|
+
"notes": "Define phase gates with .NET-specific verification (dotnet test, coverage reports, NuGet package publishing) and approval workflows.",
|
|
630
|
+
"optionalFiles": [
|
|
631
|
+
"phase-gates.md"
|
|
632
|
+
],
|
|
633
|
+
"verification": "phase-gates.md exists defining transition requirements."
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"ciHints": {
|
|
638
|
+
"azure-devops": {
|
|
639
|
+
"stage": "governance"
|
|
640
|
+
},
|
|
641
|
+
"github-actions": {
|
|
642
|
+
"job": "ci"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"description": "Document milestone completion criteria in victory-gates.md defining 'done' for releases and major deliverables with evidence requirements.",
|
|
646
|
+
"id": "agent-victory-gates",
|
|
647
|
+
"label": "Agent Victory Gates",
|
|
648
|
+
"stack": {
|
|
649
|
+
"exampleConfigFiles": [
|
|
650
|
+
"victory-gates.md"
|
|
651
|
+
],
|
|
652
|
+
"exampleTools": [],
|
|
653
|
+
"notes": "Specify victory conditions for releases including .NET-specific requirements (NuGet publishing, deployment validation, documentation) and evidence collection.",
|
|
654
|
+
"optionalFiles": [
|
|
655
|
+
"victory-gates.md"
|
|
656
|
+
],
|
|
657
|
+
"verification": "victory-gates.md exists with milestone criteria."
|
|
658
|
+
}
|
|
611
659
|
}
|
|
612
660
|
],
|
|
613
661
|
"recommended": [
|
|
@@ -767,6 +815,32 @@
|
|
|
767
815
|
"notes": "Apply accessibility tooling to ASP.NET or Blazor front-ends and review issues alongside functional testing.",
|
|
768
816
|
"verification": "For web-facing apps, run the configured accessibility checks or tools against your main UI endpoints and confirm that blocking accessibility issues are addressed."
|
|
769
817
|
}
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"ciHints": {
|
|
821
|
+
"azure-devops": {
|
|
822
|
+
"notes": "Run invariant verification commands in a dedicated quality stage.",
|
|
823
|
+
"stage": "quality"
|
|
824
|
+
},
|
|
825
|
+
"github-actions": {
|
|
826
|
+
"job": "ci",
|
|
827
|
+
"notes": "Add invariant checks to existing CI job or create dedicated invariants job."
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"description": "Maintain INVARIANTS.md defining repository-wide rules that must always hold true, with machine-readable verification commands for autonomous agents.",
|
|
831
|
+
"id": "agent-invariants",
|
|
832
|
+
"label": "Autonomous Agent Invariants",
|
|
833
|
+
"stack": {
|
|
834
|
+
"exampleConfigFiles": [
|
|
835
|
+
"INVARIANTS.md"
|
|
836
|
+
],
|
|
837
|
+
"exampleTools": [],
|
|
838
|
+
"notes": "Document invariants with verification commands like 'dotnet test', 'dotnet format --verify-no-changes', 'dotnet build' for autonomous validation.",
|
|
839
|
+
"requiredFiles": [
|
|
840
|
+
"INVARIANTS.md"
|
|
841
|
+
],
|
|
842
|
+
"verification": "INVARIANTS.md exists with machine-readable verification commands."
|
|
843
|
+
}
|
|
770
844
|
}
|
|
771
845
|
]
|
|
772
846
|
},
|
|
@@ -547,6 +547,48 @@
|
|
|
547
547
|
"notes": "Use slog (stdlib) or zap/zerolog for structured logging. Configure JSON output for production and text for development.",
|
|
548
548
|
"verification": "Confirm that a structured logging library is configured with appropriate output format and log levels."
|
|
549
549
|
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"ciHints": {
|
|
553
|
+
"azure-devops": {
|
|
554
|
+
"stage": "governance"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"description": "Define phase transition requirements in phase-gates.md for autonomous agent workflows with clear pre-conditions and approval gates.",
|
|
558
|
+
"id": "agent-phase-gates",
|
|
559
|
+
"label": "Agent Phase Gates",
|
|
560
|
+
"stack": {
|
|
561
|
+
"exampleConfigFiles": [
|
|
562
|
+
"phase-gates.md"
|
|
563
|
+
],
|
|
564
|
+
"exampleTools": [],
|
|
565
|
+
"notes": "Define gates with Go-specific checks (go test, go vet, module tagging) and approval workflows for phase transitions.",
|
|
566
|
+
"optionalFiles": [
|
|
567
|
+
"phase-gates.md"
|
|
568
|
+
],
|
|
569
|
+
"verification": "phase-gates.md exists defining transition requirements."
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"ciHints": {
|
|
574
|
+
"azure-devops": {
|
|
575
|
+
"stage": "governance"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"description": "Document milestone completion criteria in victory-gates.md defining 'done' for releases and major deliverables with evidence requirements.",
|
|
579
|
+
"id": "agent-victory-gates",
|
|
580
|
+
"label": "Agent Victory Gates",
|
|
581
|
+
"stack": {
|
|
582
|
+
"exampleConfigFiles": [
|
|
583
|
+
"victory-gates.md"
|
|
584
|
+
],
|
|
585
|
+
"exampleTools": [],
|
|
586
|
+
"notes": "Specify completion gates with Go-specific requirements (module tagging, pkg.go.dev documentation, binary distribution) and validation artifacts.",
|
|
587
|
+
"optionalFiles": [
|
|
588
|
+
"victory-gates.md"
|
|
589
|
+
],
|
|
590
|
+
"verification": "victory-gates.md exists with milestone criteria."
|
|
591
|
+
}
|
|
550
592
|
}
|
|
551
593
|
],
|
|
552
594
|
"recommended": [
|
|
@@ -678,6 +720,28 @@
|
|
|
678
720
|
"notes": "For Go web apps, use headless browser-based accessibility tools to audit rendered HTML from templates.",
|
|
679
721
|
"verification": "For web-facing Go apps, run accessibility audits against key routes using axe or pa11y."
|
|
680
722
|
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"ciHints": {
|
|
726
|
+
"azure-devops": {
|
|
727
|
+
"notes": "Run invariant verification commands in a dedicated quality stage.",
|
|
728
|
+
"stage": "quality"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"description": "Maintain INVARIANTS.md defining repository-wide rules that must always hold true, with machine-readable verification commands for autonomous agents.",
|
|
732
|
+
"id": "agent-invariants",
|
|
733
|
+
"label": "Autonomous Agent Invariants",
|
|
734
|
+
"stack": {
|
|
735
|
+
"exampleConfigFiles": [
|
|
736
|
+
"INVARIANTS.md"
|
|
737
|
+
],
|
|
738
|
+
"exampleTools": [],
|
|
739
|
+
"notes": "Specify invariants with commands like 'go test ./...', 'golangci-lint run', 'go vet ./...' that agents can use for validation.",
|
|
740
|
+
"requiredFiles": [
|
|
741
|
+
"INVARIANTS.md"
|
|
742
|
+
],
|
|
743
|
+
"verification": "INVARIANTS.md exists with machine-readable verification commands."
|
|
744
|
+
}
|
|
681
745
|
}
|
|
682
746
|
]
|
|
683
747
|
},
|
|
@@ -547,6 +547,48 @@
|
|
|
547
547
|
"notes": "Use slog (stdlib) or zap/zerolog for structured logging. Configure JSON output for production and text for development.",
|
|
548
548
|
"verification": "Confirm that a structured logging library is configured with appropriate output format and log levels."
|
|
549
549
|
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"ciHints": {
|
|
553
|
+
"github-actions": {
|
|
554
|
+
"job": "ci"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"description": "Define phase transition requirements in phase-gates.md for autonomous agent workflows with clear pre-conditions and approval gates.",
|
|
558
|
+
"id": "agent-phase-gates",
|
|
559
|
+
"label": "Agent Phase Gates",
|
|
560
|
+
"stack": {
|
|
561
|
+
"exampleConfigFiles": [
|
|
562
|
+
"phase-gates.md"
|
|
563
|
+
],
|
|
564
|
+
"exampleTools": [],
|
|
565
|
+
"notes": "Define gates with Go-specific checks (go test, go vet, module tagging) and approval workflows for phase transitions.",
|
|
566
|
+
"optionalFiles": [
|
|
567
|
+
"phase-gates.md"
|
|
568
|
+
],
|
|
569
|
+
"verification": "phase-gates.md exists defining transition requirements."
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"ciHints": {
|
|
574
|
+
"github-actions": {
|
|
575
|
+
"job": "ci"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"description": "Document milestone completion criteria in victory-gates.md defining 'done' for releases and major deliverables with evidence requirements.",
|
|
579
|
+
"id": "agent-victory-gates",
|
|
580
|
+
"label": "Agent Victory Gates",
|
|
581
|
+
"stack": {
|
|
582
|
+
"exampleConfigFiles": [
|
|
583
|
+
"victory-gates.md"
|
|
584
|
+
],
|
|
585
|
+
"exampleTools": [],
|
|
586
|
+
"notes": "Specify completion gates with Go-specific requirements (module tagging, pkg.go.dev documentation, binary distribution) and validation artifacts.",
|
|
587
|
+
"optionalFiles": [
|
|
588
|
+
"victory-gates.md"
|
|
589
|
+
],
|
|
590
|
+
"verification": "victory-gates.md exists with milestone criteria."
|
|
591
|
+
}
|
|
550
592
|
}
|
|
551
593
|
],
|
|
552
594
|
"recommended": [
|
|
@@ -678,6 +720,28 @@
|
|
|
678
720
|
"notes": "For Go web apps, use headless browser-based accessibility tools to audit rendered HTML from templates.",
|
|
679
721
|
"verification": "For web-facing Go apps, run accessibility audits against key routes using axe or pa11y."
|
|
680
722
|
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"ciHints": {
|
|
726
|
+
"github-actions": {
|
|
727
|
+
"job": "ci",
|
|
728
|
+
"notes": "Add invariant checks to existing CI job or create dedicated invariants job."
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"description": "Maintain INVARIANTS.md defining repository-wide rules that must always hold true, with machine-readable verification commands for autonomous agents.",
|
|
732
|
+
"id": "agent-invariants",
|
|
733
|
+
"label": "Autonomous Agent Invariants",
|
|
734
|
+
"stack": {
|
|
735
|
+
"exampleConfigFiles": [
|
|
736
|
+
"INVARIANTS.md"
|
|
737
|
+
],
|
|
738
|
+
"exampleTools": [],
|
|
739
|
+
"notes": "Specify invariants with commands like 'go test ./...', 'golangci-lint run', 'go vet ./...' that agents can use for validation.",
|
|
740
|
+
"requiredFiles": [
|
|
741
|
+
"INVARIANTS.md"
|
|
742
|
+
],
|
|
743
|
+
"verification": "INVARIANTS.md exists with machine-readable verification commands."
|
|
744
|
+
}
|
|
681
745
|
}
|
|
682
746
|
]
|
|
683
747
|
},
|
|
@@ -607,6 +607,54 @@
|
|
|
607
607
|
"notes": "Use slog (stdlib) or zap/zerolog for structured logging. Configure JSON output for production and text for development.",
|
|
608
608
|
"verification": "Confirm that a structured logging library is configured with appropriate output format and log levels."
|
|
609
609
|
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"ciHints": {
|
|
613
|
+
"azure-devops": {
|
|
614
|
+
"stage": "governance"
|
|
615
|
+
},
|
|
616
|
+
"github-actions": {
|
|
617
|
+
"job": "ci"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"description": "Define phase transition requirements in phase-gates.md for autonomous agent workflows with clear pre-conditions and approval gates.",
|
|
621
|
+
"id": "agent-phase-gates",
|
|
622
|
+
"label": "Agent Phase Gates",
|
|
623
|
+
"stack": {
|
|
624
|
+
"exampleConfigFiles": [
|
|
625
|
+
"phase-gates.md"
|
|
626
|
+
],
|
|
627
|
+
"exampleTools": [],
|
|
628
|
+
"notes": "Define gates with Go-specific checks (go test, go vet, module tagging) and approval workflows for phase transitions.",
|
|
629
|
+
"optionalFiles": [
|
|
630
|
+
"phase-gates.md"
|
|
631
|
+
],
|
|
632
|
+
"verification": "phase-gates.md exists defining transition requirements."
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"ciHints": {
|
|
637
|
+
"azure-devops": {
|
|
638
|
+
"stage": "governance"
|
|
639
|
+
},
|
|
640
|
+
"github-actions": {
|
|
641
|
+
"job": "ci"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"description": "Document milestone completion criteria in victory-gates.md defining 'done' for releases and major deliverables with evidence requirements.",
|
|
645
|
+
"id": "agent-victory-gates",
|
|
646
|
+
"label": "Agent Victory Gates",
|
|
647
|
+
"stack": {
|
|
648
|
+
"exampleConfigFiles": [
|
|
649
|
+
"victory-gates.md"
|
|
650
|
+
],
|
|
651
|
+
"exampleTools": [],
|
|
652
|
+
"notes": "Specify completion gates with Go-specific requirements (module tagging, pkg.go.dev documentation, binary distribution) and validation artifacts.",
|
|
653
|
+
"optionalFiles": [
|
|
654
|
+
"victory-gates.md"
|
|
655
|
+
],
|
|
656
|
+
"verification": "victory-gates.md exists with milestone criteria."
|
|
657
|
+
}
|
|
610
658
|
}
|
|
611
659
|
],
|
|
612
660
|
"recommended": [
|
|
@@ -758,6 +806,32 @@
|
|
|
758
806
|
"notes": "For Go web apps, use headless browser-based accessibility tools to audit rendered HTML from templates.",
|
|
759
807
|
"verification": "For web-facing Go apps, run accessibility audits against key routes using axe or pa11y."
|
|
760
808
|
}
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"ciHints": {
|
|
812
|
+
"azure-devops": {
|
|
813
|
+
"notes": "Run invariant verification commands in a dedicated quality stage.",
|
|
814
|
+
"stage": "quality"
|
|
815
|
+
},
|
|
816
|
+
"github-actions": {
|
|
817
|
+
"job": "ci",
|
|
818
|
+
"notes": "Add invariant checks to existing CI job or create dedicated invariants job."
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"description": "Maintain INVARIANTS.md defining repository-wide rules that must always hold true, with machine-readable verification commands for autonomous agents.",
|
|
822
|
+
"id": "agent-invariants",
|
|
823
|
+
"label": "Autonomous Agent Invariants",
|
|
824
|
+
"stack": {
|
|
825
|
+
"exampleConfigFiles": [
|
|
826
|
+
"INVARIANTS.md"
|
|
827
|
+
],
|
|
828
|
+
"exampleTools": [],
|
|
829
|
+
"notes": "Specify invariants with commands like 'go test ./...', 'golangci-lint run', 'go vet ./...' that agents can use for validation.",
|
|
830
|
+
"requiredFiles": [
|
|
831
|
+
"INVARIANTS.md"
|
|
832
|
+
],
|
|
833
|
+
"verification": "INVARIANTS.md exists with machine-readable verification commands."
|
|
834
|
+
}
|
|
761
835
|
}
|
|
762
836
|
]
|
|
763
837
|
},
|