Skip to content

Commit fe8021b

Browse files
Johan SellströmJohan Sellström
authored andcommitted
Add starter propagation rules to AGENTS
1 parent 97df908 commit fe8021b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
- Keep going without pausing for confirmation; only ask when a decision is blocking progress.
1010
- Never stage, commit, or alter files you did not edit for the task; leave unrelated changes for their owner.
1111
- Other agents may be working in the same repo; mind your own business and avoid unrelated investigation or edits.
12+
- Any student-facing or template-facing change is not done until it has been propagated to the source repo, the committed `classroom-template`, `learninglab-starter`, and any active assignment-specific starter repo that students actually receive.
13+
- For those propagated starter repos, explicitly verify the expected student-visible files after publish; never assume local changes in `classroom-template` have already reached GitHub Classroom outputs.
1214
- When you have unchecked tasks, complete them one by one after passing tests, do not stop
13-
- When adding new functionality add unit tests
15+
- When adding new functionality add unit tests

STATUS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Status
22

3+
- [x] Add explicit starter-repo propagation rules to `AGENTS.md`
34
- [x] Add a student-safe take-home bundle export for the integrated working repo
45
- [x] Verify the take-home bundle excludes instructor-only material and includes the working implementation
56
- [x] Document how to generate and hand out the take-home zip at the end of the session

0 commit comments

Comments
 (0)