Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Superloop Workshop welcomes rigorous speculation, formalization, simulation, critique, and falsification.

## Current contribution posture

Development is maintainer-led through the completion and review of E001. External observations, experiment proposals, defect reports, and critique are welcome through the issue forms. Implementation pull requests should begin with a reviewed issue and explicit maintainer agreement on scope.

This posture will be reconsidered after the first proof of concept is reproducible. It is a sequencing decision, not a permanent restriction on collaboration.

## Before proposing a change

Identify:
Expand Down Expand Up @@ -49,4 +55,3 @@ Do not import Aurora modules, names, or canon implicitly. If prior work informs
- Keep generated output and raw evidence separate from source code.
- Do not rewrite negative results; supersede interpretations with traceable follow-up work.
- Do not include credentials, private datasets, or external canonical artifacts.

21 changes: 10 additions & 11 deletions REPOSITORY_READINESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This checklist separates repository operations from architectural and ownership
- [x] Minimal interlock contract drafted
- [x] CBF–pneumatic bridge formalized at E1
- [x] Bounded-emergence operating note drafted
- [ ] Foundation and bridge pull requests reviewed and merged to `main`
- [x] Foundation and bridge pull requests reviewed and merged to `main`

## Contribution and evidence workflow

Expand All @@ -25,13 +25,13 @@ This checklist separates repository operations from architectural and ownership

## Owner decisions before public collaboration

- [ ] Select a license or deliberately retain default copyright
- [ ] Decide whether external contributions are accepted before the first proof of concept
- [ ] Select allowed merge methods and history policy
- [x] Deliberately retain default copyright during the initial proof of concept
- [x] Keep implementation contributions maintainer-led through E001
- [x] Use squash merges for focused project history
- [ ] Enable automatic deletion of merged branches if desired
- [ ] Enable private vulnerability reporting
- [ ] Add repository description and topics
- [ ] Decide whether GitHub Discussions should be enabled for exploratory conversation
- [x] Defer GitHub Discussions until the first proof of concept is reproducible

## Recommended `main` protection after the first CI run

Expand All @@ -53,9 +53,8 @@ This checklist separates repository operations from architectural and ownership

## Current critical path

1. Review and merge the foundation pull request.
2. Retarget and merge the bridge pull request onto `main`.
3. Merge repository-readiness scaffolding.
4. Record the licensing and contribution-policy decisions.
5. Formalize E001 and choose the minimal simulator stack through an ADR.

1. Protect `main` using pull-request, conversation-resolution, and `Repository integrity` requirements.
2. Add the repository description and topics.
3. Formalize E001 as a standalone experiment specification.
4. Choose the minimal simulator stack through an ADR.
5. Implement the discrete three-ring observation chamber.