Compare commits
1 Commits
main
...
bridge/tes
| Author | SHA1 | Date |
|---|---|---|
|
|
8d8ce51ce4 |
|
|
@ -1,15 +1,14 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Validate structure
|
||||
run: |
|
||||
test -f project/plan.md
|
||||
test -f roles/mission_control.md
|
||||
echo "✅ Structure validated successfully."
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Validate structure
|
||||
run: |
|
||||
test -f project/plan.md
|
||||
test -f roles/mission_control.md
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
Testing real API execution!
|
||||
This should create an actual commit.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
AI Live Test 2
|
||||
Created by the assistant to verify assistant-authored execution.
|
||||
When: 2025-10-06T19:10:00-03:00 (ADT)
|
||||
|
|
@ -0,0 +1 @@
|
|||
hello from bridge/test-1759711085 — 2025-10-06T00:38:25Z
|
||||
|
|
@ -1 +1 @@
|
|||
second version — 2025-10-06T01:29:35Z
|
||||
first version — 2025-10-06T00:38:11Z
|
||||
|
|
@ -1 +1,5 @@
|
|||
Updated mission protocol — verified.
|
||||
# Role: Mission Control
|
||||
- Maintain plan/state; assign timeboxed tasks to Step Agents
|
||||
- Require a Report each timebox
|
||||
- Gate changes via PR + CODEOWNERS
|
||||
- Major plan changes → request Overseer review; Overseer must obtain Human confirmation
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
print("Hello again from the AI Repo Commander — live test via <pre> wrapper!")
|
||||
|
|
@ -1 +0,0 @@
|
|||
print("Hello again from the AI Repo Commander — live test via wrapper!")
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
print("This one should execute — formatted with line breaks.")
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
print("Hello again — executed from a <pre> block with quotes!")
|
||||
|
|
@ -1 +0,0 @@
|
|||
(empty placeholder to keep tmp directory in repo)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Repo Commander smoke test
|
||||
Timestamp: 2025-10-08T15:38:00-03:00
|
||||
Loading…
Reference in New Issue