Skip to content

Commit bd27e41

Browse files
hyperpolymathclaude
andcommitted
Fix stale submodule pointers after repo cleanup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 19a69e7 commit bd27e41

168 files changed

Lines changed: 18896 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

verified-container-spec

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CLAUDE.md - AI Assistant Instructions
2+
3+
## Machine-Readable Artefacts
4+
5+
The following files in `.machine_readable/` contain structured project metadata:
6+
7+
- `STATE.scm` - Current project state and progress
8+
- `META.scm` - Architecture decisions and development practices
9+
- `ECOSYSTEM.scm` - Position in the ecosystem and related projects
10+
- `AGENTIC.scm` - AI agent interaction patterns
11+
- `NEUROSYM.scm` - Neurosymbolic integration config
12+
- `PLAYBOOK.scm` - Operational runbook
13+
14+
## Language Policy
15+
16+
See hyperpolymath/mustfile for the standard language policy.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# RSR-template-repo - Editor Configuration
2+
# https://editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
indent_size = 2
10+
indent_style = space
11+
insert_final_newline = true
12+
trim_trailing_whitespace = true
13+
14+
[*.md]
15+
trim_trailing_whitespace = false
16+
17+
[*.adoc]
18+
trim_trailing_whitespace = false
19+
20+
[*.rs]
21+
indent_size = 4
22+
23+
[*.ex]
24+
indent_size = 2
25+
26+
[*.exs]
27+
indent_size = 2
28+
29+
[*.zig]
30+
indent_size = 4
31+
32+
[*.ada]
33+
indent_size = 3
34+
35+
[*.adb]
36+
indent_size = 3
37+
38+
[*.ads]
39+
indent_size = 3
40+
41+
[*.hs]
42+
indent_size = 2
43+
44+
[*.res]
45+
indent_size = 2
46+
47+
[*.resi]
48+
indent_size = 2
49+
50+
[*.ncl]
51+
indent_size = 2
52+
53+
[*.rkt]
54+
indent_size = 2
55+
56+
[*.scm]
57+
indent_size = 2
58+
59+
[*.nix]
60+
indent_size = 2
61+
62+
[Justfile]
63+
indent_style = space
64+
indent_size = 4
65+
66+
[justfile]
67+
indent_style = space
68+
indent_size = 4
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# RSR-compliant .gitattributes
3+
4+
* text=auto eol=lf
5+
6+
# Source
7+
*.rs text eol=lf diff=rust
8+
*.ex text eol=lf diff=elixir
9+
*.exs text eol=lf diff=elixir
10+
*.jl text eol=lf
11+
*.res text eol=lf
12+
*.resi text eol=lf
13+
*.ada text eol=lf diff=ada
14+
*.adb text eol=lf diff=ada
15+
*.ads text eol=lf diff=ada
16+
*.hs text eol=lf
17+
*.chpl text eol=lf
18+
*.scm text eol=lf
19+
*.ncl text eol=lf
20+
*.nix text eol=lf
21+
22+
# Docs
23+
*.md text eol=lf diff=markdown
24+
*.adoc text eol=lf
25+
*.txt text eol=lf
26+
27+
# Data
28+
*.json text eol=lf
29+
*.yaml text eol=lf
30+
*.yml text eol=lf
31+
*.toml text eol=lf
32+
33+
# Config
34+
.gitignore text eol=lf
35+
.gitattributes text eol=lf
36+
Justfile text eol=lf linguist-language=Just linguist-detectable=false
37+
justfile text eol=lf linguist-language=Just linguist-detectable=false
38+
Mustfile text eol=lf linguist-language=YAML linguist-detectable=false
39+
Containerfile text eol=lf
40+
41+
# Scripts
42+
*.sh text eol=lf
43+
44+
# Binary
45+
*.png binary
46+
*.jpg binary
47+
*.gif binary
48+
*.pdf binary
49+
*.woff2 binary
50+
*.zip binary
51+
*.gz binary
52+
53+
# Lock files
54+
Cargo.lock text eol=lf -diff
55+
flake.lock text eol=lf -diff
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [hyperpolymath]
2+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
open-pull-requests-limit: 10
9+
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
## Description
2+
3+
<!-- Brief description of the changes -->
4+
5+
## Type of Change
6+
7+
<!-- Check all that apply -->
8+
9+
- [ ] Normative change (affects specification behavior)
10+
- [ ] Editorial change (typos, clarifications, formatting)
11+
- [ ] Schema change (JSON Schema modifications)
12+
- [ ] Test vectors (new or modified test cases)
13+
- [ ] Conformance (runner or profile updates)
14+
- [ ] Documentation (non-normative docs)
15+
- [ ] CI/Infrastructure
16+
17+
## Checklist
18+
19+
<!-- Complete all applicable items -->
20+
21+
### For All Changes
22+
23+
- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.adoc) guidelines
24+
- [ ] My commits are signed (DCO)
25+
- [ ] I have updated relevant documentation
26+
27+
### For Normative Changes
28+
29+
- [ ] I have added/updated test vectors for this change
30+
- [ ] I have updated affected JSON schemas
31+
- [ ] I have considered backwards compatibility (see below)
32+
33+
### For Schema Changes
34+
35+
- [ ] I have run `just schema-validate`
36+
- [ ] All existing valid vectors still pass
37+
- [ ] New vectors added for new functionality
38+
39+
### For Test Vectors
40+
41+
- [ ] Vectors follow the format in `vectors/README.adoc`
42+
- [ ] I have run `just vectors-validate`
43+
- [ ] Coverage report shows adequate coverage
44+
45+
## Compatibility Analysis
46+
47+
<!-- Required for normative changes -->
48+
49+
### Is this a breaking change?
50+
51+
- [ ] Yes - requires MAJOR version bump
52+
- [ ] No - backwards compatible
53+
54+
### If breaking, describe migration path:
55+
56+
<!-- How should existing implementations adapt? -->
57+
58+
### Affected surfaces:
59+
60+
<!-- List affected interfaces from docs/surface-contract.adoc -->
61+
62+
- [ ] Producer seam
63+
- [ ] Consumer seam
64+
- [ ] Transparency log seam
65+
- [ ] None / Internal only
66+
67+
## Security Analysis
68+
69+
<!-- Required for normative changes -->
70+
71+
### Security impact:
72+
73+
- [ ] No security impact
74+
- [ ] Security improvement
75+
- [ ] Potential security consideration (describe below)
76+
77+
### Security considerations:
78+
79+
<!-- If applicable, describe security implications -->
80+
81+
### Threat model updates:
82+
83+
<!-- Does this change require updates to docs/threat-model.adoc? -->
84+
85+
- [ ] No updates needed
86+
- [ ] Updates included in this PR
87+
88+
## Testing
89+
90+
### How was this tested?
91+
92+
<!-- Describe testing performed -->
93+
94+
### Test commands run:
95+
96+
```bash
97+
# Example:
98+
just check
99+
just schema-validate
100+
just vectors-validate
101+
```
102+
103+
## Related Issues
104+
105+
<!-- Link related issues using #number -->
106+
107+
Fixes #
108+
Related to #
109+
110+
## Additional Notes
111+
112+
<!-- Any additional context or notes for reviewers -->

0 commit comments

Comments
 (0)