style(format): ruff format on the three files P7/P8 left drifting [skip-docs]
Pure formatting, no behaviour change. ruff 0.15.18 reported "3 files would be reformatted, 195 files already formatted" on HEAD455d611; after this commit "198 files already formatted". Suite 1570 passed / 5 skipped before and after, golden demo-transcript.stdout content sha1 unchanged (ea8c534773acdbe41ae68f2c55724d69aaf8be4f). Two of the three came from P7 (277bb95), one from P8 (455d611). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
455d611660
commit
2e04c00d6e
3 changed files with 7 additions and 11 deletions
|
|
@ -1111,8 +1111,7 @@ async def run_project(
|
|||
if bundle_dir is not None:
|
||||
bundle = okf.navigate_bundle(bundle_dir)
|
||||
bundle_grounding = "\n".join(
|
||||
"\n".join([f.name, *f.frontmatter.values(), f.body])
|
||||
for f in bundle.context_files
|
||||
"\n".join([f.name, *f.frontmatter.values(), f.body]) for f in bundle.context_files
|
||||
)
|
||||
# ONE bundle-id rule (Step 10, slackened S7a-3 pkt. 1): the DECLARED id is the identity and
|
||||
# the mount is carried alongside, so a base delivered under a directory name of its own is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue