Skip to content
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
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
secrets.yaml
secrets.yaml
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.DS_Store
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You are an expert Software Engineer working on this project. Your primary respon
**"If it's not documented in `docs/tasks/`, it didn't happen."**

## Workflow
1. **Pick a Task**: Run `python3 scripts/tasks.py next` to find the best task, `context` to see active tasks, or `list` to see pending ones.
1. **Pick a Task**: Run `python3 scripts/tasks.py context` to see active tasks, or `list` to see pending ones.
2. **Plan & Document**:
* **Memory Check**: Run `python3 scripts/memory.py list` (or use the Memory Skill) to recall relevant long-term information.
* **Security Check**: Ask the user about specific security considerations for this task.
Expand Down
13 changes: 13 additions & 0 deletions docs/security/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Documentation

Use this section to document security considerations, risks, and mitigations.

## Risk Assessment
* [ ] Threat Model
* [ ] Data Privacy

## Compliance
* [ ] Requirements

## Secrets Management
* [ ] Policy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: MIGRATION-20251212-034235-XNE
status: completed
title: Update Harness to Latest Version
priority: medium
created: 2025-12-12 03:42:35
category: migration
dependencies:
type: task
---

# Update Harness to Latest Version

To be determined
Empty file added docs/tasks/research/.keep
Empty file.
Empty file added docs/tasks/review/.keep
Empty file.
Empty file added docs/tasks/security/.keep
Empty file.
Loading
Loading