docs: record session conventions, env vars, and block 1 completion - #148
Merged
Conversation
decisions.md gains two prompting conventions from this session: numbers in a completion report are counted or omitted, and a green suite cannot see cookie flags because the Django test Client ignores Secure. CLAUDE.md documents the eight environment variables and the ensure_setup_token command, without which a fresh database 404s the wizard. mvp-plan.md records that block 1's exit criterion was unmet for two sessions while the block was marked complete. Spec 15.6 extends the open rate-limiting item to name operator login, which ships unthrottled. Signed-off-by: Matthew Wren <info@origindev.com>
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.
Documentation only, no code. Follows #147.
Two prompting conventions earned this session go into decisions.md section 5. CLAUDE.md gains the environment variable list, now eight, and the ensure_setup_token command. mvp-plan.md records when block 1's exit criterion was actually met. Spec section 15 item 6 extends to name operator login throttling, which #127 deliberately shipped without and which currently has no home in the spec.