Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-167: Update intro messages and enhance FAQ content #172

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion systems/ai-assistant/cli/commands/cord-intro-messages.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as openAI from './open-ai.js';
import { getAssetContent } from './workspace.js';

// const hiringManagerMessage = `Martin: Looking forward to hearing from you, don't hesitate and reach out if you're interested in finding out more!`;
// const hiringManagerMessage = `Lisa Hsieh: Let us know a bit about your full stack experience: how your frontend skills compare to your backend skills, and which are your primary coding languages for both.`;
const hiringManagerMessage = null;

const prompts = [
Expand Down
24 changes: 24 additions & 0 deletions systems/cms/content/pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ introduction: >-
Welcome to my FAQ section! Here, I answer some common questions about my work
experience, problem-solving approach, and what I look for in a team.
questions:
- question: How would you describe your working style?
answer: >
My working style is best described as collaborative, adaptive, and focused
on continuous improvement.


* I thrive in team environments where open discussions and knowledge
sharing are encouraged. I actively engage with teammates, provide
feedback, and adapt based on input to ensure we build the best solutions
together.

* I follow an iterative and adaptive approach, continuously refining my
work based on feedback and changing requirements. Instead of rigid
planning, I adjust as needed to align with project goals and team needs.

* I’m also committed to continuous improvement—whether through automation,
adopting better tools, or learning from past experiences. I actively seek
ways to optimize workflows and improve efficiency.


Overall, I approach work with a growth mindset, prioritize team
collaboration, and tackle challenges with a solution-driven attitude to
drive better outcomes.
group: "\U0001F4CC Work Preferences & Ideal Role"
- question: >-
Tell me about a time you made a mistake. How did you communicate that
mistake?
Expand Down