Skip to content

ci: bootstrap stoopid-commons project foundation#11

Merged
stoopidJSON merged 2 commits into
mainfrom
init
May 5, 2026
Merged

ci: bootstrap stoopid-commons project foundation#11
stoopidJSON merged 2 commits into
mainfrom
init

Conversation

@stoopidJSON
Copy link
Copy Markdown
Contributor

@stoopidJSON stoopidJSON commented May 5, 2026

Replace template scaffolding with project-specific content. This is the foundation commit; packages, charts, and examples remain empty pending implementation. The first target is the logging packages.

Documentation:

  • README and docs/README rewritten with the polyglot shared-infrastructure mission, goals, and non-goals.
  • SECURITY.MD, .env.example, CONTRIBUTING.md placeholders resolved.
  • Seven foundational ADRs authored and indexed: 0001 polyglot monorepo layout 0002 conventional commits + semver 0003 trunk-based, tags as deploy targets 0004 shared logging JSON schema 0005 parameterized Helm chart base 0006 local package registry workflow 0007 package naming convention
  • Bug-report issue template added under .github/ISSUE_TEMPLATE/.

Release automation:

  • release-please reconfigured to per-package manifest mode.
  • Entries scaffolded for the planned logging trio (stoopid-logging on Python/TS/Rust) and the stoopid-service-base Helm chart, all at 0.0.0.
  • include-component-in-tag enabled so per-package tags disambiguate same-named packages across languages (stoopid-logging-py, stoopid-logging-ts, stoopid-logging-rs).
  • Per-package CHANGELOGs alongside each package directory.
  • separate-pull-requests enabled for cleaner per-language review.

CI cleanup:

  • .template-repo marker removed.
  • Template-guard scaffolding pulled out of all five workflows (ci, codeql, coverage, docker, release).

Todos

  • Tests
  • Documentation

Deploy Notes (optional)

Notes regarding deployment the contained body of work.

Steps to Test or Reproduce (optional)

Outline the steps to test or reproduce the PR here.

commands to test PR

Impacted Areas in Application (optional)

List general components of the application that this PR will affect:

Replace template scaffolding with project-specific content. This is
the foundation commit; packages, charts, and examples remain empty
pending implementation. The first target is the logging packages.

Documentation:
  - README and docs/README rewritten with the polyglot
    shared-infrastructure mission, goals, and non-goals.
  - SECURITY.MD, .env.example, CONTRIBUTING.md placeholders resolved.
  - Seven foundational ADRs authored and indexed:
      0001 polyglot monorepo layout
      0002 conventional commits + semver
      0003 trunk-based, tags as deploy targets
      0004 shared logging JSON schema
      0005 parameterized Helm chart base
      0006 local package registry workflow
      0007 package naming convention
  - Bug-report issue template added under .github/ISSUE_TEMPLATE/.

Release automation:
  - release-please reconfigured to per-package manifest mode.
  - Entries scaffolded for the planned logging trio
    (stoopid-logging on Python/TS/Rust) and the stoopid-service-base
    Helm chart, all at 0.0.0.
  - include-component-in-tag enabled so per-package tags
    disambiguate same-named packages across languages
    (stoopid-logging-py, stoopid-logging-ts, stoopid-logging-rs).
  - Per-package CHANGELOGs alongside each package directory.
  - separate-pull-requests enabled for cleaner per-language review.

CI cleanup:
  - .template-repo marker removed.
  - Template-guard scaffolding pulled out of all five workflows
    (ci, codeql, coverage, docker, release).
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@stoopidJSON
Copy link
Copy Markdown
Contributor Author

Despite CI failures I'm merging this as its mostly just scaffolding to get started for real on packages.

@stoopidJSON stoopidJSON marked this pull request as ready for review May 5, 2026 15:22
@stoopidJSON stoopidJSON merged commit 784bc68 into main May 5, 2026
16 of 24 checks passed
@stoopidJSON stoopidJSON deleted the init branch May 5, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants