lc init: scaffold a template MyST report (LCR-167)#157
Merged
Conversation
Layers a starter report onto the astra init spec scaffold: a myst.yml
pinned to the MySTRA plugin release URL and an index.md that references
the boilerplate analysis elements by path ({astra} role/directive, a
commented {astra:value} example to enable once results materialize).
MyST stays a recommended add-on of the lightcone layer — astra init and
the ASTRA spec scaffold are untouched.
Also ignores the MyST _build/ output and points the project CLAUDE.md
and init next-steps at 'myst start' for local preview.
Addresses LCR-167.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0181iK6U1px8ACecC3BLfgCS
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lightcone-cli | 59a7cfa | Commit Preview URL Branch Preview URL |
Jul 05 2026, 09:33 AM |
✅ Eval Results
Graders✅ spec_valid (1.00) Full output |
cailmdaley
approved these changes
Jul 5, 2026
Developer Certificate of Origin✅ All contributors have signed the DCO. This PR is ready to merge. Status
|
Member
Author
|
I have read the Developer Certificate of Origin and I hereby sign the DCO for this PR |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
lc initnow lays down a template MyST report next to the spec scaffold:myst.yml— registers the MySTRA plugin from its GitHub release URL (latest, with a comment showing how to pin a tag) and the stockbook-theme.index.md— a TODO-driven report skeleton that references theastra initboilerplate elements by path: the{astra}role and directive ondecisions.example_method, theoutputsregistry embed, and a commented{astra:value}example to enable oncelc runhas materialized results._build/added to the scaffolded.gitignore; the projectCLAUDE.mdstub and the init next-steps now point atmyst startfor local preview.Design note
MyST support is deliberately kept as a recommended add-on of the lightcone layer, not part of the base ASTRA package:
astra initand the spec scaffold are untouched, and the report template lives entirely inlc init. We can promote it into the spec scaffold later if that proves useful.Note on scope: This issue does not cover adding the authoring skills for telling claude how to use this new capability, this will come next.
Addresses LCR-167.
Signed-off-by: EiffL fr.eiffel@gmail.com