Skip to content

chore: normalize repo structure for terminal-first SwiftPM workflow - #3

Merged
sebastienrousseau merged 15 commits into
mainfrom
feat/v0.0.3
Apr 11, 2026
Merged

chore: normalize repo structure for terminal-first SwiftPM workflow#3
sebastienrousseau merged 15 commits into
mainfrom
feat/v0.0.3

Conversation

@sebastienrousseau

Copy link
Copy Markdown
Owner

Summary

  • reorganizes automation into a task-based scripts taxonomy
  • normalizes repository naming and paths for consistency
  • aligns tests, docs, governance, and CI references to the new layout
  • keeps workflow terminal-first (SwiftPM + shell), with no Xcode GUI project
    files

Key Changes

  • scripts moved to:
    • scripts/bootstrap
    • scripts/git
    • scripts/quality
    • scripts/security
    • scripts/release
  • Makefile, hooks, and workflows updated to new script paths
  • tests normalized:
    • tests/core-tests
    • tests/ui-tests
  • docs simplified and runtime-first
  • governance filenames normalized to lowercase kebab-case where applicable

Validation

  • make hygiene
  • make security
  • swift test

Notes

  • commits are signed (git commit -S)
  • branch: feat/v0.0.3

@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.

@sebastienrousseau
sebastienrousseau merged commit ddad4b9 into main Apr 11, 2026
8 checks passed
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