Skip to content

Add multi-LLM prompt techniques catalog and governance links#153

Merged
NestorMonroy merged 3 commits intodevelopfrom
feature/check-if-changes-are-implemented-06-47-56
Nov 13, 2025
Merged

Add multi-LLM prompt techniques catalog and governance links#153
NestorMonroy merged 3 commits intodevelopfrom
feature/check-if-changes-are-implemented-06-47-56

Conversation

@2-Coatl
Copy link
Copy Markdown
Collaborator

@2-Coatl 2-Coatl commented Nov 13, 2025

Summary

  • add PROMPT_TECHNIQUES_CATALOG.md with the full prompt engineering compendium and record the associated ExecPlan
  • link the new catalog from the prompting index, README, provider/domain agent fichas, and SDLC guide so all LLM workflows reference the same source
  • extend the documentation alignment tests to guard the catalog and update the agent governance directory accordingly

Testing

  • pytest docs/testing/test_documentation_alignment.py

Codex Task

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

https://github.com/2-Coatl/IACT---project/blob/dbca38b0c50fa2c58842148137986a8de0769bf1/scripts/coding/ai/shared/env_loader.py#L22-L24
P1 Badge Fix repo root detection when loading .env

The new .env loader never actually reaches the repository root, so it silently ignores the file it is supposed to read. In scripts/coding/ai/shared/env_loader.py you stop ascending at Path(__file__).parent.parent.parent.parent, which for this module resolves to /scripts, not /. As a result env_path points to scripts/.env, load_env_file() always returns {}, and get_llm_config_from_env()/verify_api_keys() will never see the API keys that live in the real project root. This regresses the very feature the module introduces (automatic provider detection). Please climb one more level before appending .env so the loader inspects the repository root instead of scripts/.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@NestorMonroy NestorMonroy merged commit 9f2ca4e into develop Nov 13, 2025
2 of 36 checks passed
@NestorMonroy NestorMonroy deleted the feature/check-if-changes-are-implemented-06-47-56 branch November 13, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants