virtue-tracker
Version:
Personal character development CLI tool for tracking virtues and philosophical alignment
263 lines β’ 9.92 kB
JavaScript
export const philosophicalTemplates = {
stoic: {
name: 'ποΈ Stoic Philosophy',
description: 'Ancient wisdom focused on virtue, reason, and living according to nature',
virtues: [
{
name: 'Wisdom',
definition: 'The ability to judge correctly and to have good sense in practical matters',
priority_weight: 1.0,
template_source: 'stoic',
emoji: 'π¦'
},
{
name: 'Justice',
definition: 'Treating others fairly and giving each their due, acting for the common good',
priority_weight: 0.9,
template_source: 'stoic',
emoji: 'βοΈ'
},
{
name: 'Courage',
definition: 'Facing challenges with bravery, doing what is right despite fear or adversity',
priority_weight: 0.8,
template_source: 'stoic',
emoji: 'π¦'
},
{
name: 'Temperance',
definition: 'Moderation in all things, self-control and discipline over desires',
priority_weight: 0.7,
template_source: 'stoic',
emoji: 'βοΈ'
}
]
},
aristotelian: {
name: 'π Aristotelian Ethics',
description: 'Virtue ethics focused on excellence of character and human flourishing',
virtues: [
{
name: 'Practical Wisdom',
definition: 'The intellectual virtue of making good judgments about particular circumstances',
priority_weight: 1.0,
template_source: 'aristotelian',
emoji: 'π§ '
},
{
name: 'Courage',
definition: 'The mean between cowardice and recklessness in facing danger',
priority_weight: 0.9,
template_source: 'aristotelian',
emoji: 'π‘οΈ'
},
{
name: 'Temperance',
definition: 'Moderation in pleasure, the mean between insensibility and self-indulgence',
priority_weight: 0.8,
template_source: 'aristotelian',
emoji: 'βοΈ'
},
{
name: 'Magnanimity',
definition: 'Greatness of soul, proper pride and dignity in one\'s accomplishments',
priority_weight: 0.7,
template_source: 'aristotelian',
emoji: 'π'
},
{
name: 'Friendship',
definition: 'The virtue of proper relationships, mutual respect and shared virtue',
priority_weight: 0.6,
template_source: 'aristotelian',
emoji: 'π€'
}
]
},
buddhist: {
name: 'βΈοΈ Buddhist Path',
description: 'The Noble Eightfold Path toward liberation from suffering',
virtues: [
{
name: 'Right Understanding',
definition: 'Clear comprehension of the Four Noble Truths and the nature of reality',
priority_weight: 1.0,
template_source: 'buddhist',
emoji: 'ποΈ'
},
{
name: 'Right Intention',
definition: 'Commitment to ethical and mental self-improvement',
priority_weight: 0.95,
template_source: 'buddhist',
emoji: 'π'
},
{
name: 'Right Speech',
definition: 'Speaking truthfully, harmoniously, and with purpose',
priority_weight: 0.9,
template_source: 'buddhist',
emoji: 'π£οΈ'
},
{
name: 'Right Action',
definition: 'Acting in ways that do not harm oneself or others',
priority_weight: 0.85,
template_source: 'buddhist',
emoji: 'β'
},
{
name: 'Right Mindfulness',
definition: 'Clear awareness of body, feelings, mind, and phenomena',
priority_weight: 0.8,
template_source: 'buddhist',
emoji: 'π§'
},
{
name: 'Right Concentration',
definition: 'Wholesome one-pointedness of mind through meditation',
priority_weight: 0.75,
template_source: 'buddhist',
emoji: 'π―'
}
]
},
christian: {
name: 'βοΈ Christian Virtues',
description: 'Cardinal and theological virtues from Christian tradition',
virtues: [
{
name: 'Faith',
definition: 'Trust in divine providence and commitment to spiritual truth',
priority_weight: 1.0,
template_source: 'christian',
emoji: 'π'
},
{
name: 'Hope',
definition: 'Confident expectation of divine blessing and eternal life',
priority_weight: 0.95,
template_source: 'christian',
emoji: 'π'
},
{
name: 'Charity',
definition: 'Selfless love of God and neighbor, the greatest of virtues',
priority_weight: 0.9,
template_source: 'christian',
emoji: 'π'
},
{
name: 'Prudence',
definition: 'Right reason applied to practice, discerning true good',
priority_weight: 0.85,
template_source: 'christian',
emoji: 'ποΈ'
},
{
name: 'Temperance',
definition: 'Moderation and self-control in all things',
priority_weight: 0.8,
template_source: 'christian',
emoji: 'βοΈ'
},
{
name: 'Fortitude',
definition: 'Courage in facing trials and perseverance in difficulty',
priority_weight: 0.75,
template_source: 'christian',
emoji: 'π‘οΈ'
}
]
},
confucian: {
name: 'β―οΈ Confucian Values',
description: 'Traditional Chinese virtues emphasizing social harmony and personal cultivation',
virtues: [
{
name: 'Ren (Benevolence)',
definition: 'Humaneness, kindness, and care for others',
priority_weight: 1.0,
template_source: 'confucian',
emoji: 'β€οΈ'
},
{
name: 'Yi (Righteousness)',
definition: 'Moral duty to do what is right and just',
priority_weight: 0.9,
template_source: 'confucian',
emoji: 'βοΈ'
},
{
name: 'Li (Propriety)',
definition: 'Proper conduct and rituals that maintain social harmony',
priority_weight: 0.8,
template_source: 'confucian',
emoji: 'π'
},
{
name: 'Zhi (Wisdom)',
definition: 'Knowledge and understanding applied to moral situations',
priority_weight: 0.7,
template_source: 'confucian',
emoji: 'π'
},
{
name: 'Xin (Trustworthiness)',
definition: 'Being reliable, sincere, and keeping one\'s word',
priority_weight: 0.6,
template_source: 'confucian',
emoji: 'π€'
}
]
},
modern: {
name: 'π Modern Integration',
description: 'Contemporary synthesis drawing from multiple traditions',
virtues: [
{
name: 'Intellectual Honesty',
definition: 'Pursuing truth through reason, evidence, and open inquiry',
priority_weight: 1.0,
template_source: 'modern',
emoji: 'π§ '
},
{
name: 'Emotional Intelligence',
definition: 'Understanding and managing emotions skillfully in self and relationships',
priority_weight: 0.9,
template_source: 'modern',
emoji: 'π‘'
},
{
name: 'Compassionate Action',
definition: 'Translating empathy into concrete help for others',
priority_weight: 0.85,
template_source: 'modern',
emoji: 'π€²'
},
{
name: 'Mindful Presence',
definition: 'Full engagement with the present moment without judgment',
priority_weight: 0.8,
template_source: 'modern',
emoji: 'π§'
},
{
name: 'Authentic Expression',
definition: 'Being genuine while respecting others\' boundaries',
priority_weight: 0.75,
template_source: 'modern',
emoji: 'π'
},
{
name: 'Systems Thinking',
definition: 'Understanding interconnections and long-term consequences',
priority_weight: 0.7,
template_source: 'modern',
emoji: 'π'
}
]
}
};
//# sourceMappingURL=philosophical-templates.js.map