This repository was archived by the owner on Aug 12, 2026. It is now read-only.
Revert "refactor: align harness boundaries with reusable agent workflows" - #7
Closed
swanchristmas wants to merge 1 commit into
Closed
Revert "refactor: align harness boundaries with reusable agent workflows"#7swanchristmas wants to merge 1 commit into
swanchristmas wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reverts PR #6 by moving workflow/implementation/delivery guidance back into the generated AGENTS.md contract and removing the standalone decision documents that previously held that content, while updating template docs/tests to match the restored boundary layout.
Changes:
- Remove
decisions/delivery.mdanddecisions/implementation-policy.mdfrom the template and from the generation test’s expected file set. - Consolidate guidance into
template/AGENTS.md.jinjaand simplify decision docs/README links accordingly. - Update repository README and roadmap content to reflect the adjusted topology and contributor pointers.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/test_generation.py | Updates the expected generated file set to match removed decision docs. |
| template/README.md.jinja | Simplifies generated README contributor pointers to the decisions/ directory boundary. |
| template/decisions/testing-policy.md | Trims testing policy content after consolidating guidance elsewhere. |
| template/decisions/README.md.jinja | Removes links to deleted decision docs from the decisions index. |
| template/decisions/implementation-policy.md | Deleted (policy moved into AGENTS.md). |
| template/decisions/documentation-style.md | Removes authoring/budget/formatting sections after consolidation. |
| template/decisions/development.md.jinja | Collapses iteration guidance into a single paragraph. |
| template/decisions/delivery.md | Deleted (policy moved into AGENTS.md). |
| template/AGENTS.md.jinja | Restores expanded executable agent contract content (delivery/implementation/budget/formatting). |
| README.md | Refreshes template usage docs and adds generated topology description. |
| docs/roadmap.md | Adjusts near-term reliability checklist items. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
21
to
+24
| - [ ] Dogfood existing projects | ||
| - [x] Julia | ||
| - [x] Python/PyTorch | ||
| - [ ] Rust | ||
| - [ ] Julia | ||
| - [ ] Python/PyTorch | ||
| - [ ] Obsidian |
| ## Develop the template | ||
|
|
||
| Files under `template/` are copied verbatim unless their names end in `.jinja`, in which case Copier renders them. Validate with: | ||
| Generated files live under `template/`; `.jinja` files are rendered, and other files are copied verbatim. Validate with: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #6