Skip to content
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4cf984a
governance: mirror the maintainer-directed agent lane
xormania Sep 1, 2026
3a067a7
repo: register Serena for agent sessions
xormania Sep 1, 2026
5f024ba
Merge pull request #3 from minspec/governance/trusted-process-lane
xor-machine Sep 1, 2026
0356f2e
Merge pull request #4 from minspec/repo/agent-tooling
xor-machine Sep 1, 2026
1b0de0e
repo: real CI — the ci workflow on dev
xormania Sep 1, 2026
d864570
Merge pull request #5 from minspec/repo/ci
xor-machine Sep 1, 2026
472a851
repo: workflow and MCP hardening from the security audit
xormania Sep 1, 2026
91622e7
Merge pull request #7 from minspec/repo/hardening
xor-machine Sep 1, 2026
9099e81
repo: the term wall — names this organisation does not use, refused i…
xormania Sep 1, 2026
e6324b6
repo: pin the term wall's hit format and refusal classes
xormania Sep 1, 2026
69a006c
repo: term wall tests, from the contract — 15 real executions
Sep 1, 2026
ce33e5e
repo: the term wall to its contract — pattern from configuration, no …
Sep 1, 2026
a3142f3
repo: pin how CI hands the term wall its pattern
xormania Sep 1, 2026
6175b67
repo: bring the term wall onto the pinned contract
Sep 1, 2026
8411021
Merge pull request #8 from minspec/repo/term-wall
xor-machine Sep 1, 2026
5502456
repo: scan a pull request again when its text is edited
Sep 1, 2026
5836341
repo: pin the content surface to the object store
Sep 1, 2026
891440e
repo: tests for the content surface, from the contract
Sep 1, 2026
5c1a01e
repo: scan the content surface from the object store
Sep 1, 2026
2fc23a2
repo: retire the test that asserted a skipped binary blob
Sep 1, 2026
a1e76d0
repo: commit the planted fault in the self-test
Sep 2, 2026
594f43d
Merge pull request #10 from minspec/repo/wall-blobs
xor-machine Sep 2, 2026
3a5a52c
Merge branch 'dev' into repo/ci-edited
xor-machine Sep 2, 2026
a5d88bb
Merge pull request #9 from minspec/repo/ci-edited
xor-machine Sep 2, 2026
0c0d1aa
repo: master is the release branch
Sep 2, 2026
64cc8e7
Merge pull request #11 from minspec/repo/master-release
xor-machine Sep 2, 2026
20a0355
release: dev into master, resolved to dev
xormania Sep 2, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened, synchronize, reopened, edited]
push:
branches: [dev, main]
branches: [dev, master]
permissions:
contents: read
jobs:
Expand Down
Loading