Skip to content

Update README with extra content#1

Open
Pavel-tabnine wants to merge 2 commits intomainfrom
Pavel-tabnine-patch-1
Open

Update README with extra content#1
Pavel-tabnine wants to merge 2 commits intomainfrom
Pavel-tabnine-patch-1

Conversation

@Pavel-tabnine
Copy link
Copy Markdown
Collaborator

Added additional information to the README file.

Added additional information to the README file.
Comment thread README.md
This project is licensed under the terms of the MIT open source license. Please refer to the [LICENSE](./LICENSE) file for the full terms.


BLA BLA BLA
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to be placeholder text that was left in accidentally. The README should contain meaningful content that helps users understand the project. Consider replacing this with actual documentation content or removing it entirely.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR adds content to the README, but the current implementation includes placeholder text ("BLA BLA BLA") that should not be merged into the main branch.

Critical Issue Identified:

  • Placeholder text in production documentation reduces project professionalism and provides no value to users

Recommendation:
Please replace the placeholder content with meaningful information or remove the addition entirely. If this was intended for testing purposes, consider using a draft PR or feature branch for such experiments.

Pavel-tabnine pushed a commit that referenced this pull request Mar 9, 2026
…mplates (github#1702)

* fix: wire after_tasks and after_implement hook events into command templates (github#1701)

The HookExecutor backend in extensions.py was fully implemented but
check_hooks_for_event() was never called by anything — the core command
templates had no instructions to check .specify/extensions.yml.

Add a final step to templates/commands/tasks.md (step 6, after_tasks) and
templates/commands/implement.md (step 10, after_implement) that instructs
the AI agent to:

- Read .specify/extensions.yml if it exists
- Filter hooks.{event} to enabled: true entries
- Evaluate any condition fields and skip non-matching hooks
- Output the RFC-specified hook message format, including
  EXECUTE_COMMAND: markers for mandatory (optional: false) hooks

Bumps version to 0.1.7.

* fix: clarify hook condition handling and add YAML error guidance in templates

- Replace ambiguous "evaluate any condition value" instruction with explicit
  guidance to skip hooks with non-empty conditions, deferring evaluation to
  HookExecutor
- Add instruction to skip hook checking silently if extensions.yml cannot
  be parsed or is invalid

* Fix/extension hooks not triggered (#1)

* feat(templates): implement before-hooks check as pre-execution phase

* test(hooks): create scenario for LLMs/Agents on hooks

---------

Co-authored-by: Dhilip <s.dhilipkumar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant