Skip to content

[pull] main from PaulDuvall:main#8

Merged
pull[bot] merged 3 commits into
TheTechOddBug:mainfrom
PaulDuvall:main
Dec 12, 2025
Merged

[pull] main from PaulDuvall:main#8
pull[bot] merged 3 commits into
TheTechOddBug:mainfrom
PaulDuvall:main

Conversation

@pull

@pull pull Bot commented Dec 12, 2025

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

PaulDuvall and others added 3 commits December 11, 2025 15:20
Two improvements to pattern documentation:

1. Progressive Disclosure pattern - Fix anti-pattern naming
   - Changed "No Loading Guidance" to "Missing Guidance"
   - Now complies with pattern-spec naming rules (negative prefix required)
   - "Missing" is a proper negative adjective per spec guidelines

2. Pattern Specification - Add Pattern Length Guidelines
   - Complete pattern: 200-400 lines (target), 600 lines max
   - Description: 1-2 sentences
   - Core implementation: 150-300 lines
   - Individual anti-patterns: 50-100 lines each
   - Code examples in README: 30-50 lines max

   Enforcement strategy for AI-generated patterns:
   - Auto-warning at 500+ lines
   - Hard review at 600+ lines
   - Guidance: each 100 lines should add significant value

   Philosophy: Patterns should be scannable in 2-3 minutes with
   detailed implementations moved to examples/ directories.

Addresses concern that AI can generate overly verbose patterns while
maintaining "clarity over strict limits" philosophy.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Rename anti-patterns to use proper Negative + Noun format per pattern-spec.md:

- "Constraint Overload" → "Over-Constrained"
- "Secret Leakage" → "Leaked Secrets"
- "Proving Impossibility" → "Unfounded Impossibility"
- "Isolated Prompting" → "Disconnected Prompting"
- "Overlapping Workspaces" → "Conflicting Workspaces"

Updates README.md, experiments/README.md, examples, migration guide,
and rename scripts for consistency.
…e-019CLWN1vTVAAx1u9SK4aDJX

docs: fix anti-pattern naming for spec compliance
@pull pull Bot locked and limited conversation to collaborators Dec 12, 2025
@pull pull Bot added the ⤵️ pull label Dec 12, 2025
@pull pull Bot merged commit 089f07a into TheTechOddBug:main Dec 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants