chore: Add autonomous agent infrastructure and cleanup old files

- Disable CLAUDE.md confirmation rules for autonomous agent operation
- Add utility scripts: check_linear_status.py, check_meta_issue.py, move_issues_to_todo.py
- Add works filter specification: prompts/app_spec_works_filter.txt
- Update .linear_project.json with works filter issues
- Remove old/stale scripts and documentation files
- Update search.html template

This commit completes the infrastructure for the autonomous agent that
successfully implemented all 13 works filter issues (LRP-136 to LRP-148).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-04 16:42:42 +01:00
parent fe085c7ebe
commit a73ed2d98e
31 changed files with 1074 additions and 31318 deletions

View File

@@ -4,6 +4,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Comportement de l'assistant
<!--
TEMPORARILY DISABLED FOR AUTONOMOUS AGENT RUNS
To re-enable interactive mode, uncomment this section.
**RÈGLE ABSOLUE** : L'assistant doit **TOUJOURS demander confirmation explicite** avant :
- Créer ou modifier des fichiers
- Exécuter des commandes Bash (sauf lecture: ls, cat, git status, docker ps, etc.)
@@ -24,6 +28,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
- Affichage d'informations : `WebSearch`, `WebFetch`
**En cas de doute** : TOUJOURS demander avant d'agir.
-->
**For Autonomous Agent**: When running via `autonomous_agent_demo.py`, the agent should work autonomously without requesting confirmation for file modifications or code changes. The agent is trusted to implement features according to Linear issue specifications.
## Overview