-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: fill derivable placeholders, drop false ARCHITECTURE, surface the rest #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {{AUTHOR}} <{{AUTHOR_EMAIL}}> <{{AUTHOR_EMAIL_ALT}}> | ||
| Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk> <{{AUTHOR_EMAIL_ALT}}> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,4 @@ | ||
| # SPDX-License-Identifier: MPL-2.0 | ||
| # CODEOWNERS - Define code review assignments | ||
| # See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
| # | ||
| # Replace hyperpolymath with your GitHub username or team | ||
|
|
||
| # Default owners for everything | ||
| * @hyperpolymath | ||
|
|
||
| # Security-sensitive files require explicit review | ||
| SECURITY.md @hyperpolymath | ||
| .github/workflows/ @hyperpolymath | ||
| Trustfile.a2ml @hyperpolymath | ||
| .machine_readable/ @hyperpolymath | ||
| # Solo-maintained hyperpolymath repo: no owner lines by policy. | ||
| # See hyperpolymath/standards CODEOWNERS-POLICY.adoc (Rule 1). | ||
| # Sole-maintainer review is moot; SPDX headers carry attribution. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,20 @@ | ||
| ;; SPDX-License-Identifier: MPL-2.0 | ||
| ;; Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| ;; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| ;; | ||
| ;; Guix channel definition for {{PROJECT_NAME}} | ||
| ;; Guix channel definition for What Is Alloyiser? | ||
| ;; | ||
| ;; To use this channel, add to ~/.config/guix/channels.scm: | ||
| ;; | ||
| ;; (channel | ||
| ;; (name '{{PROJECT_NAME}}) | ||
| ;; (url "https://github.com/{{OWNER}}/{{PROJECT_NAME}}") | ||
| ;; (name 'What Is Alloyiser?) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| ;; (url "https://github.com/hyperpolymath/What Is Alloyiser?") | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| ;; (branch "main")) | ||
| ;; | ||
| ;; Then: guix pull | ||
|
|
||
| (channel | ||
| (version 0) | ||
| (url "https://github.com/{{OWNER}}/{{PROJECT_NAME}}") | ||
| (url "https://github.com/hyperpolymath/What Is Alloyiser?") | ||
| (dependencies | ||
| (channel | ||
| (name 'guix) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,61 +1,61 @@ | ||
| Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
| Upstream-Name: {{PROJECT_NAME}} | ||
| Upstream-Contact: {{AUTHOR}} <{{AUTHOR_EMAIL}}> | ||
| Source: https://github.com/{{OWNER}}/{{REPO}} | ||
| Upstream-Name: What Is Alloyiser? | ||
| Upstream-Contact: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk> | ||
| Source: https://github.com/hyperpolymath/alloyiser | ||
|
|
||
| # Default: all files are MPL-2.0 | ||
| Files: * | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Configuration files that cannot carry headers | ||
| Files: .editorconfig .gitignore .gitattributes .tool-versions .mailmap | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Machine-readable state files | ||
| Files: .machine_readable/*.a2ml | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Bot directives | ||
| Files: .machine_readable/bot_directives/* | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Contractiles | ||
| Files: .machine_readable/contractiles/* | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # GitHub/CI configuration | ||
| Files: .github/* .github/**/* | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Generated files | ||
| Files: generated/* | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Lockfiles and auto-generated | ||
| Files: *.lock Cargo.lock flake.lock | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Devcontainer config (JSON, no comments) | ||
| Files: .devcontainer/*.json | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Git-cliff config | ||
| Files: cliff.toml | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: MPL-2.0 | ||
|
|
||
| # Documentation prose is CC-BY-SA-4.0 (code/config is MPL-2.0). | ||
| # Last-match-wins in the Debian copyright format, so this overrides the | ||
| # `Files: *` default above for prose docs. | ||
| Files: *.adoc *.md docs/* docs/**/* | ||
| Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}> | ||
| Copyright: 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> | ||
| License: CC-BY-SA-4.0 |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WORKDIR /workspaces/What Is Alloyiser?sets a workspace path containing spaces and a?glob character. This produces a surprising/broken workspace path and can break tooling and shell operations that assume the devcontainer workspace folder. Use a slug-safe directory name (e.g./workspaces/alloyiser) and update thepodman build -t What Is Alloyiser?-devexample on line 6 which is also an invalid image tag.Use the slug for the workspace path and image tag.:
Was this helpful? React with 👍 / 👎